]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-mlx5e-improve-rss-indirection-table-sizing-and-resizing'
authorJakub Kicinski <kuba@kernel.org>
Thu, 14 May 2026 02:10:29 +0000 (19:10 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 14 May 2026 02:10:29 +0000 (19:10 -0700)
Tariq Toukan says:

====================
net/mlx5e: improve RSS indirection table sizing and resizing

This series by Yael improves mlx5e RSS indirection table handling around
channel count changes and large RSS configurations.

The series:
* removes the XOR8-specific channel count limitation,
* advertises the maximum supported RSS indirection table size,
* fixes resizing of non-default RSS contexts,
* allows resizing configured default RSS contexts during channel
  changes,
* and increases the default RSS spread factor from 2x to 4x to improve
  traffic distribution for large channel counts.

Together, these changes make RSS table sizing more flexible and robust,
while improving load balancing behavior on large systems.
====================

Link: https://patch.msgid.link/20260511172719.330490-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge