How to set up RSS hash fuction in XL710 to receive IPv4 flow type? With the following commands you can configure XL710 to behave as you want to support IPv4 data flow It selects the proper input set for TCP and UDP flow types by removing the L4 port section The set_hash_global_config command enables the symmetric hash if you need it
DPDK - RSS Offloads (Hash Calculation) - Explanation : r dpdk - Reddit - When I use RSS offload of `**ETH_RSS_IPV6_EX**` , I am unable to get a Hash value other than Zero, meaning the packet is considered invalid in accordance to the RSS Offload selected, even though my Mellanox card supports this offload
Setting RSS with a symmetric toeplitz hash function on i40e (X710 XL710 . . . We were using RSS rules configuration on i40e and they are not working for ice Looks like i40e only has special way of dealing with RSS Yes, that's correct However, I recently tried the RSS on 23 11 and it seems ice driver's RSS key length has changed from 40 to 52 byte long key
Re: [dpdk-users] DPDK 20. 11 - i40e 2 tuple RSS configuration - MARC Please find the snippet below of my \ rte_eth_conf and flow conf for your kind perusal: static struct rte_eth_conf port_conf_default = { rxmode = { mq_mode = ETH_MQ_RX_RSS, }, rx_adv_conf = { rss_conf = { rss_key = NULL, rss_key_len = 40, rss_hf = ETH_RSS_NONFRAG_IPV4_UDP, }, } }; struct rte_flow_item pattern[] = { = { type = RTE_FLOW