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
F102782032: D45008.diff
Sun, Nov 17, 2:59 AM
Unknown Object (File)
Mon, Nov 11, 10:17 AM
Unknown Object (File)
Thu, Nov 7, 1:31 AM
Unknown Object (File)
Wed, Nov 6, 4:12 PM
Unknown Object (File)
Oct 15 2024, 11:51 PM
Unknown Object (File)
Oct 15 2024, 6:46 AM
Unknown Object (File)
Oct 15 2024, 2:31 AM
Unknown Object (File)
Oct 14 2024, 2:04 PM
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