public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/4] bnxt_en: Fix RSS context and ntuple filter issues
@ 2026-02-06  5:29 Michael Chan
  2026-02-06  5:29 ` [PATCH net v2 1/4] bnxt_en: Fix RSS context delete logic Michael Chan
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Michael Chan @ 2026-02-06  5:29 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, kuba, pabeni, andrew+netdev, pavan.chebbi,
	andrew.gospodarek

The first patch fixes the problem of ifup failing if one or more RSS
contexts were previously created.  The 2nd patch is a cleanup patch
required by the 3rd patch which fixes ntuple filter deletion errors
in ifdown state.  The 4th patch adds self tests to cover these failure
cases.

v2: Many improvements to the selftest in patch #4

v1: https://lore.kernel.org/netdev/20260129061646.1417185-1-michael.chan@broadcom.com/

Pavan Chebbi (4):
  bnxt_en: Fix RSS context delete logic
  bnxt_en: Don't overload fw_vnic_id for RSS context's filters
  bnxt_en: Fix deleting of Ntuple filters
  selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up

 drivers/net/ethernet/broadcom/bnxt/bnxt.c     |  28 +++--
 drivers/net/ethernet/broadcom/bnxt/bnxt.h     |   3 +-
 .../net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  12 +--
 .../selftests/drivers/net/hw/rss_ctx.py       | 102 +++++++++++++++++-
 4 files changed, 126 insertions(+), 19 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2026-02-21  0:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06  5:29 [PATCH net v2 0/4] bnxt_en: Fix RSS context and ntuple filter issues Michael Chan
2026-02-06  5:29 ` [PATCH net v2 1/4] bnxt_en: Fix RSS context delete logic Michael Chan
2026-02-06  5:29 ` [PATCH net v2 2/4] bnxt_en: Don't overload fw_vnic_id for RSS context's filters Michael Chan
2026-02-06  5:29 ` [PATCH net v2 3/4] bnxt_en: Fix deleting of Ntuple filters Michael Chan
2026-02-06  5:29 ` [PATCH net v2 4/4] selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up Michael Chan
2026-02-06 18:45   ` Bobby Eshleman
2026-02-08 16:26     ` Pavan Chebbi
2026-02-11  1:46       ` Jakub Kicinski
2026-02-11  3:58         ` Pavan Chebbi
2026-02-11  4:17           ` Jakub Kicinski
2026-02-11  5:15             ` Pavan Chebbi
2026-02-11  7:59               ` Pavan Chebbi
2026-02-11 16:31                 ` Jakub Kicinski
2026-02-11 16:38                   ` Pavan Chebbi
2026-02-11 16:58                     ` Jakub Kicinski
2026-02-11 17:23                       ` Pavan Chebbi
2026-02-11 17:50                         ` Pavan Chebbi
2026-02-12  8:12                       ` [PATCH 1/1] " Pavan Chebbi
2026-02-13  1:52                         ` Jakub Kicinski
2026-02-13  3:52                           ` Pavan Chebbi
2026-02-21  0:40                         ` patchwork-bot+netdevbpf
2026-02-07  5:12   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox