Add to/correct handling of RDC_EVNT_XGMI_*_THRPUT events
RDC_EVNT_XGMI_[2-5]_THRPUT were missing from RDC. Additionally,
these were handled as "pseudo" events, but this is not
necessary.
Change-Id: I3478365ac0d78f60a7b63235bea484f3edb8bd16
[ROCm/rdc commit: a9d0e037b5]
This commit is contained in:
@@ -261,6 +261,14 @@ typedef enum {
|
||||
//!< neighbor 0 in byes/sec
|
||||
RDC_EVNT_XGMI_1_THRPUT, //!< Transmit throughput to XGMI
|
||||
//!< neighbor 1 in byes/sec
|
||||
RDC_EVNT_XGMI_2_THRPUT, //!< Transmit throughput to XGMI
|
||||
//!< neighbor 2 in byes/sec
|
||||
RDC_EVNT_XGMI_3_THRPUT, //!< Transmit throughput to XGMI
|
||||
//!< neighbor 3 in byes/sec
|
||||
RDC_EVNT_XGMI_4_THRPUT, //!< Transmit throughput to XGMI
|
||||
//!< neighbor 4 in byes/sec
|
||||
RDC_EVNT_XGMI_5_THRPUT, //!< Transmit throughput to XGMI
|
||||
//!< neighbor 5 in byes/sec
|
||||
|
||||
RDC_EVNT_NOTIF_VMFAULT = 2000, //!< VM page fault
|
||||
RDC_EVNT_NOTIF_FIRST = RDC_EVNT_NOTIF_VMFAULT,
|
||||
|
||||
Reference in New Issue
Block a user