-
Notifications
You must be signed in to change notification settings - Fork 492
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
Fabric Switch Isolation #1764
Closed
Closed
Fabric Switch Isolation #1764
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Jai Kumar <[email protected]>
Signed-off-by: Jai Kumar <[email protected]>
Signed-off-by: Jai Kumar <[email protected]>
abdosi
reviewed
Mar 2, 2023
Signed-off-by: Jai Kumar <[email protected]>
please resolve conflict, thanks. |
Signed-off-by: Jai Kumar <[email protected]>
#1780 |
New PR is opened as enums were shifted and can not be resolved across
merges.
#1780
…On Sun, Mar 12, 2023 at 3:13 PM Rita Hui ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In inc/saiswitch.h
<#1764 (comment)>
:
> @@ -2787,6 +2787,21 @@ typedef enum _sai_switch_attr_t
*/
SAI_SWITCH_ATTR_ARS_PROFILE,
+ /**
+ * @brief VOQ (Chassis) switch isolation setting.
+ *
+ * true: Trigger the switch isolate process
+ * false: Undo the isolation operation.
+ * This attribute is for VOQ Chassis only
+ * If this attribute is set to true, it overrides port level isolation setting.
Actually is there a reason that this is only applicable for fabric switch,
but not voq switch? Thanks.
—
Reply to this email directly, view it on GitHub
<#1764 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKCSHLMNB6KZTYUXTDXFKE3W3ZKC7ANCNFSM6AAAAAAVHLZ3FY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
This electronic communication and the information and any files transmitted
with it, or attached to it, are confidential and are intended solely for
the use of the individual or entity to whom it is addressed and may contain
information that is confidential, legally privileged, protected by privacy
laws, or otherwise restricted from disclosure to anyone else. If you are
not the intended recipient or the person responsible for delivering the
e-mail to the intended recipient, you are hereby notified that any use,
copying, distributing, dissemination, forwarding, printing, or copying of
this e-mail is strictly prohibited. If you received this e-mail in error,
please return the e-mail to the sender, delete it from your computer, and
destroy any printed copy of it.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduced a switch scoped attribute to trigger Fabric switch isolation for upgrade or RMA.
If SAI_SWITCH_ATTR_SWITCH_ISOLATE is set to true, it overrides isolation setting at port level.