DPDK
17.08.2
|
#include <rte_flow.h>
Data Fields | |
struct rte_eth_rss_conf * | rss_conf |
uint16_t | num |
uint16_t | queue [] |
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 985 of file rte_flow.h.
struct rte_eth_rss_conf* rss_conf |
RSS parameters.
Definition at line 986 of file rte_flow.h.
uint16_t num |
Number of entries in queue[].
Definition at line 987 of file rte_flow.h.
uint16_t queue[] |
Queues indices to use.
Definition at line 988 of file rte_flow.h.