DPDK
17.11.10
|
#include <rte_flow.h>
Data Fields | |
const 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 1079 of file rte_flow.h.
const struct rte_eth_rss_conf* rss_conf |
RSS parameters.
Definition at line 1080 of file rte_flow.h.
uint16_t num |
Number of entries in queue[].
Definition at line 1081 of file rte_flow.h.
uint16_t queue[] |
Queues indices to use.
Definition at line 1082 of file rte_flow.h.