Searched refs:expected_pkts (Results 1 – 1 of 1) sorted by relevance
43 int expected_pkts, received_pkts; in test_port_ring_reader() local57 if (received_pkts < expected_pkts) 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() local135 expected_pkts = 1; in test_port_ring_writer()139 if (received_pkts < expected_pkts) in test_port_ring_writer()150 expected_pkts = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()154 if (received_pkts < expected_pkts) in test_port_ring_writer()165 expected_pkts = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()169 if (received_pkts < expected_pkts) in test_port_ring_writer()[all …]