]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/cfg_file.c
examples/ipsec-secgw: add default flow for inline Rx
[dpdk.git] / examples / qos_sched / cfg_file.c
index 5714c3f36d15e2a999c1ebc649ad520939238676..f078e4f7de8b928dcb5b98cf1a1ecaca31d0d787 100644 (file)
@@ -20,6 +20,9 @@
  * for new entries do we add in */
 #define CFG_ALLOC_ENTRY_BATCH 16
 
+uint32_t active_queues[RTE_SCHED_QUEUES_PER_PIPE];
+uint32_t n_active_queues;
+
 int
 cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port_params)
 {