Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c20 #define TEST_GRAPH_PERF_MZ "graph_perf_data" macro
78 mz = rte_memzone_lookup(TEST_GRAPH_PERF_MZ); in test_node_ctx_init()
328 mz = rte_memzone_reserve(TEST_GRAPH_PERF_MZ, in graph_init()
665 const struct rte_memzone *mz = rte_memzone_lookup(TEST_GRAPH_PERF_MZ); in graph_fini()
674 rte_memzone_free(rte_memzone_lookup(TEST_GRAPH_PERF_MZ)); in graph_fini()
683 mz = rte_memzone_lookup(TEST_GRAPH_PERF_MZ); in measure_perf()