Searched refs:TAP_RSS_HF_MASK (Results 1 – 2 of 2) sorted by relevance
16 #define TAP_RSS_HF_MASK (~(RTE_ETH_RSS_IP | RTE_ETH_RSS_UDP | RTE_ETH_RSS_TCP)) macro
1083 dev_info->flow_type_rss_offloads = ~TAP_RSS_HF_MASK; in tap_dev_info()1876 if (rss_conf->rss_hf & TAP_RSS_HF_MASK) { in tap_rss_hash_update()