]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/dpdk/examples/qos_sched/cfg_file.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / dpdk / examples / qos_sched / cfg_file.h
CommitLineData
9f95a23c
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
7c673cae
FG
3 */
4
5#ifndef __CFG_FILE_H__
6#define __CFG_FILE_H__
7
8#include <rte_sched.h>
9#include <rte_cfgfile.h>
10
11int cfg_load_port(struct rte_cfgfile *cfg, struct rte_sched_port_params *port);
12
13int cfg_load_pipe(struct rte_cfgfile *cfg, struct rte_sched_pipe_params *pipe);
14
15int cfg_load_subport(struct rte_cfgfile *cfg, struct rte_sched_subport_params *subport);
16
17#endif