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)
commit8f9fee2595c6f4220d6b628b69f82acf67447400
tree7783d7e5d035fa973cb0c87452baaeb1fa456480
parent535de528015b56e34a40a8e1eb1629fadf809a84
parent6867fbe3a9f4d313e08fa1f9412060dfbf23c848
Merge branch 'net-ethtool-add-dedicated-rxfh-driver-callbacks'

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>