Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c43 int expected_pkts, received_pkts; in test_port_ring_reader() local
57 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() local
135 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 …]