Lines Matching defs:test_perf
54 struct test_perf { struct
58 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];
66 struct worker_data worker[EVT_MAX_PORTS];
67 struct evt_options *opt;
91 struct test_perf *t = w->t;\ argument