]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: ethtool: rss: add notifications
authorJakub Kicinski <kuba@kernel.org>
Mon, 23 Jun 2025 23:17:18 +0000 (16:17 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 25 Jun 2025 22:24:14 +0000 (15:24 -0700)
commit46837be5afc6ea70bc827ca4439410e069e2ee37
tree67d22da482edbaf53a226c4553f75b92b75da8e0
parent3073947de382a27d8621be31594cb694b3a83f43
net: ethtool: rss: add notifications

In preparation for RSS_SET handling in ethnl introduce Netlink
notifications for RSS. Only cover modifications, not creation
and not removal of a context, because the latter may deserve
a different notification type. We should cross that bridge
when we add the support for context add / remove via Netlink.

Link: https://patch.msgid.link/20250623231720.3124717-7-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/ethtool.yaml
Documentation/networking/ethtool-netlink.rst
include/uapi/linux/ethtool_netlink_generated.h
net/ethtool/common.h
net/ethtool/ioctl.c
net/ethtool/netlink.c
net/ethtool/rss.c