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>