Searched refs:BATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
50 #define BATCH_SIZE 64 macro
309 sock_opt = BATCH_SIZE; in enable_busy_poll()954 rcvd = xsk_ring_cons__peek(&xsk->rx, BATCH_SIZE, &idx_rx); in receive_pkts()1011 while (xsk_ring_prod__reserve(&xsk->tx, BATCH_SIZE, &idx) < BATCH_SIZE) { in __send_pkts()1031 complete_pkts(xsk, BATCH_SIZE); in __send_pkts()1034 for (i = 0; i < BATCH_SIZE; i++) { in __send_pkts()1051 if (pkts_in_flight >= (int)(ifobject->umem->num_frames - BATCH_SIZE)) { in __send_pkts()1085 complete_pkts(xsk, BATCH_SIZE); in wait_for_tx_completion()