Searched refs:received_pkts (Results 1 – 1 of 1) sorted by relevance
43 int expected_pkts, received_pkts; in test_port_ring_reader() local55 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, 1); in test_port_ring_reader()57 if (received_pkts < expected_pkts) in test_port_ring_reader()68 received_pkts = rte_port_ring_reader_ops.f_rx(port, res_mbuf, in test_port_ring_reader()71 if (received_pkts < expected_pkts) in test_port_ring_reader()122 int expected_pkts, received_pkts; in test_port_ring_writer() local136 received_pkts = rte_ring_sc_dequeue_burst(port_ring_writer_params.ring, in test_port_ring_writer()139 if (received_pkts < expected_pkts) in test_port_ring_writer()154 if (received_pkts < expected_pkts) in test_port_ring_writer()169 if (received_pkts < expected_pkts) in test_port_ring_writer()[all …]