Skip to content

Commit d42066c

Browse files
authored
[Arista] Remove one pcie device accross platforms (#16173)
These devices will not reliabily report the proper devid and vendorid when reading it is read directly from the pci config space. It can be read but shouldn't be compared against some fixed value like the one stored in pcie.yaml. Since this makes pcied unhappy, the simplest path forward is to just remove this device from monitoring.
1 parent 7445106 commit d42066c

File tree

19 files changed

+5
-70
lines changed

19 files changed

+5
-70
lines changed

device/arista/x86_64-arista_7050dx4_32s/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@
152152
id: '1466'
153153
name: 'Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh)
154154
Data Fabric: Device 18h; Function 6'
155-
- bus: '00'
156-
dev: '18'
157-
fn: '7'
158-
id: '0001'
159-
name: 'Host bridge: Arastra Inc. Device 0001'
160155
- bus: '01'
161156
dev: '00'
162157
fn: '0'

device/arista/x86_64-arista_7050px4_32s/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@
152152
id: '1466'
153153
name: 'Host bridge: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh)
154154
Data Fabric: Device 18h; Function 6'
155-
- bus: '00'
156-
dev: '18'
157-
fn: '7'
158-
id: '0001'
159-
name: 'Host bridge: Arastra Inc. Device 0001'
160155
- bus: '01'
161156
dev: '00'
162157
fn: '0'

device/arista/x86_64-arista_7050sx3_48c8/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
id: '1578'
6565
name: 'Encryption controller: Advanced Micro Devices, Inc. [AMD] Carrizo Platform
6666
Security Processor'
67-
- bus: '00'
68-
dev: 09
69-
fn: '0'
70-
id: '0001'
71-
name: 'Host bridge: Arastra Inc. Device 0001'
7267
- bus: '00'
7368
dev: 09
7469
fn: '2'

device/arista/x86_64-arista_7050sx3_48yc8/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,6 @@
6464
id: '1578'
6565
name: 'Encryption controller: Advanced Micro Devices, Inc. [AMD] Carrizo Platform
6666
Security Processor'
67-
- bus: '00'
68-
dev: 09
69-
fn: '0'
70-
id: '0001'
71-
name: 'Host bridge: Arastra Inc. Device 0001'
7267
- bus: '00'
7368
dev: 09
7469
fn: '2'

device/arista/x86_64-arista_7060dx4_32/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@
186186
id: 6f37
187187
name: 'Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon
188188
D R3 QPI Link 0/1 (rev 03)'
189-
- bus: ff
190-
dev: 0b
191-
fn: '3'
192-
id: '0001'
193-
name: 'System peripheral: Arastra Inc. Device 0001 (rev 03)'
194189
- bus: ff
195190
dev: 0c
196191
fn: '0'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../x86_64-arista_common/pcie.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../x86_64-arista_common/pcie.yaml

device/arista/x86_64-arista_7060px4_32/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@
186186
id: 6f37
187187
name: 'Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon
188188
D R3 QPI Link 0/1 (rev 03)'
189-
- bus: ff
190-
dev: 0b
191-
fn: '3'
192-
id: '0001'
193-
name: 'System peripheral: Arastra Inc. Device 0001 (rev 03)'
194189
- bus: ff
195190
dev: 0c
196191
fn: '0'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../x86_64-arista_common/pcie.yaml

device/arista/x86_64-arista_7170_32cd/pcie.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,6 @@
186186
id: 6f37
187187
name: 'Performance counters: Intel Corporation Xeon E7 v4/Xeon E5 v4/Xeon E3 v4/Xeon
188188
D R3 QPI Link 0/1 (rev 03)'
189-
- bus: ff
190-
dev: 0b
191-
fn: '3'
192-
id: '0001'
193-
name: 'System peripheral: Arastra Inc. Device 0001 (rev 03)'
194189
- bus: ff
195190
dev: 0c
196191
fn: '0'

0 commit comments

Comments
 (0)