Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_if.c1397 uint16_t nb_rb; local
1398 nb_rb = rte_ring_dequeue_burst(dispatch_ring[port_id][queue_id],
1401 if(nb_rb > 0) {
1402 process_packets(port_id, queue_id, pkts_burst, nb_rb, ctx, 1);
1405 return nb_rb;
1612 uint16_t nb_rb; local
1615 nb_rb = rte_ring_dequeue_burst(msg_ring[proc_id].ring[0],
1618 if (likely(nb_rb == 0))
1621 for (i = 0; i < nb_rb; ++i) {