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)
Tue, May 28, 8:08 AM
Unknown Object (File)
Sat, May 11, 3:01 AM
Unknown Object (File)
Tue, May 7, 9:16 PM
Unknown Object (File)
May 2 2024, 1:19 AM
Unknown Object (File)
Apr 30 2024, 11:18 PM
Unknown Object (File)
Apr 30 2024, 2:11 PM
Unknown Object (File)
Apr 30 2024, 2:10 PM
Unknown Object (File)
Apr 30 2024, 7:57 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