forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 15
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
201911 #199
Merged
Merged
201911 #199
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
Fix for Copp Rules not having Policer Rate-Limit applied. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Verified with Nephos nps8365 based platform Accton AS7116-54x.
Resubmitting the changes for (#4825) with fixes for sonic-bgpcdgd test failures Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
[aclorch] Use IPv6 Next Header internally for protocol number on MLNX platform (#1343)
Add support for attribute capability query in lua script (#362)
Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
sonic-cfggen call is slow and this is taking place in the SONiC boot up process. The change uses templates to assemble all required vars into single template file. With this change, telemetry now calls once into sonic-cfggen. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
… building (#4917) * [mgmt docker] move pycryptodome installation to the end of the docker building Signed-off-by: Ying Xie <ying.xie@microsoft.com> * pin down the version to current: 3.9.8 * comment
Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com> This PR has changes to support accessing the bcmsh and bcmcmd utilities on multi ASIC devices Changes done - move the link of /var/run/sswsyncd from docker-syncd-brcm.mk to docker_image_ctl.j2 - update the bcmsh and bcmcmd scripts to take -n [ASIC_ID] as an argument on multi ASIC platforms
Improve code reuse in `generate_block_ip2me_traffic_iptables_commands()` function.
[MultiDB]: use python class composition to avoid confusion in base class (#74)
following PR's : Implement cbgpPeer2State in CiscoBgp4MIB (#119) Fix index nodes in LLDP tables whose access right is not-accessible. (#112) Fix quagga/FRR parser on IPv6 BGP sessions (#122) [lint] Fix some syntax errors or warnings (#127) Update README.md: Add lgtm badges (#128) [Multi-asic]: Support multi-asic platform (#126) Simplify test code (#132) [Multi-asic]: Namespace support for LLDP and Sensor tables (#131) Fix undefined variable and warning message (#134) Fix SNMP AgentX socket connection timeout when using Namespace.get_all() (#140) [Namespace] Fix interfaces counters in InterfacesMIB RFC 2863 (#141) Fix LGTM reported alert of PR#141 (#142)
mudsut4ke
pushed a commit
that referenced
this pull request
Apr 2, 2021
Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (#199) [net] Disable prio and cls cgroups to make working cgroup2 sock matching (#198) [doc]: Fix typos in README (#206) [Mellanox] Backport patch to remove critical trip point from thermal zones (#201) Signed-off-by: Stephen Sun <stephens@nvidia.com>
jerseyang
pushed a commit
that referenced
this pull request
Jun 4, 2021
- Unset CONFIG_THERMAL_STATISTICS to prevent kernel crash (#199) - [dni_dps460] Add attributes to retrieve PMBus status command codes (#197) - [mellanox]: Backport new kernel patches (#195) - [ci]: build amd64/armhf/arm64 for CI build (#196) - Fix read and write failure to ‘fan1_target’ attribute of ‘dni_dps460’ driver. (#183) Signed-off-by: Danny Allen <daall@microsoft.com>
jerseyang
pushed a commit
that referenced
this pull request
Sep 26, 2021
* 063e915 2021-06-15 | [CI] sonic-config-engine now depends on SONiC YANG packages (#198) (HEAD, origin/202012) [Joe LeVeque] * 2d36a79 2021-07-13 | Fix Xcvrd crash due to invalid key access in type_of_media_interface, host_electrical_interface, connector_dict (#206) [Prince George] * 67b8a77 2021-06-18 | Fix decode error when parsing EEPROM fields (#199) [Aravind Mani] * 238d76b 2021-06-17 | Unifying the platform api for get_pcie_aer_stats with PcieBase (#197) [Sujin Kang] Signed-off-by: Guohan Lu <lguohan@gmail.com>
jerseyang
pushed a commit
that referenced
this pull request
Oct 18, 2021
1d3a810 [python coverage] fix result color bar (#202) 3f7b359 Add a template function that returns list of asics on module (#185) abc2709 Fix decode error when parsing EEPROM fields (#199) 789b41e Load interval from thermal_policy.json (#178) 540ed1c Fix Xcvrd crash due to invalid key access in type_of_media_interface, host_electrical_interface, connector_dict (#206) 716caf8 Unifying the platform api for get_pcie_aer_stats with PcieBase (#197) Update sonic-utilities with following commit 3f3974e [show priority-group drop counters] Add user info output when user want to check PG counters and polling are disabled (sonic-net#1678) 16606de Global and Interface commands for IPv6 Link local address enhancements (sonic-net#1159)
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)