summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorYael Chemla <ychemla@nvidia.com>2026-05-11 20:27:15 +0300
committerJakub Kicinski <kuba@kernel.org>2026-05-13 19:10:23 -0700
commitf7c35c668576b454f458352411a10f0dabddb12d (patch)
tree432835f4b9bcd8ce953808f295aa5313cf29d8c0 /scripts/basic
parent6bbc313bcbe994432ebab5d17fa65d11af0b5cf9 (diff)
net/mlx5e: remove channel count limit for XOR8 RSS hash
mlx5e_ethtool_set_channels() and mlx5e_rxfh_hfunc_check() rejected channel counts that would produce an indirection table larger than 256 entries when the XOR8 hash function was active. This check was introduced in commit 49e6c9387051 ("net/mlx5e: RSS, Block XOR hash with over 128 channels"). XOR8 yields an 8-bit hash, so in practice only up to 256 entries in the indirection table can be reached due to limited entropy. However, this does not provide a strong justification for prohibiting larger indirection tables. Remove the limitation. Signed-off-by: Yael Chemla <ychemla@nvidia.com> Reviewed-by: Nimrod Oren <noren@nvidia.com> Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Link: https://patch.msgid.link/20260511172719.330490-2-tariqt@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions