Skip to content

Commit b81ac4f

Browse files
authored
Revert RAS Category and Fabric API commits (#35, #83) (#117)
This reverts commits: - 7de9654 - 5ced682 ...due to a binary incompatibility regression. Signed-off-by: Will Damon <[email protected]>
1 parent b67ad09 commit b81ac4f

File tree

3 files changed

+1
-52
lines changed

3 files changed

+1
-52
lines changed

scripts/sysman/common.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ etors:
196196
- name: OVERCLOCK_PROPERTIES
197197
desc: $s_overclock_properties_t
198198
version: "1.5"
199-
- name: FABRIC_PORT_ERROR_COUNTERS
200-
desc: $s_fabric_port_error_counters_t
201-
version: "1.5"
202199
--- #-------------------------------------------------------------------------
203200
type: struct
204201
desc: "Base for all properties types"

scripts/sysman/fabric.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -185,26 +185,6 @@ members:
185185
name: "txCounter"
186186
desc: "[out] Monotonic counter for the number of bytes transmitted (sum of all lanes). This includes all protocol overhead, not only the GPU traffic."
187187
--- #--------------------------------------------------------------------------
188-
type: struct
189-
desc: "Fabric Port Error Counters"
190-
class: $sFabricPort
191-
name: $s_fabric_port_error_counters_t
192-
base: $s_base_properties_t
193-
version: "1.5"
194-
members:
195-
- type: uint64_t
196-
name: "linkFailureCount"
197-
desc: "[out] Link Failure Error Count"
198-
- type: uint64_t
199-
name: "fwCommErrorCount"
200-
desc: "[out] Firmware Communication Error Count"
201-
- type: uint64_t
202-
name: "fwErrorCount"
203-
desc: "[out] Firmware reported Error Count"
204-
- type: uint64_t
205-
name: "linkDegradeCount"
206-
desc: "[out] Link Degrade Error Count"
207-
--- #--------------------------------------------------------------------------
208188
type: function
209189
desc: "Get handle of Fabric ports in a device"
210190
class: $sDevice
@@ -324,25 +304,6 @@ returns:
324304
- $X_RESULT_ERROR_INSUFFICIENT_PERMISSIONS:
325305
- "User does not have permissions to query this telemetry."
326306
--- #--------------------------------------------------------------------------
327-
type: function
328-
desc: "Get Fabric Port Error Counters"
329-
class: $sFabricPort
330-
name: GetFabricErrorCounters
331-
version: "1.5"
332-
details:
333-
- "The application may call this function from simultaneous threads."
334-
- "The implementation of this function should be lock-free."
335-
params:
336-
- type: $s_fabric_port_handle_t
337-
name: hPort
338-
desc: "[in] Handle for the component."
339-
- type: $s_fabric_port_error_counters_t*
340-
name: pErrors
341-
desc: "[in,out] Will contain the Fabric port Error counters."
342-
returns:
343-
- $X_RESULT_ERROR_INSUFFICIENT_PERMISSIONS:
344-
- "User does not have permissions to query this telemetry."
345-
--- #--------------------------------------------------------------------------
346307
type: class
347308
desc: "C++ wrapper for a Sysman device Fabric port"
348309
name: $sFabricPort

scripts/sysman/ras.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,11 @@ etors:
4040
desc: "The number of errors that have occurred in caches (L1/L3/register file/shared local memory/sampler)"
4141
- name: DISPLAY_ERRORS
4242
desc: "The number of errors that have occurred in the display"
43-
- name: MEMORY_ERRORS
44-
desc: "The number of errors that have occurred in Memory"
45-
version: "1.5"
46-
- name: SCALE_ERRORS
47-
desc: "The number of errors that have occurred in Scale Fabric"
48-
version: "1.5"
49-
- name: L3FABRIC_ERRORS
50-
desc: "The number of errors that have occurred in L3 Fabric"
51-
version: "1.5"
5243
--- #--------------------------------------------------------------------------
5344
type: macro
5445
desc: "The maximum number of categories"
5546
name: $S_MAX_RAS_ERROR_CATEGORY_COUNT
56-
value: "10"
47+
value: "7"
5748
--- #--------------------------------------------------------------------------
5849
type: struct
5950
desc: "RAS properties"

0 commit comments

Comments
 (0)