Page MenuHomeFreeBSD

bnxt_en: Firmware error recovery support
ClosedPublic

Authored by chandrakanth.patil_broadcom.com on Apr 29 2024, 12:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 9:42 PM
Unknown Object (File)
Wed, Apr 29, 4:55 PM
Unknown Object (File)
Mon, Apr 27, 4:24 PM
Unknown Object (File)
Thu, Apr 23, 9:11 AM
Unknown Object (File)
Mon, Apr 13, 2:31 AM
Unknown Object (File)
Fri, Apr 10, 5:46 AM
Unknown Object (File)
Thu, Apr 9, 3:49 PM
Unknown Object (File)
Mar 25 2026, 7:55 AM
Subscribers
None

Details

Summary

Implement firmware error recovery support for Thor adapters.
This entails enabling the capability for the firmware to initiate
error recovery. Specifically, the firmware will send the reset notify
asynchronous event to notify the driver of an error and impending reset.
Subsequently, the driver will queue a task to execute the following steps.

  1. Deactivate the allocated resources.
  2. Await completion of the firmware's recovery process.
  3. Configure the resources and reactivate the network interface.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable