]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-ethtool-track-tx-pause-storm'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 5 Mar 2026 15:26:54 +0000 (16:26 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Mar 2026 15:26:55 +0000 (16:26 +0100)
commitab99e1167293726f016360a5dbbbc10386fd7d66
tree8ca28ba27b69fbcdd1d9468f5d1a1b4d605c2bad
parentbc531c2cc1d179156e8e4bdede92842dc3b63cc2
parentcc663d3fed062fb41b59df953a2cb9df5f56f943
Merge branch 'net-ethtool-track-tx-pause-storm'

Mohsin Bashir says:

====================
net: ethtool: Track TX pause storm

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), proposes using the
existing pfc-prevention-tout knob to configure the storm watchdog (p2),
adds pause storm protection support for fbnic (p3), and leverages p1
to provide observability into these events for the fbnic (p4) and mlx5
(p5) drivers.

v3: https://lore.kernel.org/netdev/20260223174914.74461-1-mohsin.bashr@gmail.com/
V2: https://lore.kernel.org/20260207010525.3808842-1-mohsin.bashr@gmail.com/
V1: https://lore.kernel.org/20260122192158.428882-1-mohsin.bashr@gmail.com/
====================

Link: https://patch.msgid.link/20260302230149.1580195-1-mohsin.bashr@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>