Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_table_ports.c45 int expected_pkts, received_pkts; in test_port_ring_reader() local
59 if (received_pkts < expected_pkts) in test_port_ring_reader()
73 if (received_pkts < expected_pkts) in test_port_ring_reader()
124 int expected_pkts, received_pkts; in test_port_ring_writer() local
137 expected_pkts = 1; in test_port_ring_writer()
141 if (received_pkts < expected_pkts) in test_port_ring_writer()
152 expected_pkts = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()
156 if (received_pkts < expected_pkts) in test_port_ring_writer()
167 expected_pkts = RTE_PORT_IN_BURST_SIZE_MAX; in test_port_ring_writer()
171 if (received_pkts < expected_pkts) in test_port_ring_writer()
[all …]