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

rte_eth_rss_reta_entry64

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_eth_rss_reta_entry64(3)

Detailed Description

       A structure used to configure 64 entries of Redirection Table of the Receive Side Scaling (RSS) feature
       of an Ethernet port. To configure more than 64 entries supported by hardware, an array of this structure
       is needed.

       Definition at line 902 of file rte_ethdev.h.

Field Documentation

uint64_tmask
       Mask bits indicate which entries need to be updated/queried.

       Definition at line 904 of file rte_ethdev.h.

   uint16_treta[RTE_ETH_RETA_GROUP_SIZE]
       Group of 64 redirection table entries.

       Definition at line 906 of file rte_ethdev.h.

Name

       rte_eth_rss_reta_entry64

Synopsis

       #include <rte_ethdev.h>

   DataFields
       uint64_t mask
       uint16_t reta [RTE_ETH_RETA_GROUP_SIZE]

See Also