| rte_eth_rxmode(3) | Library Functions Manual | rte_eth_rxmode(3) |
rte_eth_rxmode
#include <rte_ethdev.h>
enum rte_eth_rx_mq_mode mq_mode
uint32_t mtu
uint32_t max_lro_pkt_size
uint64_t offloads
uint64_t reserved_64s [2]
void * reserved_ptrs [2]
A structure used to configure the Rx features of an Ethernet port.
Definition at line 427 of file rte_ethdev.h.
The multi-queue packet distribution mode to be used, e.g. RSS.
Definition at line 429 of file rte_ethdev.h.
Requested MTU.
Definition at line 430 of file rte_ethdev.h.
Maximum allowed size of LRO aggregated packet.
Definition at line 432 of file rte_ethdev.h.
Per-port Rx offloads to be set using RTE_ETH_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 438 of file rte_ethdev.h.
Reserved for future fields
Definition at line 440 of file rte_ethdev.h.
Reserved for future fields
Definition at line 441 of file rte_ethdev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |