DPDK 22.11.5
|
#include <rte_swx_port_fd.h>
Data Fields | |
int | fd |
uint32_t | mtu |
struct rte_mempool * | mempool |
uint32_t | burst_size |
fd_reader port parameters
Definition at line 23 of file rte_swx_port_fd.h.
int fd |
File descriptor. Must be valid and opened in non-blocking mode.
Definition at line 25 of file rte_swx_port_fd.h.
uint32_t mtu |
Maximum Transfer Unit (MTU)
Definition at line 28 of file rte_swx_port_fd.h.
struct rte_mempool* mempool |
Pre-initialized buffer pool
Definition at line 31 of file rte_swx_port_fd.h.
uint32_t burst_size |
RX burst size
Definition at line 34 of file rte_swx_port_fd.h.