]> git.droids-corp.org - dpdk.git/blobdiff - app/test-eventdev/test_pipeline_common.h
vdpa/sfc: get max supported queue count
[dpdk.git] / app / test-eventdev / test_pipeline_common.h
index 800a90616f08cd5d184a61c855945638865e44de..d69e2f8a3ec50a8305811d99c93c34e4466832f3 100644 (file)
@@ -47,7 +47,7 @@ struct test_pipeline {
        enum evt_test_result result;
        uint32_t nb_flows;
        uint64_t outstand_pkts;
-       struct rte_mempool *pool;
+       struct rte_mempool *pool[RTE_MAX_ETHPORTS];
        struct worker_data worker[EVT_MAX_PORTS];
        struct evt_options *opt;
        uint8_t sched_type_list[EVT_MAX_STAGES] __rte_cache_aligned;