diff options
| author | songyanchao <[email protected]> | 2023-12-07 03:07:27 +0000 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2023-12-15 04:03:30 +0000 |
| commit | fae297bfffc30dc9d214ec646adc299ef0aba279 (patch) | |
| tree | 311a622a580afddbee548d261f2693c66904680a /include/external | |
| parent | d9482ed88d2374b097b35fbd3451a28aefa73eed (diff) | |
✨ feat(DPISDN-29): Add Global Link Identifier for Etherfabric adapter.
Add Global Link Identifier for Etherfabric adapter.
Diffstat (limited to 'include/external')
| -rw-r--r-- | include/external/marsio.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/external/marsio.h b/include/external/marsio.h index c993d74..452eb8c 100644 --- a/include/external/marsio.h +++ b/include/external/marsio.h @@ -111,8 +111,10 @@ enum mr_buff_metadata_type MR_BUFF_DIR = 4, /* payload offset */ MR_BUFF_PAYLOAD_OFFSET = 5, - /* link id */ - MR_BUFF_LINK_ID = 6, + /* etherfabric link id */ + MR_BUFF_EF_LINK_ID = 6, + /* global link id */ + MR_BUFF_GLOBAL_LINK_ID = 7, /* user 0 */ MR_BUFF_USER_0 = 254 }; |
