public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] amd-xgbe: TX resilience improvements for link-down handling
@ 2026-03-18 12:10 Raju Rangoju
  2026-03-18 12:10 ` [PATCH v2 net-next 1/3] amd-xgbe: add adaptive link status polling Raju Rangoju
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Raju Rangoju @ 2026-03-18 12:10 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, pabeni, kuba, edumazet, davem, andrew+netdev,
	Raju Rangoju

This series enhances the AMD 10GbE driver's TX queue handling during
link-down events to improve resilience, prevent resource leaks, and
enable fast failover in link aggregation configurations.

The three patches form a complete link-down handling solution:

1. Patch 1: Fast detection (know quickly when link goes down)
2. Patch 2: Quick response (stop TX immediately, skip waits)
3. Patch 3: Clean recovery (reclaim abandoned resources)

Changes since v1:
 - The original patch is split into multiple patches, to better
   isolate each specific improvements.

Raju Rangoju (3):
  amd-xgbe: add adaptive link status polling
  amd-xgbe: optimize TX shutdown on link-down
  amd-xgbe: add TX descriptor cleanup for link-down

 drivers/net/ethernet/amd/xgbe/xgbe-common.h |  4 +
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c    | 86 ++++++++++++++++++---
 drivers/net/ethernet/amd/xgbe/xgbe-drv.c    | 67 ++++++++++++++--
 drivers/net/ethernet/amd/xgbe/xgbe-mdio.c   | 18 +++++
 drivers/net/ethernet/amd/xgbe/xgbe.h        |  3 +
 5 files changed, 161 insertions(+), 17 deletions(-)

-- 
2.34.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 12:10 [PATCH v2 net-next 0/3] amd-xgbe: TX resilience improvements for link-down handling Raju Rangoju
2026-03-18 12:10 ` [PATCH v2 net-next 1/3] amd-xgbe: add adaptive link status polling Raju Rangoju
2026-03-18 12:10 ` [PATCH v2 net-next 2/3] amd-xgbe: optimize TX shutdown on link-down Raju Rangoju
2026-03-18 12:10 ` [PATCH v2 net-next 3/3] amd-xgbe: add TX descriptor cleanup for link-down Raju Rangoju

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