DPDK  21.02.0
Data Fields
rte_eth_rss_reta_entry64 Struct Reference

#include <rte_ethdev.h>

Data Fields

uint64_t mask
 
uint16_t reta [RTE_RETA_GROUP_SIZE]
 

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.

Examples:
examples/ip_pipeline/link.c, and examples/pipeline/obj.c.

Definition at line 850 of file rte_ethdev.h.

Field Documentation

uint64_t mask

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

Examples:
examples/ip_pipeline/link.c, and examples/pipeline/obj.c.

Definition at line 851 of file rte_ethdev.h.

uint16_t reta[RTE_RETA_GROUP_SIZE]

Group of 64 redirection table entries.

Definition at line 853 of file rte_ethdev.h.


The documentation for this struct was generated from the following file: