1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
9 #include <rte_cfgfile.h>
11 int cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port);
13 int cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe);
15 int cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport);