Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dmain.c44 #define PACKET_READ_SIZE 32 macro
51 struct rte_mbuf *buffer[PACKET_READ_SIZE];
259 struct rte_mbuf *buf[PACKET_READ_SIZE]; in do_packet_forwarding()
264 buf, PACKET_READ_SIZE); in do_packet_forwarding()
/dpdk/examples/server_node_efd/server/
H A Dmain.c48 #define PACKET_READ_SIZE 32 macro
55 struct rte_mbuf *buffer[PACKET_READ_SIZE];
310 struct rte_mbuf *buf[PACKET_READ_SIZE]; in do_packet_forwarding()
315 buf, PACKET_READ_SIZE); in do_packet_forwarding()