fixed rdc link state print issue

[ROCm/rdc commit: b427c07ffe]
This commit is contained in:
stali
2025-01-21 09:59:33 +08:00
committed by Li, Star
parent 9f1f502d93
commit 7f4e5c85cb
2 changed files with 4 additions and 3 deletions
+2 -3
View File
@@ -655,10 +655,9 @@ typedef struct {
} rdc_device_topology_t;
typedef enum {
RDC_LINK_STATE_NOT_SUPPORTED = 0,
RDC_LINK_STATE_DOWN = 0,
RDC_LINK_STATE_UP,
RDC_LINK_STATE_DISABLED,
RDC_LINK_STATE_DOWN,
RDC_LINK_STATE_UP
} rdc_link_state_t;
#define RDC_MAX_NUM_OF_LINKS 16