DPDK
23.07.0
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
c
g
r
+
Variables
a
c
d
e
l
n
r
s
+
Typedefs
a
c
d
e
h
l
m
p
r
s
t
+
Enumerations
d
r
+
Enumerator
c
e
f
r
s
w
+
Macros
_
b
c
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
port
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
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
20
#include <stdint.h>
21
22
#include <
rte_sched.h
>
23
24
#include "
rte_port.h
"
25
27
struct
rte_port_sched_reader_params
{
29
struct
rte_sched_port *
sched
;
30
};
31
33
extern
struct
rte_port_in_ops
rte_port_sched_reader_ops
;
34
36
struct
rte_port_sched_writer_params
{
38
struct
rte_sched_port *
sched
;
39
42
uint32_t
tx_burst_sz
;
43
};
44
46
extern
struct
rte_port_out_ops
rte_port_sched_writer_ops
;
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif
rte_port_sched_writer_params
Definition:
rte_port_sched.h:36
rte_port_sched_reader_params
Definition:
rte_port_sched.h:27
rte_port_sched_writer_params::tx_burst_sz
uint32_t tx_burst_sz
Definition:
rte_port_sched.h:42
rte_port_sched_reader_params::sched
struct rte_sched_port * sched
Definition:
rte_port_sched.h:29
rte_port_out_ops
Definition:
rte_port.h:218
rte_port_sched_writer_ops
struct rte_port_out_ops rte_port_sched_writer_ops
rte_port_sched_reader_ops
struct rte_port_in_ops rte_port_sched_reader_ops
rte_port_sched_writer_params::sched
struct rte_sched_port * sched
Definition:
rte_port_sched.h:38
rte_port.h
rte_port_in_ops
Definition:
rte_port.h:117
rte_sched.h
Generated by
1.8.13