mbox series

[net-next,0/2] Bug fixes for RSS symmetric-xor

Message ID 20231221184235.9192-1-ahmed.zaki@intel.com (mailing list archive)
Headers show
Series Bug fixes for RSS symmetric-xor | expand

Message

Ahmed Zaki Dec. 21, 2023, 6:42 p.m. UTC
A couple of fixes for the symmetric-xor recently merged in net-next [1].

The first patch copies the xfrm value back to user-space when ethtool is
built with --disable-netlink. The second allows ethtool to change other
RSS attributes while not changing the xfrm values.

Link: https://lore.kernel.org/netdev/20231213003321.605376-1-ahmed.zaki@intel.com/ [1]

Ahmed Zaki (2):
  net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfh
  net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrm

 include/uapi/linux/ethtool.h |  1 +
 net/ethtool/ioctl.c          | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 3, 2024, 12:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 21 Dec 2023 11:42:33 -0700 you wrote:
> A couple of fixes for the symmetric-xor recently merged in net-next [1].
> 
> The first patch copies the xfrm value back to user-space when ethtool is
> built with --disable-netlink. The second allows ethtool to change other
> RSS attributes while not changing the xfrm values.
> 
> Link: https://lore.kernel.org/netdev/20231213003321.605376-1-ahmed.zaki@intel.com/ [1]
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfh
    https://git.kernel.org/netdev/net-next/c/7c402f77e8cb
  - [net-next,2/2] net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrm
    https://git.kernel.org/netdev/net-next/c/0dd415d15505

You are awesome, thank you!