mbox series

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

Message ID cover.1731377399.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. 12, 2024, 2:23 a.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.

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 | 13 ++++++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)