Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_latencystats.c16 #define NUM_STATS 4 macro
74 struct rte_metric_name names[NUM_STATS]; in test_latencystats_get_names()
77 for (i = 0; i < NUM_STATS; i++) in test_latencystats_get_names()
81 size = NUM_STATS; in test_latencystats_get_names()
83 for (i = 0; i <= NUM_STATS; i++) { in test_latencystats_get_names()
94 "Actual: %d Expected: %d", ret, NUM_STATS); in test_latencystats_get_names()
100 "Actual: %d Expected: %d", ret, NUM_STATS); in test_latencystats_get_names()
110 struct rte_metric_value values[NUM_STATS]; in test_latencystats_get()
113 for (i = 0; i < NUM_STATS; i++) in test_latencystats_get()
117 size = NUM_STATS; in test_latencystats_get()
[all …]