DPDK 22.11.5
|
#include <rte_swx_port_fd.h>
Data Fields | |
int | fd |
uint32_t | burst_size |
fd_writer port parameters
Definition at line 41 of file rte_swx_port_fd.h.
int fd |
File descriptor. Must be valid and opened in non-blocking mode.
Definition at line 43 of file rte_swx_port_fd.h.
uint32_t burst_size |
TX burst size
Definition at line 46 of file rte_swx_port_fd.h.