Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_ports.c102 port_ring_writer_params.ring = RING_TX; in test_port_ring_writer()
110 port_ring_writer_params.ring = RING_TX; in test_port_ring_writer()
126 port_ring_writer_params.ring = RING_TX; in test_port_ring_writer()
H A Dtest_table_combined.c107 ring_params_tx.ring = RING_TX; in test_table_type()
183 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, in test_table_type()
194 VERIFY_TRAFFIC(RING_TX, table_packets->n_miss_packets, 0); in test_table_type()
206 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, in test_table_type()
214 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, 1); in test_table_type()
219 VERIFY_TRAFFIC(RING_TX, table_packets->n_miss_packets, 0); in test_table_type()
246 VERIFY_TRAFFIC(RING_TX, table_packets->n_hit_packets, 0); in test_table_type()
H A Dtest_table.h34 #define RING_TX rings_tx[0] macro