DPDK  24.03.0
rte_port_fd.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2016 Intel Corporation
3  */
4 
5 #ifndef __INCLUDE_RTE_PORT_FD_H__
6 #define __INCLUDE_RTE_PORT_FD_H__
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
20 #include <stdint.h>
21 
22 #include "rte_port.h"
23 
27  int fd;
28 
30  uint32_t mtu;
31 
34 };
35 
38 
42  int fd;
43 
47  uint32_t tx_burst_sz;
48 };
49 
52 
56  int fd;
57 
61  uint32_t tx_burst_sz;
62 
64  uint32_t n_retries;
65 };
66 
69 
70 #ifdef __cplusplus
71 }
72 #endif
73 
74 #endif
struct rte_port_out_ops rte_port_fd_writer_ops
struct rte_mempool * mempool
Definition: rte_port_fd.h:33
struct rte_port_in_ops rte_port_fd_reader_ops
struct rte_port_out_ops rte_port_fd_writer_nodrop_ops