Searched defs:test_perf (Results 1 – 2 of 2) sorted by relevance
54 struct test_perf { struct58 int done;59 uint64_t outstand_pkts;60 uint8_t nb_workers;61 enum evt_test_result result;62 uint32_t nb_flows;63 uint64_t nb_pkts;64 struct rte_mempool *pool;65 struct prod_data prod[EVT_MAX_PORTS];67 struct evt_options *opt;[all …]
1346 void *test_perf; in perf_test_setup() local