X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fcfg_file.c;h=f078e4f7de8b928dcb5b98cf1a1ecaca31d0d787;hb=345187bda58f2685e34a00c7bca917637395aad4;hp=5714c3f36d15e2a999c1ebc649ad520939238676;hpb=78de15bb586ac3d8938512db1977d83815c494f8;p=dpdk.git diff --git a/examples/qos_sched/cfg_file.c b/examples/qos_sched/cfg_file.c index 5714c3f36d..f078e4f7de 100644 --- a/examples/qos_sched/cfg_file.c +++ b/examples/qos_sched/cfg_file.c @@ -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) {