![]() |
FD.io VPP
v21.06
Vector Packet Processing
|
Data Fields | |
| enum avf_eth_hash_function | func |
| RSS hash function to apply. More... | |
| u32 | level |
| u64 | types |
| Specific RSS hash types (see ETH_RSS_*). More... | |
| u32 | key_len |
| Hash key length in bytes. More... | |
| u32 | queue_num |
Number of entries in queue. More... | |
| const u8 * | key |
| Hash key. More... | |
| const u16 * | queue |
| Queue indices to use. More... | |
Definition at line 735 of file avf_advanced_flow.h.
| enum avf_eth_hash_function avf_flow_action_rss::func |
RSS hash function to apply.
Definition at line 737 of file avf_advanced_flow.h.
| const u8* avf_flow_action_rss::key |
Hash key.
Definition at line 743 of file avf_advanced_flow.h.
| u32 avf_flow_action_rss::key_len |
Hash key length in bytes.
Definition at line 741 of file avf_advanced_flow.h.
| u32 avf_flow_action_rss::level |
Definition at line 739 of file avf_advanced_flow.h.
| const u16* avf_flow_action_rss::queue |
Queue indices to use.
Definition at line 744 of file avf_advanced_flow.h.
| u32 avf_flow_action_rss::queue_num |
Number of entries in queue.
Definition at line 742 of file avf_advanced_flow.h.
| u64 avf_flow_action_rss::types |
Specific RSS hash types (see ETH_RSS_*).
Definition at line 740 of file avf_advanced_flow.h.