]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Merge branch 'net-migrate-remaining-drivers-to-dedicated-_rxfh_context-ops'
authorJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 18:56:42 +0000 (11:56 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 8 Jul 2025 18:56:42 +0000 (11:56 -0700)
Jakub Kicinski says:

====================
net: migrate remaining drivers to dedicated _rxfh_context ops

Around a year ago Ed added dedicated ops for managing RSS contexts.
This significantly improved the clarity of the driver facing API.
Migrate the remaining 3 drivers and remove the old way of muxing
the RSS context operations via .set_rxfh().

v2: https://lore.kernel.org/20250702030606.1776293-1-kuba@kernel.org
v1: https://lore.kernel.org/20250630160953.1093267-1-kuba@kernel.org
====================

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

Trivial merge