DPDK
19.08.0-rc0
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
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
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
+
Functions
_
c
e
p
r
s
t
+
Variables
b
c
l
m
r
+
Typedefs
a
c
d
e
h
l
m
p
r
s
u
+
Enumerations
r
+
Enumerator
c
e
f
i
m
r
s
w
+
Macros
_
b
c
d
e
i
l
m
o
p
r
s
t
u
v
Examples
lib
librte_port
rte_port_ras.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_RAS_H__
6
#define __INCLUDE_RTE_PORT_RAS_H__
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
31
#include <stdint.h>
32
33
#include <
rte_ring.h
>
34
35
#include "
rte_port.h
"
36
38
struct
rte_port_ring_writer_ras_params
{
40
struct
rte_ring
*
ring
;
41
44
uint32_t
tx_burst_sz
;
45
};
46
47
#define rte_port_ring_writer_ipv4_ras_params rte_port_ring_writer_ras_params
48
49
#define rte_port_ring_writer_ipv6_ras_params rte_port_ring_writer_ras_params
50
52
extern
struct
rte_port_out_ops
rte_port_ring_writer_ipv4_ras_ops
;
53
55
extern
struct
rte_port_out_ops
rte_port_ring_writer_ipv6_ras_ops
;
56
57
#ifdef __cplusplus
58
}
59
#endif
60
61
#endif
rte_port_ring_writer_ras_params::tx_burst_sz
uint32_t tx_burst_sz
Definition:
rte_port_ras.h:44
rte_port_ring_writer_ipv6_ras_ops
struct rte_port_out_ops rte_port_ring_writer_ipv6_ras_ops
rte_port_out_ops
Definition:
rte_port.h:221
rte_ring.h
rte_port.h
rte_port_ring_writer_ipv4_ras_ops
struct rte_port_out_ops rte_port_ring_writer_ipv4_ras_ops
rte_port_ring_writer_ras_params
Definition:
rte_port_ras.h:38
rte_ring
Definition:
rte_ring.h:81
rte_port_ring_writer_ras_params::ring
struct rte_ring * ring
Definition:
rte_port_ras.h:40
Generated by
1.8.15