Re: [PATCH] net/i40e: fix missing support for RSS IPv4

2025-07-07 Thread Bruce Richardson
On Sat, Jul 05, 2025 at 09:54:07PM +, Dhanya Pillai wrote: > Currently, i40e driver is missing support for RTE_ETH_RSS_IPV4 > flag. Configuring rss function to RTE_ETH_RSS_IPV4 returns > invalid rss hash function value. > > Fixes: a286ebeb0714 ("net/i40e: add dynamic mapping of SW flow types t

[PATCH] net/i40e: fix missing support for RSS IPv4

2025-07-05 Thread Dhanya Pillai
Currently, i40e driver is missing support for RTE_ETH_RSS_IPV4 flag. Configuring rss function to RTE_ETH_RSS_IPV4 returns invalid rss hash function value. Fixes: a286ebeb0714 ("net/i40e: add dynamic mapping of SW flow types to HW pctypes") Cc: sta...@dpdk.org Signed-off-by: Dhanya Pillai --- d