[pull] master from Azure:master#1470
Merged
pull[bot] merged 6 commits intomudsut4ke:masterfrom Mar 28, 2021
Merged
Conversation
* Updating version of hsflow daemon to apply fix, which resolves problem of switching between IPv4 and IPv6, in case when the IPv4 has deleted for the interface. The new release of hsflowd contains the fix for the issue: sflow/host-sflow@2703ecb How I did it HSFLOWD_VERSION env variable has changed in the rules to be pointed to the latest release of hsflowd. How to verify it sudo config sflow enable sudo config loopback add Loopback1 sudo config int ip add Loopback1 a84f:97ff:fea7:33a5::fe80/64 sudo config int ip add Loopback1 192.168.101.1/24 sudo config sflow agent-id add Loopback1 sudo config sflow collector add Collector1 192.168.101.1 sudo config sflow collector add Collector2 a84f:97ff:fea7:33a5::fe80 use sudo sflowtool -p 6343 -l for checking sflow data remove and add again the ipv4 entry of Loopback1. hsflowd should change agent ip from IPv4 to IPv6 and wise versa, depending on IPv4 entry present or not. Switching between IPs is being performed by hsflowd, based on IP address priority ranking. Signed-off-by: Maksym Belei <Maksym_Belei@jabil.com>
To add latest SAI drop REL_4.3.3.3 to SONIC which addresses the following CSP cases: CS00012058054: [4.3][IPinIP][TTL-PIPE] IPinIP TTL Pipe Mode is NOT working it is behaving UNIFORM mode even programed as PIPE mode CS00011227466: [4.3] Warmboot support with tunnel encap
…tener; Set all event buffer sizes to 1024 (#7083) To prevent error [messages](https://dev.azure.com/mssonic/build/_build/results?buildId=2254&view=logs&j=9a13fbcd-e92d-583c-2f89-d81f90cac1fd&t=739db6ba-1b35-5485-5697-de102068d650&l=802) like the following from being logged: ``` Mar 17 02:33:48.523153 vlab-01 INFO swss#supervisord 2021-03-17 02:33:48,518 ERRO pool supervisor-proc-exit-listener event buffer overflowed, discarding event 46 ``` This is basically an addendum to #5247, which increased the event buffer size for dependent-startup. While supervisor-proc-exit-listener doesn't subscribe to as many events as dependent-startup, there is still a chance some containers (like swss, as in the example above) have enough processes running to cause an overflow of the default buffer size of 10. This is especially important for preventing erroneous log_analyzer failures in the sonic-mgmt repo regression tests, which have started occasionally causing PR check builds to fail. Example [here](https://dev.azure.com/mssonic/build/_build/results?buildId=2254&view=logs&j=9a13fbcd-e92d-583c-2f89-d81f90cac1fd&t=739db6ba-1b35-5485-5697-de102068d650&l=802). I set all supervisor-proc-exit-listener event buffer sizes to 1024, and also updated all dependent-startup event buffer sizes to 1024, as well, to keep things simple, unified, and allow headroom so that we will not need to adjust these values frequently, if at all.
IPV4ANY is not valid value, fix to IPv4ANY without this change, test case failed sometimes when the validation on IP_TYPE happens first and then PACKET_ACTION.
) * [yang-models]: Remove PLY Extensions and change translation code. With assumption that TABLE_SEPARATOR and ENTRY_SEPARATOR for configDB is always "|", translation from configDB.json to sonicYang.json can be done based on keys specified in YANG Lists inside YANG models. So removing extensions is good idea. Changes: -- Remove use of regex in Translation code. -- Remove regex Extensions from YANG models. -- Improved debugging i.e. log on stdout in case of any Exception from sonic-yang-mgmt, so that failed tests can be debugged faster. Also this is good to debug Dynamic port breakout issues. -- Minor Test changes. Co-authored-by: lguohan <lguohan@gmail.com>
* SONiC Yang model for PORTCHANNEL_INTERFACE table Signed-off-by: Arthi Sivanantham <arthi_sivanantham@dell.com>
mudsut4ke
pushed a commit
that referenced
this pull request
Jul 19, 2021
swss: * c712c24 2021-03-04 | Update StateDB with error if state change failed, Update APP_DB in all state chg req (#1662) (HEAD -> 202012) [Prince Sunny] utilities: * 9a9bff4 2021-03-03 | [acl] Expand VLAN into VLAN members when creating an ACL table (#1475) (HEAD -> 202012) [Danny Allen] * d1e7d4e 2021-03-04 | [Mellanox] Change mellanox buffer migrator for new SKU Mellanox-SN2700-D40C8S8 (#1470) [Junchao-Mellanox] * a1df1b4 2021-03-03 | [acl-loader] Add support for matching on ICMP and VLAN info (#1469) [Danny Allen] * bab4a23 2021-03-03 | [config reload]: On dual ToR systems, cache ARP and FDB tables (#1465) [Lawrence Lee] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
pariwat
pushed a commit
to pariwat/sonic-buildimage
that referenced
this pull request
Sep 10, 2021
this PR updates the following commits in sonic-utilities 13ce4b6 [show][config] fix show mux status health field; add support for hwmode functionality to toggle mux, check mux direction for Y cable (mudsut4ke#1467) f78e7ce [acl-loader] Improve input validation for acl_loader (mudsut4ke#1479) 748dbbf [show] Fix 'show mac' output, when FDB entry with Vlan 1 is present (mudsut4ke#1368) 64604db [acl] Expand VLAN into VLAN members when creating an ACL table (mudsut4ke#1475) 10de91d [config reload]: On dual ToR systems, cache ARP and FDB tables (mudsut4ke#1465) 10a359a [Mellanox] Change mellanox buffer migrator for new SKU Mellanox-SN2700-D40C8S8 (mudsut4ke#1470) 38c8e00 [acl-loader] Add support for matching on ICMP and VLAN info (mudsut4ke#1469) e555ea9 [SKU creator] fix wrong speed in case breakout of 2x50 (mudsut4ke#1380) 4a78c01 [config] Enable/disable container monitoring when starting/stopping the services. (mudsut4ke#1471) dd3c2c3 [warm-reboot] Check if warm restart flag is set when issuing a warm-reboot (mudsut4ke#1460) e32b5ac Add soft-reboot reboot type (mudsut4ke#1453) 8b3bc18 [reload] Improve reload by using sonic.target. (mudsut4ke#1199) 99673bc [reboot] Add platform-specific reboot cause update hook (mudsut4ke#1454) 2f6e36e [CLI][techsupport] Add NOOP option for commands that did not have that option (mudsut4ke#1445) 1fa4b94 [psushow] Add more output columns; Add option to output in JSON format (mudsut4ke#1416) 79ccd03 [show] cli support for show muxcable cableinfo (mudsut4ke#1448) 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.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )