Home
last modified time | relevance | path

Searched refs:PACKET_READ_SIZE (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c45 #define PACKET_READ_SIZE 32 macro
52 struct rte_mbuf *buffer[PACKET_READ_SIZE];
258 struct rte_mbuf *buf[PACKET_READ_SIZE]; in do_packet_forwarding()
263 buf, PACKET_READ_SIZE); in do_packet_forwarding()
/f-stack/dpdk/examples/server_node_efd/server/
H A Dmain.c49 #define PACKET_READ_SIZE 32 macro
56 struct rte_mbuf *buffer[PACKET_READ_SIZE];
302 struct rte_mbuf *buf[PACKET_READ_SIZE]; in do_packet_forwarding()
307 buf, PACKET_READ_SIZE); in do_packet_forwarding()