diff options
| author | Mohsin Bashir <mohsin.bashr@gmail.com> | 2026-03-02 15:01:47 -0800 |
|---|---|---|
| committer | Paolo Abeni <pabeni@redhat.com> | 2026-03-05 16:26:52 +0100 |
| commit | 9b7c8728f53a5652a5184651c7b78ed1587542a4 (patch) | |
| tree | f6ee6e62a5af0561267931a38e736289288e72be /tools/perf/scripts/python | |
| parent | 817de93c348a3086ecca6e03ff459138832157cc (diff) | |
eth: fbnic: Add protection against pause storm
Add protection against TX pause storms. A pause storm occurs when a
device fails to send received packets up to the stack. When a pause
storm is detected (pause state persists beyond the configured timeout),
the device stops sending the pause frames and begins dropping packets
instead of back-pressuring.
The timeout is configurable via ethtool tunable (pfc-prevention-tout)
with a maximum value of 10485ms, and the default value of 500ms.
Once the device transitions to the storm-detected state, the service
task periodically attempts recovery, returning the device to normal
operation to handle any subsequent pause storm episodes.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Mohsin Bashir <mohsin.bashr@gmail.com>
Link: https://patch.msgid.link/20260302230149.1580195-4-mohsin.bashr@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
