X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fqos_sched%2Fcfg_file.h;h=1a9dce9db52cd5b60ba534e58a7b6f57b047552d;hb=c7ebd65c137215d714b445b7b4c584007cc89ffb;hp=0dc458aa7128f3c0f4dc48d5048dfb67274eb202;hpb=802d214dc88059fd635fffb0d178b8e790463609;p=dpdk.git diff --git a/examples/qos_sched/cfg_file.h b/examples/qos_sched/cfg_file.h index 0dc458aa71..1a9dce9db5 100644 --- a/examples/qos_sched/cfg_file.h +++ b/examples/qos_sched/cfg_file.h @@ -12,6 +12,11 @@ int cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port); int cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe); +#ifdef RTE_SCHED_CMAN +void set_subport_cman_params(struct rte_sched_subport_params *subport_p, + struct rte_sched_cman_params cman_p); +#endif + int cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport); int cfg_load_subport_profile(struct rte_cfgfile *cfg,