DPDK 25.03.0-rc0
rte_port_sched.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5#ifndef __INCLUDE_RTE_PORT_SCHED_H__
6#define __INCLUDE_RTE_PORT_SCHED_H__
7
16#include <stdint.h>
17
18#include <rte_sched.h>
19
20#include "rte_port.h"
21
22#ifdef __cplusplus
23extern "C" {
24#endif
25
29 struct rte_sched_port *sched;
30};
31
34
38 struct rte_sched_port *sched;
39
42 uint32_t tx_burst_sz;
43};
44
47
48#ifdef __cplusplus
49}
50#endif
51
52#endif
struct rte_port_out_ops rte_port_sched_writer_ops
struct rte_port_in_ops rte_port_sched_reader_ops
struct rte_sched_port * sched
struct rte_sched_port * sched