DPDK  1.6.0r2
Data Fields
rte_eth_rss_reta Struct Reference

#include <rte_ethdev.h>

Data Fields

uint64_t mask_lo
uint64_t mask_hi
uint8_t reta [ETH_RSS_RETA_NUM_ENTRIES]

Detailed Description

A structure used to configure Redirection Table of the Receive Side Scaling (RSS) feature of an Ethernet port.

Field Documentation

uint64_t mask_hi

Second 64 mask bits indicate which entry(s) need to updated/queried.

uint64_t mask_lo

First 64 mask bits indicate which entry(s) need to updated/queried.

uint8_t reta[ETH_RSS_RETA_NUM_ENTRIES]

128 RETA entries


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