Skip to content

Commit

Permalink
Revert RAS Category and Fabric API commits (#35, #83) (#117)
Browse files Browse the repository at this point in the history
This reverts commits:
  - 7de9654
  - 5ced682

...due to a binary incompatibility regression.

Signed-off-by: Will Damon <will.damon@intel.com>
  • Loading branch information
wdamon-intel authored Apr 25, 2023
1 parent b67ad09 commit b81ac4f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 52 deletions.
3 changes: 0 additions & 3 deletions scripts/sysman/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ etors:
- name: OVERCLOCK_PROPERTIES
desc: $s_overclock_properties_t
version: "1.5"
- name: FABRIC_PORT_ERROR_COUNTERS
desc: $s_fabric_port_error_counters_t
version: "1.5"
--- #-------------------------------------------------------------------------
type: struct
desc: "Base for all properties types"
Expand Down
39 changes: 0 additions & 39 deletions scripts/sysman/fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,26 +185,6 @@ members:
name: "txCounter"
desc: "[out] Monotonic counter for the number of bytes transmitted (sum of all lanes). This includes all protocol overhead, not only the GPU traffic."
--- #--------------------------------------------------------------------------
type: struct
desc: "Fabric Port Error Counters"
class: $sFabricPort
name: $s_fabric_port_error_counters_t
base: $s_base_properties_t
version: "1.5"
members:
- type: uint64_t
name: "linkFailureCount"
desc: "[out] Link Failure Error Count"
- type: uint64_t
name: "fwCommErrorCount"
desc: "[out] Firmware Communication Error Count"
- type: uint64_t
name: "fwErrorCount"
desc: "[out] Firmware reported Error Count"
- type: uint64_t
name: "linkDegradeCount"
desc: "[out] Link Degrade Error Count"
--- #--------------------------------------------------------------------------
type: function
desc: "Get handle of Fabric ports in a device"
class: $sDevice
Expand Down Expand Up @@ -324,25 +304,6 @@ returns:
- $X_RESULT_ERROR_INSUFFICIENT_PERMISSIONS:
- "User does not have permissions to query this telemetry."
--- #--------------------------------------------------------------------------
type: function
desc: "Get Fabric Port Error Counters"
class: $sFabricPort
name: GetFabricErrorCounters
version: "1.5"
details:
- "The application may call this function from simultaneous threads."
- "The implementation of this function should be lock-free."
params:
- type: $s_fabric_port_handle_t
name: hPort
desc: "[in] Handle for the component."
- type: $s_fabric_port_error_counters_t*
name: pErrors
desc: "[in,out] Will contain the Fabric port Error counters."
returns:
- $X_RESULT_ERROR_INSUFFICIENT_PERMISSIONS:
- "User does not have permissions to query this telemetry."
--- #--------------------------------------------------------------------------
type: class
desc: "C++ wrapper for a Sysman device Fabric port"
name: $sFabricPort
Expand Down
11 changes: 1 addition & 10 deletions scripts/sysman/ras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,11 @@ etors:
desc: "The number of errors that have occurred in caches (L1/L3/register file/shared local memory/sampler)"
- name: DISPLAY_ERRORS
desc: "The number of errors that have occurred in the display"
- name: MEMORY_ERRORS
desc: "The number of errors that have occurred in Memory"
version: "1.5"
- name: SCALE_ERRORS
desc: "The number of errors that have occurred in Scale Fabric"
version: "1.5"
- name: L3FABRIC_ERRORS
desc: "The number of errors that have occurred in L3 Fabric"
version: "1.5"
--- #--------------------------------------------------------------------------
type: macro
desc: "The maximum number of categories"
name: $S_MAX_RAS_ERROR_CATEGORY_COUNT
value: "10"
value: "7"
--- #--------------------------------------------------------------------------
type: struct
desc: "RAS properties"
Expand Down

0 comments on commit b81ac4f

Please sign in to comment.