Message ID | 20231213003321.605376-1-ahmed.zaki@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Support symmetric-xor RSS hash | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 12 Dec 2023 17:33:13 -0700 you wrote: > Patches 1 and 2 modify the get/set_rxh ethtool API to take a pointer to > struct of parameters instead of individual params. This will allow future > changes to the uAPI-shared struct ethtool_rxfh without changing the > drivers' API. > > Patch 3 adds the support at the Kernel level, allowing the user to set a > symmetric-xor RSS hash for a netdevice via: > > [...] Here is the summary with links: - [net-next,v9,1/8] net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops https://git.kernel.org/netdev/net-next/c/fb6e30a72539 - [net-next,v9,2/8] net: ethtool: get rid of get/set_rxfh_context functions https://git.kernel.org/netdev/net-next/c/dcd8dbf9e734 - [net-next,v9,3/8] net: ethtool: add support for symmetric-xor RSS hash https://git.kernel.org/netdev/net-next/c/13e59344fb9d - [net-next,v9,4/8] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values https://git.kernel.org/netdev/net-next/c/20f73b60bb5c - [net-next,v9,5/8] ice: refactor RSS configuration https://git.kernel.org/netdev/net-next/c/dc6e44c9d6d6 - [net-next,v9,6/8] ice: refactor the FD and RSS flow ID generation https://git.kernel.org/netdev/net-next/c/b1f5921a99ac - [net-next,v9,7/8] ice: enable symmetric-xor RSS for Toeplitz hash function https://git.kernel.org/netdev/net-next/c/352e9bf23813 - [net-next,v9,8/8] iavf: enable symmetric-xor RSS for Toeplitz hash function https://git.kernel.org/netdev/net-next/c/4a3de3fb0eb6 You are awesome, thank you!