mbox series

[net,v3,0/2] bnxt: Fix failure to report RSS context in ntuple rule

Message ID cover.1732748253.git.dxu@dxuuu.xyz (mailing list archive)
Headers show
Series bnxt: Fix failure to report RSS context in ntuple rule | expand

Message

Daniel Xu Nov. 27, 2024, 10:58 p.m. UTC
This patchset fixes a bug where bnxt driver was failing to report that
an ntuple rule is redirecting to an RSS context. First commit is the
fix, then second commit extends selftests to detect if other/new drivers
are compliant with ntuple/rss_ctx API.

=== Changelog ===

Changes from v2:
* Rebase to net instead of net-next
* Make regex work with ethtool output changes

Changes from v1:
* Add selftest in patch 2

Daniel Xu (2):
  bnxt_en: ethtool: Supply ntuple rss context action
  selftests: drv-net: rss_ctx: Add test for ntuple rule

 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  8 ++++++--
 tools/testing/selftests/drivers/net/hw/rss_ctx.py | 12 +++++++++++-
 2 files changed, 17 insertions(+), 3 deletions(-)

Comments

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

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

On Wed, 27 Nov 2024 15:58:28 -0700 you wrote:
> This patchset fixes a bug where bnxt driver was failing to report that
> an ntuple rule is redirecting to an RSS context. First commit is the
> fix, then second commit extends selftests to detect if other/new drivers
> are compliant with ntuple/rss_ctx API.
> 
> === Changelog ===
> 
> [...]

Here is the summary with links:
  - [net,v3,1/2] bnxt_en: ethtool: Supply ntuple rss context action
    https://git.kernel.org/netdev/net/c/be75cda92a65
  - [net,v3,2/2] selftests: drv-net: rss_ctx: Add test for ntuple rule
    https://git.kernel.org/netdev/net/c/7078d43b2374

You are awesome, thank you!