]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/main.h
mempool: fix slow allocation of large mempools
[dpdk.git] / examples / qos_sched / main.h
index d8f890b642eefc45b0076dd04f9ea810e925fd9e..baa2b3eadc8a73603e80bb617cd0f89b278c7be8 100644 (file)
@@ -152,6 +152,7 @@ uint32_t active_queues[RTE_SCHED_QUEUES_PER_PIPE];
 uint32_t n_active_queues;
 
 extern struct rte_sched_port_params port_params;
+extern struct rte_sched_subport_params subport_params[MAX_SCHED_SUBPORTS];
 
 int app_parse_args(int argc, char **argv);
 int app_init(void);