Home
last modified time | relevance | path

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

/dpdk/examples/server_node_efd/node/
H A Dnode.c38 #define PKT_READ_SIZE ((uint16_t)32) macro
273 uint32_t ipv4_dst_ip[PKT_READ_SIZE]; in handle_packets()
274 const void *key_ptrs[PKT_READ_SIZE]; in handle_packets()
276 int32_t positions[PKT_READ_SIZE] = {0}; in handle_packets()
315 void *pkts[PKT_READ_SIZE]; in main()
360 uint16_t rx_pkts = PKT_READ_SIZE; in main()
372 PKT_READ_SIZE); in main()
/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c37 #define PKT_READ_SIZE ((uint16_t)32) macro
211 void *pkts[PKT_READ_SIZE]; in main()
250 PKT_READ_SIZE, NULL); in main()