ecnconfig: Add drop probability configurability & show and change ECN on/off status on queues#303
Merged
lguohan merged 4 commits intosonic-net:201803from Aug 19, 2018
Merged
Conversation
* Add drop probability configurability to ecnconfig Signed-off-by: Wenda <wenni@microsoft.com> * Correct variable names * Correct syntax error Signed-off-by: Wenda <wenni@microsoft.com>
ecnconfig Signed-off-by: Wenda Ni <wenni@microsoft.com>
3) avoid variable name reuse for different entities; 4) iterate over dictionary key-value tuples using .items(); 5) replace SonicV2Connector.set() call by ConfigDBConnector.mod_entry() for performance improvement
mihirpat1
pushed a commit
to mihirpat1/sonic-utilities
that referenced
this pull request
Sep 15, 2023
…net#303) Description fix the switch_count_tor_a() will always clear the counter after read issue. use YCable.EEPROM_ERROR due to the definition was moved. check and activate firmware by the inactive firmware version individually. add more error exception for activate_firmware() authored-by evan-lin xinyu0123@gmail.com Signed-off-by: vaibhav-dahiya vdahiya@microsoft.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.
Cherry-pick from master
- What I did
- How I did it
- How to verify it
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)
-->