Message ID | 20240724234249.2621109-1-kuba@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ethtool: rss: small fixes to spec and GET | expand |
On 7/25/24 01:42, Jakub Kicinski wrote: > Two small fixes to the ethtool RSS_GET over Netlink. > Spec is a bit inaccurate and responses miss an identifier. > > Jakub Kicinski (2): > netlink: specs: correct the spec of ethtool > ethtool: rss: echo the context number back > > Documentation/netlink/specs/ethtool.yaml | 2 +- > Documentation/networking/ethtool-netlink.rst | 1 + > net/ethtool/rss.c | 8 +++++++- > 3 files changed, 9 insertions(+), 2 deletions(-) Acked-by: Paolo Abeni <pabeni@redhat.com>
On Wed, Jul 24, 2024 at 04:42:47PM -0700, Jakub Kicinski wrote: > Two small fixes to the ethtool RSS_GET over Netlink. > Spec is a bit inaccurate and responses miss an identifier. > > Jakub Kicinski (2): > netlink: specs: correct the spec of ethtool > ethtool: rss: echo the context number back > > Documentation/netlink/specs/ethtool.yaml | 2 +- > Documentation/networking/ethtool-netlink.rst | 1 + > net/ethtool/rss.c | 8 +++++++- > 3 files changed, 9 insertions(+), 2 deletions(-) Thanks for fixing this. Reviewed-by: Joe Damato <jdamato@fastly.com>
Hello: This series was applied to netdev/net.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 24 Jul 2024 16:42:47 -0700 you wrote: > Two small fixes to the ethtool RSS_GET over Netlink. > Spec is a bit inaccurate and responses miss an identifier. > > Jakub Kicinski (2): > netlink: specs: correct the spec of ethtool > ethtool: rss: echo the context number back > > [...] Here is the summary with links: - [net,1/2] netlink: specs: correct the spec of ethtool https://git.kernel.org/netdev/net/c/a40c7a24f97e - [net,2/2] ethtool: rss: echo the context number back https://git.kernel.org/netdev/net/c/f96aae91b0d2 You are awesome, thank you!