logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                               rte_eth_rxmode(3)

Detailed Description

       A structure used to configure the Rx features of an Ethernet port.

       Definition at line 427 of file rte_ethdev.h.

Field Documentation

enumrte_eth_rx_mq_modemq_mode
       The multi-queue packet distribution mode to be used, e.g. RSS.

       Definition at line 429 of file rte_ethdev.h.

   uint32_tmtu
       Requested MTU.

       Definition at line 430 of file rte_ethdev.h.

   uint32_tmax_lro_pkt_size
       Maximum allowed size of LRO aggregated packet.

       Definition at line 432 of file rte_ethdev.h.

   uint64_toffloads
       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.

   uint64_treserved_64s[2]
       Reserved for future fields

       Definition at line 440 of file rte_ethdev.h.

   void*reserved_ptrs[2]
       Reserved for future fields

       Definition at line 441 of file rte_ethdev.h.

Name

       rte_eth_rxmode

Synopsis

       #include <rte_ethdev.h>

   DataFields
       enum rte_eth_rx_mq_modemq_mode
       uint32_t mtu
       uint32_t max_lro_pkt_size
       uint64_t offloads
       uint64_t reserved_64s [2]
       void * reserved_ptrs [2]

See Also