]> git.droids-corp.org - dpdk.git/blobdiff - examples/qos_sched/cfg_file.h
app/crypto-perf: support lookaside IPsec
[dpdk.git] / examples / qos_sched / cfg_file.h
index 2eccf1ca0edbd08ca339d58078e67d21d15e2b16..0dc458aa7128f3c0f4dc48d5048dfb67274eb202 100644 (file)
@@ -14,4 +14,8 @@ int cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe);
 
 int cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport);
 
+int cfg_load_subport_profile(struct rte_cfgfile *cfg,
+                            struct rte_sched_subport_profile_params
+                            *subport_profile);
+
 #endif