DPDK
25.03.0
Toggle main menu visibility
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
o
p
r
s
t
u
v
w
Functions
_
g
r
t
Variables
c
r
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_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
26
#include <stdint.h>
27
28
#include "
rte_port.h
"
29
30
#ifdef __cplusplus
31
extern
"C"
{
32
#endif
33
35
struct
rte_port_ring_writer_ras_params
{
37
struct
rte_ring
*
ring
;
38
41
uint32_t
tx_burst_sz
;
42
};
43
44
#define rte_port_ring_writer_ipv4_ras_params rte_port_ring_writer_ras_params
45
46
#define rte_port_ring_writer_ipv6_ras_params rte_port_ring_writer_ras_params
47
49
extern
struct
rte_port_out_ops
rte_port_ring_writer_ipv4_ras_ops
;
50
52
extern
struct
rte_port_out_ops
rte_port_ring_writer_ipv6_ras_ops
;
53
54
#ifdef __cplusplus
55
}
56
#endif
57
58
#endif
rte_port.h
rte_port_ring_writer_ipv6_ras_ops
struct rte_port_out_ops rte_port_ring_writer_ipv6_ras_ops
rte_port_ring_writer_ipv4_ras_ops
struct rte_port_out_ops rte_port_ring_writer_ipv4_ras_ops
rte_port_out_ops
Definition:
rte_port.h:214
rte_port_ring_writer_ras_params
Definition:
rte_port_ras.h:35
rte_port_ring_writer_ras_params::ring
struct rte_ring * ring
Definition:
rte_port_ras.h:37
rte_port_ring_writer_ras_params::tx_burst_sz
uint32_t tx_burst_sz
Definition:
rte_port_ras.h:41
rte_ring
Definition:
rte_ring_core.h:116
Generated by
1.9.4