Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_eth_rss_reta_entry64(3)	      DPDK	     rte_eth_rss_reta_entry64(3)

NAME
     rte_eth_rss_reta_entry64

SYNOPSIS
     #include <rte_ethdev.h>

   Data Fields
     uint64_t mask
     uint16_t reta [RTE_ETH_RETA_GROUP_SIZE]

Detailed Description
     A	structure  used  to configure 64 entries of Redirection Table of the Re-
     ceive 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 933 of file rte_ethdev.h.

Field Documentation
   uint64_t mask
     Mask bits indicate which entries need to be updated/queried.

     Definition at line 935 of file rte_ethdev.h.

   uint16_t reta[RTE_ETH_RETA_GROUP_SIZE]
     Group of 64 redirection table entries.

     Definition at line 937 of file rte_ethdev.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026     rte_eth_rss_reta_entry64(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=rte_eth_rss_reta_entry64&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help