public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net/bnxt: shadow variable warnings
@ 2026-03-12  0:20 Stephen Hemminger
  2026-03-12  0:20 ` [PATCH 1/2] eal: add RTE_MIN4 and RTE_MAX4 macros Stephen Hemminger
  2026-03-12  0:20 ` [PATCH 2/2] net/bnxt: fix shadow variable warnings Stephen Hemminger
  0 siblings, 2 replies; 6+ messages in thread
From: Stephen Hemminger @ 2026-03-12  0:20 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

This allows bnxt driver to build cleanly with -Wshadow.
Part of a larger effort to globally enable shadow warning.

Stephen Hemminger (2):
  eal: add RTE_MIN4 and RTE_MAX4 macros
  net/bnxt: fix shadow variable warnings

 drivers/net/bnxt/bnxt.h        |  6 +++---
 drivers/net/bnxt/bnxt_ethdev.c |  3 +--
 drivers/net/bnxt/bnxt_rxq.c    |  6 ++----
 drivers/net/bnxt/bnxt_txr.c    |  3 ---
 lib/eal/include/rte_common.h   | 20 ++++++++++++++++++++
 5 files changed, 26 insertions(+), 12 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2026-03-18  3:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12  0:20 [PATCH 0/2] net/bnxt: shadow variable warnings Stephen Hemminger
2026-03-12  0:20 ` [PATCH 1/2] eal: add RTE_MIN4 and RTE_MAX4 macros Stephen Hemminger
2026-03-12  0:20 ` [PATCH 2/2] net/bnxt: fix shadow variable warnings Stephen Hemminger
2026-03-12 22:46   ` Kishore Padmanabha
2026-03-17  8:02   ` Thomas Monjalon
2026-03-18  3:16     ` Stephen Hemminger

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