Lines Matching defs:rss_hf
513 uint64_t rss_hf;
554 * fill rte_eth_rss_conf.rss_hf or rte_flow_action_rss.types.
663 #define RTE_ETH_RSS_LEVEL(rss_hf) ((rss_hf & RTE_ETH_RSS_LEVEL_MASK) >> 50)
670 * @param rss_hf
676 rte_eth_rss_hf_refine(uint64_t rss_hf)
678 if ((rss_hf & RTE_ETH_RSS_L3_SRC_ONLY) && (rss_hf & RTE_ETH_RSS_L3_DST_ONLY))
679 rss_hf &= ~(RTE_ETH_RSS_L3_SRC_ONLY | RTE_ETH_RSS_L3_DST_ONLY);
681 if ((rss_hf & RTE_ETH_RSS_L4_SRC_ONLY) && (rss_hf & RTE_ETH_RSS_L4_DST_ONLY))
682 rss_hf &= ~(RTE_ETH_RSS_L4_SRC_ONLY | RTE_ETH_RSS_L4_DST_ONLY);
684 return rss_hf;
2395 * queues per port. Any RSS hash function set in eth_conf->rss_conf.rss_hf