]> git.ipfire.org Git - thirdparty/linux.git/commit
ethtool: rss: support removing contexts via Netlink
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 23:43:42 +0000 (16:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 22 Jul 2025 01:21:19 +0000 (18:21 -0700)
commitfbe09277fa6324b50cc4eedb4d99498cf7dad897
tree95535a54d3d8a62ddfbbb7723e0d732d5b08869c
parenta166ab7816c534973745b0fe7bce3c8cefc5426f
ethtool: rss: support removing contexts via Netlink

Implement removing additional RSS contexts via Netlink.
Technically it'd be possible to shoehorn the delete operation
into ethnl_request_ops-compatible handler. The code ends
up longer than open coded version, and I think we'll need
a custom way of sending notifications at some stage (if we
allow tying the context lifetime to the netlink socket, in
the future).

Link: https://patch.msgid.link/20250717234343.2328602-8-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.c
net/ethtool/ioctl.c
net/ethtool/netlink.c
net/ethtool/netlink.h
net/ethtool/rss.c