Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_table_combined.c183 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()
247 VERIFY_TRAFFIC(RING_TX_2, table_packets->n_hit_packets, in test_table_type()
H A Dtest_table.h83 #define VERIFY_TRAFFIC(ring, sent, expected) do { \ macro