]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'net-ethtool-add-dedicated-rxfh-driver-callbacks'
authorJakub Kicinski <kuba@kernel.org>
Fri, 13 Jun 2025 00:16:23 +0000 (17:16 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 13 Jun 2025 00:47:10 +0000 (17:47 -0700)
Jakub Kicinski says:

====================
net: ethtool: add dedicated RXFH driver callbacks

Andrew asked me to plumb the RXFH header fields configuration
thru to netlink. Before we do that we need to clean up the driver
facing API a little bit. Right now RXFH configuration shares the
callbacks with n-tuple filters. The future of n-tuple filters
is uncertain within netlink. Separate the two for clarity both
of the core code and the driver facing API.

This series adds the new callbacks and converts the initial
handful of drivers. There is 31 more driver patches to come,
then we can stop calling rxnfc in the core for rxfh.
====================

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

Trivial merge