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_swx_port_ring.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(c) 2021 Intel Corporation
3
*/
4
5
#ifndef __INCLUDE_RTE_SWX_PORT_RING_H__
6
#define __INCLUDE_RTE_SWX_PORT_RING_H__
7
13
#include <stdint.h>
14
15
#include "
rte_swx_port.h
"
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
22
struct
rte_swx_port_ring_reader_params
{
24
const
char
*
name
;
25
27
uint32_t
burst_size
;
28
};
29
31
extern
struct
rte_swx_port_in_ops
rte_swx_port_ring_reader_ops
;
32
34
struct
rte_swx_port_ring_writer_params
{
36
const
char
*
name
;
37
39
uint32_t
burst_size
;
40
};
41
43
extern
struct
rte_swx_port_out_ops
rte_swx_port_ring_writer_ops
;
44
45
#ifdef __cplusplus
46
}
47
#endif
48
49
#endif
/* __INCLUDE_RTE_SWX_PORT_RING_H__ */
rte_swx_port.h
rte_swx_port_ring_writer_ops
struct rte_swx_port_out_ops rte_swx_port_ring_writer_ops
rte_swx_port_ring_reader_ops
struct rte_swx_port_in_ops rte_swx_port_ring_reader_ops
rte_swx_port_in_ops
Definition:
rte_swx_port.h:96
rte_swx_port_out_ops
Definition:
rte_swx_port.h:216
rte_swx_port_ring_reader_params
Definition:
rte_swx_port_ring.h:22
rte_swx_port_ring_reader_params::burst_size
uint32_t burst_size
Definition:
rte_swx_port_ring.h:27
rte_swx_port_ring_reader_params::name
const char * name
Definition:
rte_swx_port_ring.h:24
rte_swx_port_ring_writer_params
Definition:
rte_swx_port_ring.h:34
rte_swx_port_ring_writer_params::burst_size
uint32_t burst_size
Definition:
rte_swx_port_ring.h:39
rte_swx_port_ring_writer_params::name
const char * name
Definition:
rte_swx_port_ring.h:36
Generated by
1.9.4