X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fmain.h;h=baa2b3eadc8a73603e80bb617cd0f89b278c7be8;hb=c793dce9858d9194b999e2af626a2c314ef0cc43;hp=d8f890b642eefc45b0076dd04f9ea810e925fd9e;hpb=be1e533238c0293c1f15f1b14e613b0bba643222;p=dpdk.git diff --git a/examples/qos_sched/main.h b/examples/qos_sched/main.h index d8f890b642..baa2b3eadc 100644 --- a/examples/qos_sched/main.h +++ b/examples/qos_sched/main.h @@ -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);