-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MAC remote loopback to the port loopback enums. #1934
Conversation
Signed-off-by: Mike Beresford <[email protected]>
Thanks for the (quick) review this morning. @rlhui if there are no concerns, can this be merged? |
@rlhui do we need to get any other LGTMs on this? |
Will try to merge this week
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: mikeberesford ***@***.***>
Sent: Wednesday, December 13, 2023 1:31:37 PM
To: opencomputeproject/SAI ***@***.***>
Cc: Rita Hui ***@***.***>; Mention ***@***.***>
Subject: Re: [opencomputeproject/SAI] Add MAC remote loopback to the port loopback enums. (PR #1934)
@rlhui<https://github.com/rlhui> do we need to get any other LGTMs on this?
—
Reply to this email directly, view it on GitHub<#1934 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALT3ETUTJQ4Z5MSLBVYJWOLYJINDTAVCNFSM6AAAAABAKDITCGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJUG4ZTCMJQGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@JaiOCP would you please review? |
@mikeberesford Can you clarify more in comments. In these loopback modes traffic will traverse over the cable and will loopbacked at the remote end by either PHY or MAC, correct? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review and update comments
The primary purpose of this is to bring in support for compiling on Debian Bookworm. This brings in the following changes: * Update the Doxyfile for doxygen in Debian Bookworm (opencomputeproject/SAI#1946) * Enable sai_uint16_t in ProcessStructValueType Struct Member (opencomputeproject/SAI#1949) * [meta] Add support for port stat extensions (opencomputeproject/SAI#1947) * [meta] Add custom range start end values check (opencomputeproject/SAI#1945) * Cable diagnostics attribute added (opencomputeproject/SAI#1894) * Add attributes to disable L3 rewrites (opencomputeproject/SAI#1924) * Add MAC remote loopback to the port loopback enums. (opencomputeproject/SAI#1934) * [TAM] Granular counter subscription (opencomputeproject/SAI#1670) Signed-off-by: Saikrishna Arcot <[email protected]>
…ct#1934) Signed-off-by: Mike Beresford <[email protected]> Add a MAC remote loopback type to sai_port_loopback_mode_t. This is the MAC-layer equivalent of SAI_PORT_LOOPBACK_MODE_PHY_REMOTE
Add a MAC remote loopback type to sai_port_loopback_mode_t. This is the MAC-layer equivalent of SAI_PORT_LOOPBACK_MODE_PHY_REMOTE.