| 7a63abf9 | 28-Apr-2024 |
Chandrakanth patil <[email protected]> |
bnxt_en: Driver version update to 230.0.133.0
Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45010
(cherry picked from commit 862af86f4
bnxt_en: Driver version update to 230.0.133.0
Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45010
(cherry picked from commit 862af86f4b7d2aec0623d19796e79cf96b4c7af6)
show more ...
|
| 7f352c7d | 27-Apr-2024 |
Chandrakanth patil <[email protected]> |
bnxt_en: Firmware header version update to 1.10.3.42
This file is automatically generated from the firmware code to export the driver interfaces.
Reviewed by: imp Approved by:
bnxt_en: Firmware header version update to 1.10.3.42
This file is automatically generated from the firmware code to export the driver interfaces.
Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45009
(cherry picked from commit 3d8bbe001115f3e9742c128716335e654729ce1a)
show more ...
|
| 9464f91b | 28-Apr-2024 |
Chandrakanth patil <[email protected]> |
bnxt_en: Firmware error recovery support
Implement firmware error recovery support for Thor adapters. This entails enabling the capability for the firmware to initiate error recovery. Specifically,
bnxt_en: Firmware error recovery support
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.
Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45008
(cherry picked from commit c9965974a52b5dfad1737706b7f2623d999fb569)
show more ...
|
| fba2468e | 27-Apr-2024 |
Chandrakanth patil <[email protected]> |
bnxt_en: Added support for priority queues extended stats
Below priority queues extended stats are exposed to sysctl:
tx_bytes_pri{0-7} rx_bytes_pri{0-7} tx_packets_pri{0-7} rx_packets_pri{0-7}
Re
bnxt_en: Added support for priority queues extended stats
Below priority queues extended stats are exposed to sysctl:
tx_bytes_pri{0-7} rx_bytes_pri{0-7} tx_packets_pri{0-7} rx_packets_pri{0-7}
Reviewed by: imp Approved by: imp Differential revision: https://reviews.freebsd.org/D45007
(cherry picked from commit 032899b59c25389e60a0a092a0dad347102a6edc)
show more ...
|