You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -2736,7 +2736,6 @@ Configure and apply the NicConfigurationTemplate CR:
2736
2736
linkType: Ethernet
2737
2737
pciPerformanceOptimized:
2738
2738
enabled: true
2739
-
maxAccOutRead: 44
2740
2739
maxReadRequest: 4096
2741
2740
roceOptimized:
2742
2741
enabled: true
@@ -2754,23 +2753,48 @@ Configure and apply the NicConfigurationTemplate CR:
2754
2753
For more information about the CRD API, refer to `API documentation <https://github.com/Mellanox/nic-configuration-operator/blob/main/docs/api-reference.md>`_.
2755
2754
For more information, which FW parameter each settings corresponds to, refer to `Configuration details doc section <https://github.com/Mellanox/nic-configuration-operator?tab=readme-ov-file#configuration-details>`_.
2756
2755
2756
+
Spec of the NicDevice CR is updated in accordance with the NICFirmwareTemplate and NicConfigurationTemplate CRs matching the device
message: Device firmware '20.42.1000' matches to recommended version '20.42.1000'
2787
-
reason: DeviceFirmwareConfigMatch
2809
+
- type: FirmwareConfigMatch
2788
2810
status: "True"
2789
-
type: FirmwareConfigMatch
2811
+
reason: DeviceFirmwareConfigMatch
2812
+
message: Device firmware '20.42.1000' matches to recommended version '20.42.1000'
2813
+
lastTransitionTime: "2024-09-21T08:43:10Z"
2790
2814
2791
2815
`FirmwareConfigMatch` condition status is set to `Unknown` if DOCA Driver is not installed otherwise it notifies if current NIC firmware is recommended or not recommended by DOCA Driver. E.g.:
0 commit comments