DPDK  24.03.0-rc4
Data Fields
rte_swx_port_fd_reader_params Struct Reference

#include <rte_swx_port_fd.h>

Data Fields

int fd
 
uint32_t mtu
 
struct rte_mempoolmempool
 
uint32_t burst_size
 

Detailed Description

fd_reader port parameters

Definition at line 22 of file rte_swx_port_fd.h.

Field Documentation

◆ fd

int fd

File descriptor. Must be valid and opened in non-blocking mode.

Definition at line 24 of file rte_swx_port_fd.h.

◆ mtu

uint32_t mtu

Maximum Transfer Unit (MTU)

Definition at line 27 of file rte_swx_port_fd.h.

◆ mempool

struct rte_mempool* mempool

Pre-initialized buffer pool

Definition at line 30 of file rte_swx_port_fd.h.

◆ burst_size

uint32_t burst_size

RX burst size

Definition at line 33 of file rte_swx_port_fd.h.


The documentation for this struct was generated from the following file: