[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:
Ashwin Srinivasan 2023-07-18 21:14:00 -07:00 committed by GitHub
parent bdef73ea96
commit 0b067bfb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'