Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_latencystats.c17 #define NUM_STATS 4 macro
75 struct rte_metric_name names[NUM_STATS]; in test_latencystats_get_names()
78 for (i = 0; i < NUM_STATS; i++) in test_latencystats_get_names()
82 size = NUM_STATS; in test_latencystats_get_names()
84 for (i = 0; i < NUM_STATS; i++) { in test_latencystats_get_names()
95 "Actual: %d Expected: %d", ret, NUM_STATS); in test_latencystats_get_names()
101 "Actual: %d Expected: %d", ret, NUM_STATS); in test_latencystats_get_names()
111 struct rte_metric_value values[NUM_STATS]; in test_latencystats_get()
114 for (i = 0; i < NUM_STATS; i++) in test_latencystats_get()
118 size = NUM_STATS; in test_latencystats_get()
[all …]