| DPDK
    18.11.11
    | 
#include <rte_ethdev.h>
| Data Fields | |
| enum rte_eth_rx_mq_mode | mq_mode | 
| uint32_t | max_rx_pkt_len | 
| uint16_t | split_hdr_size | 
| uint64_t | offloads | 
A structure used to configure the RX features of an Ethernet port.
Definition at line 393 of file rte_ethdev.h.
| enum rte_eth_rx_mq_mode mq_mode | 
The multi-queue packet distribution mode to be used, e.g. RSS.
Definition at line 395 of file rte_ethdev.h.
| uint32_t max_rx_pkt_len | 
Only used if JUMBO_FRAME enabled.
Definition at line 396 of file rte_ethdev.h.
| uint16_t split_hdr_size | 
hdr buf size (header_split enabled).
Definition at line 397 of file rte_ethdev.h.
| uint64_t offloads | 
Per-port Rx offloads to be set using DEV_RX_OFFLOAD_* flags. Only offloads set on rx_offload_capa field on rte_eth_dev_info structure are allowed to be set.
Definition at line 403 of file rte_ethdev.h.
 1.8.9.1
 1.8.9.1