[master] Mellanox: 2700, 4600c - Quoted device IDs to prevent false flags in pcied (#15896)
Why I did it Certain all-numeric device IDs of PCI devices in the pcie.yaml file are left unquoted, leading to false mismatch flags in the pcie daemon and subsequently leads to log flooding. This PR fixes that issue. Work item tracking Microsoft ADO (number only): 24578930 How I did it Added quotes around numeric PCI devices in the pcie.yaml files of the following platforms: x86_64-mlnx_msn2700-r0 x86_64-mlnx_msn4600c-r0 How to verify it Install latest image after the merge and verify that syslogs are not flooded with PCI device mismatch errors
This commit is contained in:
parent
bdef73ea96
commit
0b067bfb2a
@ -35,7 +35,7 @@
|
||||
- bus: '00'
|
||||
dev: '01'
|
||||
fn: '2'
|
||||
id: 0159
|
||||
id: '0159'
|
||||
name: 'PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI
|
||||
Express Root Port (rev 09)'
|
||||
- bus: '00'
|
||||
|
@ -154,7 +154,7 @@
|
||||
- bus: '09'
|
||||
dev: '00'
|
||||
fn: '0'
|
||||
id: 1533
|
||||
id: '1533'
|
||||
name: 'Ethernet controller: Intel Corporation I210 Gigabit Network Connection (rev
|
||||
03)'
|
||||
- bus: 'ff'
|
||||
|
Loading…
Reference in New Issue
Block a user