DPDK
22.11.5
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
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
17
#include <stdint.h>
18
19
20
#include "
rte_swx_port.h
"
21
23
struct
rte_swx_port_ring_reader_params
{
25
const
char
*
name
;
26
28
uint32_t
burst_size
;
29
};
30
32
extern
struct
rte_swx_port_in_ops
rte_swx_port_ring_reader_ops
;
33
35
struct
rte_swx_port_ring_writer_params
{
37
const
char
*
name
;
38
40
uint32_t
burst_size
;
41
};
42
44
extern
struct
rte_swx_port_out_ops
rte_swx_port_ring_writer_ops
;
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#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:100
rte_swx_port_out_ops
Definition:
rte_swx_port.h:220
rte_swx_port_ring_reader_params
Definition:
rte_swx_port_ring.h:23
rte_swx_port_ring_reader_params::burst_size
uint32_t burst_size
Definition:
rte_swx_port_ring.h:28
rte_swx_port_ring_reader_params::name
const char * name
Definition:
rte_swx_port_ring.h:25
rte_swx_port_ring_writer_params
Definition:
rte_swx_port_ring.h:35
rte_swx_port_ring_writer_params::burst_size
uint32_t burst_size
Definition:
rte_swx_port_ring.h:40
rte_swx_port_ring_writer_params::name
const char * name
Definition:
rte_swx_port_ring.h:37
Generated by
1.9.4