Declare tables for Event and Alarm Framework.#490
Open
spenugondaa wants to merge 1 commit intosonic-net:masterfrom
Open
Declare tables for Event and Alarm Framework.#490spenugondaa wants to merge 1 commit intosonic-net:masterfrom
spenugondaa wants to merge 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
This was referenced Jun 7, 2021
rajendra-dendukuri
suggested changes
Oct 29, 2021
| #define STATE_PORT_PERIPHERAL_TABLE "PORT_PERIPHERAL_TABLE" | ||
| #define STATE_BUFFER_POOL_TABLE_NAME "BUFFER_POOL_TABLE" | ||
| #define STATE_BUFFER_PROFILE_TABLE_NAME "BUFFER_PROFILE_TABLE" | ||
|
|
prgeor
pushed a commit
to prgeor/sonic-swss-common
that referenced
this pull request
Feb 27, 2025
sonic-net#490) * [CMIS] Add lane_mask parameter to set_loopback_mode() to enable setting loopback mode for individual lanes rather than the entire physical port Signed-off-by: xinyu <xinyu0123@gmail.com> * [CMIS] Add options to individually clear host/media, input/output loopback modes and log errors for all rejection cases Signed-off-by: xinyu <xinyu0123@gmail.com> * [CMIS] Reject the loopback mode request if simultaneous host and media loopback is not supported or per-lane loopback is not supported Signed-off-by: xinyu <xinyu0123@gmail.com> * [CMIS] Log errors for all set loopback mode rejection cases Signed-off-by: xinyu <xinyu0123@gmail.com> * [CMIS] Improve readability by using individual functions for setting host, media, input, and output loopback modes Signed-off-by: xinyu <xinyu0123@gmail.com> * [CMIS] Add an enable parameter to eliminate the need for loopback modes with the -none suffix Signed-off-by: xinyu <xinyu0123@gmail.com> --------- Signed-off-by: xinyu <xinyu0123@gmail.com>
This file contains hidden or 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
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.
Signed-off-by: spenugondaa srinadh.penugondaa@dell.com
This PR follows the HLD.
It defines various tables used by Event and Alarm Framework.
Dependent PRs:
sonic-buildimage
sonic-mgmt-common
sonic-mgmt-framework