]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: provide pending ring configuration in net_device
authorJakub Kicinski <kuba@kernel.org>
Sun, 19 Jan 2025 02:05:13 +0000 (18:05 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 20 Jan 2025 19:44:57 +0000 (11:44 -0800)
commit32ad1f7a050d0c17e1e52e1dfdd9f6221ae20ef9
tree738323fe82583fe4dbd5dafe1f05aefdfc61de7a
parent743dea746ed6d581877c114ef1f362bc277fed6a
net: provide pending ring configuration in net_device

Record the pending configuration in net_device struct.
ethtool core duplicates the current config and the specific
handlers (for now just ringparam) can modify it.

Reviewed-by: Michael Chan <michael.chan@broadcom.com>
Link: https://patch.msgid.link/20250119020518.1962249-4-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/netdevice.h
net/core/dev.c
net/ethtool/netlink.c
net/ethtool/rings.c