]> www.infradead.org Git - nvme.git/commit
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
authorEdward Cree <ecree.xilinx@gmail.com>
Thu, 27 Jun 2024 15:33:47 +0000 (16:33 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Jun 2024 01:53:21 +0000 (18:53 -0700)
commit6ad2962f8adfd53fca52dce7f830783e95d99ce7
tree06fe12e7dbe2012d63e10666c9abd3445fb4f8de
parent3ebbd9f6de7ec6d538639ebb657246f629ace81e
net: ethtool: attach an XArray of custom RSS contexts to a netdevice

Each context stores the RXFH settings (indir, key, and hfunc) as well
 as optionally some driver private data.
Delete any still-existing contexts at netdev unregister time.

Signed-off-by: Edward Cree <ecree.xilinx@gmail.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Link: https://patch.msgid.link/cbd1c402cec38f2e03124f2ab65b4ae4e08bd90d.1719502240.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/ethtool.h
net/core/dev.c