mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
eth: fbnic: add FW health reporter
Add a health reporter to catch FW crashes. Dumping the reporter if FW has not crashed will create a snapshot of FW memory. Reviewed-by: Lee Trager <lee@trager.us> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org> Link: https://patch.msgid.link/20250916231420.1693955-8-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
committed by
Paolo Abeni
parent
5df1d0a084
commit
005a54722e
@@ -69,6 +69,16 @@ On host boot the latest UEFI driver is always used, no explicit activation
|
||||
is required. Firmware activation is required to run new control firmware. cmrt
|
||||
firmware can only be activated by power cycling the NIC.
|
||||
|
||||
Health reporters
|
||||
----------------
|
||||
|
||||
fw reporter
|
||||
~~~~~~~~~~~
|
||||
|
||||
The ``fw`` health reporter tracks FW crashes. Dumping the reporter will
|
||||
show the core dump of the most recent FW crash, and if no FW crash has
|
||||
happened since power cycle - a snapshot of the FW memory.
|
||||
|
||||
Statistics
|
||||
----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user