Searched defs:rte_flow_action_rss (Results 1 – 1 of 1) sorted by relevance
2357 struct rte_flow_action_rss { struct2358 enum rte_eth_hash_function func; /**< RSS hash function to apply. */2384 uint32_t level;2385 uint64_t types; /**< Specific RSS hash types (see ETH_RSS_*). */2386 uint32_t key_len; /**< Hash key length in bytes. */2387 uint32_t queue_num; /**< Number of entries in @p queue. */2388 const uint8_t *key; /**< Hash key. */2389 const uint16_t *queue; /**< Queue indices to use. */