public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: ethtool: Track TX pause storm
@ 2026-01-22 19:21 Mohsin Bashir
  2026-01-22 19:21 ` [PATCH net-next 1/3] net: ethtool: Track pause storm events Mohsin Bashir
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Mohsin Bashir @ 2026-01-22 19:21 UTC (permalink / raw)
  To: netdev
  Cc: alexanderduyck, alok.a.tiwari, andrew+netdev, andrew, chuck.lever,
	davem, donald.hunter, edumazet, gal, horms, idosch,
	jacob.e.keller, kernel-team, kory.maincent, kuba, lee,
	mohsin.bashr, o.rempel, pabeni, vadim.fedorenko

With TX pause enabled, if a device cannot deliver received frames to
the stack (e.g., during a system hang), it may generate excessive pause
frames causing a pause storm. This series updates the uAPI to track TX
pause storm events as part of the pause stats (p1), adds pause storm
protection support for fbnic (p2), and leverages p1 to provide
observability into these events for fbnic (p3).

Mohsin Bashir (3):
  net: ethtool: Track pause storm events
  eth: fbnic: Add protection against pause storm
  eth: fbnic: Fetch TX pause storm stats

 Documentation/netlink/specs/ethtool.yaml      | 13 ++++
 drivers/net/ethernet/meta/fbnic/fbnic_csr.h   | 11 +++
 .../net/ethernet/meta/fbnic/fbnic_ethtool.c   |  3 +
 .../net/ethernet/meta/fbnic/fbnic_hw_stats.h  |  1 +
 drivers/net/ethernet/meta/fbnic/fbnic_irq.c   |  2 +
 drivers/net/ethernet/meta/fbnic/fbnic_mac.c   | 77 ++++++++++++++++++-
 drivers/net/ethernet/meta/fbnic/fbnic_mac.h   | 15 ++++
 drivers/net/ethernet/meta/fbnic/fbnic_pci.c   |  4 +
 include/linux/ethtool.h                       |  2 +
 .../uapi/linux/ethtool_netlink_generated.h    |  1 +
 net/ethtool/pause.c                           |  4 +-
 11 files changed, 128 insertions(+), 5 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-01-26  6:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 19:21 [PATCH net-next 0/3] net: ethtool: Track TX pause storm Mohsin Bashir
2026-01-22 19:21 ` [PATCH net-next 1/3] net: ethtool: Track pause storm events Mohsin Bashir
2026-01-23 21:27   ` Oleksij Rempel
2026-01-23 22:15     ` Jakub Kicinski
2026-01-24  9:28       ` Oleksij Rempel
2026-01-22 19:21 ` [PATCH net-next 2/3] eth: fbnic: Add protection against pause storm Mohsin Bashir
2026-01-22 19:21 ` [PATCH net-next 3/3] eth: fbnic: Fetch TX pause storm stats Mohsin Bashir
2026-01-23  9:34 ` [PATCH net-next 0/3] net: ethtool: Track TX pause storm Oleksij Rempel
2026-01-23 11:28   ` Oleksij Rempel
2026-01-23 18:40     ` Jakub Kicinski
2026-01-23 19:31       ` Mohsin Bashir
2026-01-23 21:04       ` Oleksij Rempel
2026-01-23 22:21         ` Jakub Kicinski
2026-01-25  9:59       ` Gal Pressman
2026-01-25 22:30         ` Jakub Kicinski
2026-01-26  6:51           ` Gal Pressman
2026-01-23 19:36 ` Florian Fainelli
2026-01-23 20:05   ` Jakub Kicinski

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