Merged
Conversation
Dynamic threshold setting changed to 0 and WRED profile green min threshold set to 250000 for Tomahawk devices Changed the dynamic threshold settings in pg_profile_lookup.ini Added a macro for WRED profiles in qos.json.j2 for Tomahawk devices Necessary changes made in qos.config.j2 to use the macro if present Signed-off-by: Neetha John <[email protected]>
Signed-off-by: SuvarnaMeenakshi <[email protected]>
Signed-off-by: Akhilesh Samineni <[email protected]>
…f first boot into new image (sonic-net#4538)
…et#3945) 1. ebtables -t filter -A FORWARD -p 802_1Q --vlan-encap 0806 -j DROP The ARP packet with vlan tag can't match the default rule. Signed-off-by: wangshengjun <[email protected]>
[Vnet] Fix NameError for 'swsssdk' and align output (sonic-net#902) [config] Add 'interface transceiver' subgroup with 'lpmode' and 'reset' subcommands (sonic-net#904) Improved route_check tool and adopt to 20191130 image. (sonic-net#898)
sonic-net#4477) * Multi DB with namespace support, Introducing the database_global.json file for supporting accessing DB's in other namespaces for service running in linux host * Updates based on comments * Adding the j2 templates for database_config and database_global files. * Updating to retrieve the redis DIR's to be mounted from database_global.json file. * Additional check to see if asic.conf file exists before sourcing it. * Updates based on PR comments discussion. * Review comments update * Updates to the argument "-n" for namespace used in both context of parsing minigraph and multi DB access. * Update with the attribute "persistence_for_warm_boot" that was added to database_config.json file earlier. * Removing the database_config.json file to avioid confusion in future. We use the database_config.json.j2 file to generate database_config.json files dynamically. * Update the comments for sudo usage in docker_image_ctrl.j2 * Update with the new logic in PING PONG tests using sonic-db-cli. With this we wait till the PONG response is received when redis server is up. * Similar changes in swss and syncd scripts for the PING tests with sonic-db-cli * Updated with a missing , in the database_config.json.j2 file, Do pip install of j2cli in docker-base-buster.
Support load_minigraph command for multi NPU platform
Reverted Add 'interface transceiver' subgroup with 'lpmode' and 'reset' subcommands (sonic-net#904) as it dependent of sonic-net#903 which is not marked to cherry-pick for 201911. Need to add that before we can use this.
… futures (sonic-net#4575) Signed-off-by: Guohan Lu <[email protected]>
…onic-net#4571) - mgmt buffer issue on 400G port - high CPU utilization issue caused by some counter reading
mudsut4ke
pushed a commit
that referenced
this pull request
May 11, 2021
src/sonic-platform-daemons 450b7d7...0bd9f69 (2): - [thermalctld] Fix 'NameError("name 'chassis' is not defined")' error in log (#170) - [xcvrd] Gracefully handle improper 'specification_compliance' field; also fix other potential bugs (#169)
jerseyang
pushed a commit
that referenced
this pull request
Jun 4, 2021
src/sonic-platform-daemons 450b7d7...0bd9f69 (2): - [thermalctld] Fix 'NameError("name 'chassis' is not defined")' error in log (#170) - [xcvrd] Gracefully handle improper 'specification_compliance' field; also fix other potential bugs (#169)
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.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)