mbox series

[net-next,0/2] ethtool: use the rss context XArray in ring deactivation safety-check

Message ID 20240710174043.754664-1-kuba@kernel.org (mailing list archive)
Headers show
Series ethtool: use the rss context XArray in ring deactivation safety-check | expand

Message

Jakub Kicinski July 10, 2024, 5:40 p.m. UTC
Now that we have an XArray storing information about all extra
RSS contexts - use it to extend checks already performed using
ethtool_get_max_rxfh_channel().

Jakub Kicinski (2):
  ethtool: fail closed if we can't get max channel used in indirection
    tables
  ethtool: use the rss context XArray in ring deactivation safety-check

 net/ethtool/channels.c |  6 ++---
 net/ethtool/common.c   | 51 +++++++++++++++++++++++++++++++++---------
 net/ethtool/common.h   |  2 +-
 net/ethtool/ioctl.c    |  4 +---
 4 files changed, 44 insertions(+), 19 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 11, 2024, 10 p.m. UTC | #1
Hello:

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

On Wed, 10 Jul 2024 10:40:41 -0700 you wrote:
> Now that we have an XArray storing information about all extra
> RSS contexts - use it to extend checks already performed using
> ethtool_get_max_rxfh_channel().
> 
> Jakub Kicinski (2):
>   ethtool: fail closed if we can't get max channel used in indirection
>     tables
>   ethtool: use the rss context XArray in ring deactivation safety-check
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] ethtool: fail closed if we can't get max channel used in indirection tables
    https://git.kernel.org/netdev/net-next/c/2899d58462ba
  - [net-next,2/2] ethtool: use the rss context XArray in ring deactivation safety-check
    https://git.kernel.org/netdev/net-next/c/24ac7e544081

You are awesome, thank you!