DPDK  17.05.2
Data Fields
rte_flow_action_rss Struct Reference

#include <rte_flow.h>

Data Fields

struct rte_eth_rss_confrss_conf
uint16_t num
uint16_t queue []

Detailed Description

RTE_FLOW_ACTION_TYPE_RSS

Similar to QUEUE, except RSS is additionally performed on packets to spread them among several queues according to the provided parameters.

Note: RSS hash result is stored in the hash.rss mbuf field which overlaps hash.fdir.lo. Since the MARK action sets the hash.fdir.hi field only, both can be requested simultaneously.

Terminating by default.

Definition at line 951 of file rte_flow.h.

Field Documentation

struct rte_eth_rss_conf* rss_conf

RSS parameters.

Definition at line 952 of file rte_flow.h.

uint16_t num

Number of entries in queue[].

Definition at line 953 of file rte_flow.h.

uint16_t queue[]

Queues indices to use.

Definition at line 954 of file rte_flow.h.


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