-
Notifications
You must be signed in to change notification settings - Fork 547
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
[202311]Update setHostTxReady() to receive Port instead of portId (#3133) #3157
Merged
yxieca
merged 1 commit into
sonic-net:202311
from
noaOrMlnx:host_tx_ready_refactor_202311
Jun 4, 2024
Merged
[202311]Update setHostTxReady() to receive Port instead of portId (#3133) #3157
yxieca
merged 1 commit into
sonic-net:202311
from
noaOrMlnx:host_tx_ready_refactor_202311
Jun 4, 2024
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
…3133) What I did Update the call to setHostTxReady() to receive Port instead of port_id. Why I did it So we won't need to call getPort() inside the function, and we will be able to call setHostTxReady from within port initialization.
prsunny
changed the title
Update setHostTxReady() to receive Port instead of portId (#3133)
[202311]Update setHostTxReady() to receive Port instead of portId (#3133)
May 21, 2024
@noaOrMlnx , please add title with branch name and update description as this is a cherry-pick |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
/azpw run Azure.sonic-swss |
/AzurePipelines run Azure.sonic-swss |
Azure Pipelines successfully started running 1 pipeline(s). |
prgeor
approved these changes
Jun 3, 2024
@yxieca , Can you please merge this PR ? |
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.
What I did
Cherry-picked following PR #3133 from master sonic-swss.
Why I did it
So we won't need to call getPort() inside the function, and we will be able to call setHostTxReady from within port initialization.