DPDK 23.11.2
Loading...
Searching...
No Matches
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
9extern "C" {
10#endif
11
17#include <stdint.h>
18
19#include "rte_swx_port.h"
20
24 const char *name;
25
27 uint32_t burst_size;
28};
29
32
36 const char *name;
37
39 uint32_t burst_size;
40};
41
44
45#ifdef __cplusplus
46}
47#endif
48
49#endif /* __INCLUDE_RTE_SWX_PORT_RING_H__ */
struct rte_swx_port_out_ops rte_swx_port_ring_writer_ops
struct rte_swx_port_in_ops rte_swx_port_ring_reader_ops