DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net/bnxt/tf_core: fix ignored return of EM delete
@ 2026-05-19  4:43 Denis Sergeev
  2026-05-19  4:43 ` [PATCH 1/2] " Denis Sergeev
  2026-05-19  4:43 ` [PATCH 2/2] mailmap: add Denis Sergeev Denis Sergeev
  0 siblings, 2 replies; 4+ messages in thread
From: Denis Sergeev @ 2026-05-19  4:43 UTC (permalink / raw)
  To: dev; +Cc: kishore.padmanabha, ajit.khaparde, Denis Sergeev

This series fixes a missing error check in the bnxt TF core EM delete
path that can lead to HW/SW state inconsistency.

The return value of tfc_em_delete_raw() in tfc_em_delete() was silently
discarded, so if the HW EM entry removal fails, the function continues
to free the corresponding SW pool entry, creating stale flow matches
or incorrect pool slot reuse.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Patches:
- net/bnxt/tf_core: fix ignored return of EM delete
- mailmap: add Denis Sergeev

Denis Sergeev (2):
  net/bnxt/tf_core: fix ignored return of EM delete
  mailmap: add Denis Sergeev

 .mailmap                             | 1 +
 drivers/net/bnxt/tf_core/v3/tfc_em.c | 5 +++++
 2 files changed, 6 insertions(+)

-- 
2.50.1


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

end of thread, other threads:[~2026-05-19 21:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19  4:43 [PATCH 0/2] net/bnxt/tf_core: fix ignored return of EM delete Denis Sergeev
2026-05-19  4:43 ` [PATCH 1/2] " Denis Sergeev
2026-05-19 21:02   ` Kishore Padmanabha
2026-05-19  4:43 ` [PATCH 2/2] mailmap: add Denis Sergeev Denis Sergeev

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