summaryrefslogtreecommitdiff
path: root/include/external
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-12-14 08:28:19 +0000
committersongyanchao <[email protected]>2023-12-15 04:03:30 +0000
commitd50641cd11ae06ef246039d46764d1b1e173cdcb (patch)
treef955665eb36afd2886922b6368995f89a1af4393 /include/external
parentbfbc182a7f0e7e5ce2ec41ae47392f287882f37b (diff)
✨ feat(TSG-17860): Add processing logic for traffic link id in etherfabric node.
Add processing logic for traffic link id in etherfabric node.
Diffstat (limited to 'include/external')
-rw-r--r--include/external/marsio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h
index 452eb8c..f353f0e 100644
--- a/include/external/marsio.h
+++ b/include/external/marsio.h
@@ -114,7 +114,7 @@ enum mr_buff_metadata_type
/* etherfabric link id */
MR_BUFF_EF_LINK_ID = 6,
/* global link id */
- MR_BUFF_GLOBAL_LINK_ID = 7,
+ MR_BUFF_TRAFFIC_LINK_ID = 7,
/* user 0 */
MR_BUFF_USER_0 = 254
};