netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] bnxt_en: 3 bug fixes.
@ 2020-07-12  0:48 Michael Chan
  2020-07-12  0:48 ` [PATCH net 1/3] bnxt_en: Fix race when modifying pause settings Michael Chan
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Michael Chan @ 2020-07-12  0:48 UTC (permalink / raw)
  To: davem; +Cc: netdev, kuba

2 Fixes related to PHY/link settings.  The last one fixes the sizing of
the completion ring.

Please also queue for -stable.  Thanks.

Michael Chan (1):
  bnxt_en: Fix completion ring sizing with TPA enabled.

Vasundhara Volam (2):
  bnxt_en: Fix race when modifying pause settings.
  bnxt_en: Init ethtool link settings after reading updated PHY
    configuration.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 22 +++++++++++++++-------
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c |  5 ++++-
 2 files changed, 19 insertions(+), 8 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH net 0/3] bnxt_en: 3 Bug fixes
@ 2023-03-29  1:30 Michael Chan
  2023-03-30  4:50 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Chan @ 2023-03-29  1:30 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, kuba, pabeni, gospo

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

This series contains 3 small bug fixes covering ethtool self test, PCI
ID string typos, and some missing 200G link speed ethtool reporting logic.

Kalesh AP (2):
  bnxt_en: Fix reporting of test result in ethtool selftest
  bnxt_en: Fix typo in PCI id to device description string mapping

Michael Chan (1):
  bnxt_en: Add missing 200G link speed reporting

 drivers/net/ethernet/broadcom/bnxt/bnxt.c         | 8 ++++----
 drivers/net/ethernet/broadcom/bnxt/bnxt.h         | 1 +
 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 3 +++
 3 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.18.1


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4209 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH net 0/3] bnxt_en: 3 bug fixes
@ 2025-07-10 21:39 Michael Chan
  2025-07-11 14:40 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Chan @ 2025-07-10 21:39 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, kuba, pabeni, andrew+netdev, pavan.chebbi,
	andrew.gospodarek

The first one fixes a possible failure when setting DCB ETS.  The
second one fixes the ethtool coredump (-W 2) not containing all the FW
traces.  The third one fixes the DMA unmap length when transmitting
XDP_REDIRECT packets.

Shravya KN (1):
  bnxt_en: Fix DCB ETS validation

Shruti Parab (1):
  bnxt_en: Flush FW trace before copying to the coredump

Somnath Kotur (1):
  bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT

 .../net/ethernet/broadcom/bnxt/bnxt_coredump.c | 18 +++++++++++-------
 drivers/net/ethernet/broadcom/bnxt/bnxt_dcb.c  |  2 ++
 drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c  |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)

-- 
2.30.1


^ permalink raw reply	[flat|nested] 11+ messages in thread
* [PATCH net 0/3] bnxt_en: 3 bug fixes
@ 2025-08-25 17:59 Michael Chan
  2025-08-27  1:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 11+ messages in thread
From: Michael Chan @ 2025-08-25 17:59 UTC (permalink / raw)
  To: davem
  Cc: netdev, edumazet, kuba, pabeni, andrew+netdev, pavan.chebbi,
	andrew.gospodarek

The first one fixes a memory corruption issue that can happen when
FW resources change during ifdown with TCs created.  The next two
fix FW resource reservation logic for TX rings and stats context.

Michael Chan (2):
  bnxt_en: Adjust TX rings if reservation is less than requested
  bnxt_en: Fix stats context reservation logic

Sreekanth Reddy (1):
  bnxt_en: Fix memory corruption when FW resources change during ifdown

 drivers/net/ethernet/broadcom/bnxt/bnxt.c | 36 +++++++++++++++++++----
 1 file changed, 30 insertions(+), 6 deletions(-)

-- 
2.30.1


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

end of thread, other threads:[~2025-08-27  1:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-12  0:48 [PATCH net 0/3] bnxt_en: 3 bug fixes Michael Chan
2020-07-12  0:48 ` [PATCH net 1/3] bnxt_en: Fix race when modifying pause settings Michael Chan
2020-07-12  0:48 ` [PATCH net 2/3] bnxt_en: Init ethtool link settings after reading updated PHY configuration Michael Chan
2020-07-12  0:48 ` [PATCH net 3/3] bnxt_en: Fix completion ring sizing with TPA enabled Michael Chan
2020-07-12 22:29 ` [PATCH net 0/3] bnxt_en: 3 bug fixes David Miller
  -- strict thread matches above, loose matches on Subject: below --
2023-03-29  1:30 [PATCH net 0/3] bnxt_en: 3 Bug fixes Michael Chan
2023-03-30  4:50 ` patchwork-bot+netdevbpf
2025-07-10 21:39 [PATCH net 0/3] bnxt_en: 3 bug fixes Michael Chan
2025-07-11 14:40 ` patchwork-bot+netdevbpf
2025-08-25 17:59 Michael Chan
2025-08-27  1:00 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).