DPDK 25.03.0-rc0
rte_swx_port_fd.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_FD_H__
6#define __INCLUDE_RTE_SWX_PORT_FD_H__
7
13#include <stdint.h>
14
15#include "rte_swx_port.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
24 int fd;
25
27 uint32_t mtu;
28
31
33 uint32_t burst_size;
34};
35
38
42 int fd;
43
45 uint32_t burst_size;
46};
47
50
51#ifdef __cplusplus
52}
53#endif
54
55#endif /* __INCLUDE_RTE_SWX_PORT_FD_H__ */
struct rte_swx_port_out_ops rte_swx_port_fd_writer_ops
struct rte_swx_port_in_ops rte_swx_port_fd_reader_ops
struct rte_mempool * mempool