-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support for platforms based on Barefoot Networks' device #1478
Conversation
…age into bf-master
.gitmodules
Outdated
@@ -1,15 +1,21 @@ | |||
[submodule "sonic-swss-common"] | |||
path = src/sonic-swss-common | |||
url = https://github.com/Azure/sonic-swss-common | |||
url = https://github.com/barefootnetworks/sonic-swss-common |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you change this back to Azure submodule
I have merge the commits in swss and sairedis repo, can you change your submodule to Azure repo? 201712 branch? |
looks like sonic-swss-common ref point is still updated in this PR, it seems not needed, can you check. |
|
||
## Make apt-get non-interactive | ||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
per our discussion, this docker should be removed.
@@ -0,0 +1,17 @@ | |||
FROM docker-base | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this docker.
@@ -42,6 +42,10 @@ elif [[ "$HWSKU" == "ACS-MSN27"* ]]; then | |||
SWSSCONFIG_ARGS+="msn27xx.32ports.buffers.json " | |||
fi | |||
|
|||
if [ "$HWSKU" != "montara" ] && [ "$HWSKU" != "mavericks" ] && [ "$HWSKU" != "OSW1800-48x6q" ] && [ "$HWSKU" != "INGRASYS-S9180-32X"]; then | |||
SWSSCONFIG_ARGS+="ipinip.json " | |||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you keep the order? keep ipinip.json between copp and ports.
sonic-swss: [fea7ade] [orchagent][port] In case of successful port creation set log level to NOTICE instead of ERR (sonic-net#1500) [7b76d2e] Copp Manager Changes (sonic-net#1333) [bed7970] [orchagent] Arm 32-bit arch compilation warning Fixes (sonic-net#1488) [b9084a7] Revert: swss: flush g_asicState after each event is done sonic-net#570 (sonic-net#1478) [d6e15e9] [dvs] Clean-up conftest.py (sonic-net#1406) sonic-utilities: [3f15835] [sflow] Add mVRF support (sonic-net#1230) [dadfc18] Copp Changes (sonic-net#1004) [b226159] [CLI][PFCWD] Fix issue with specifying ports in pfcwd start on masic platforms (sonic-net#1203) [40377d3] [chassis]: Configure and show for platform chassis_modules (sonic-net#1145) [d5eb2f8] [consutil][connect] Remove root need from connect line command (sonic-net#1225) [6cbec6b] [multi-ASIC] CRM show/config commands changes for multi-asic (sonic-net#1127)
sonic-swss: [fea7ade] [orchagent][port] In case of successful port creation set log level to NOTICE instead of ERR (sonic-net#1500) [7b76d2e] Copp Manager Changes (sonic-net#1333) [bed7970] [orchagent] Arm 32-bit arch compilation warning Fixes (sonic-net#1488) [b9084a7] Revert: swss: flush g_asicState after each event is done sonic-net#570 (sonic-net#1478) [d6e15e9] [dvs] Clean-up conftest.py (sonic-net#1406)
utilities: * 83f068b 2021-03-22 | Handling error scenario of adding port to Vlan which is part of LAG (sonic-net#1516) (HEAD -> 202012) [Sudharsan Dhamal Gopalarathnam] * 470e8ce 2021-03-24 | Enable PFCWD only on ports where PFC is enabled (sonic-net#1508) [Andriy Yurkiv] * 09ef2e0 2021-03-22 | [show][config] add support for setting and displaying switching modes on Y cable (sonic-net#1501) [vdahiya12] * 0d17d37 2021-03-24 | Warmboot script improvements - timeout exec, disable swss autorestart, remove trap (sonic-net#1495) [Vaibhav Hemant Dixit] * 2718cd8 2021-03-24 | [show] Fix int status of LAGs, configured as Vlan members (sonic-net#1478) [maksymbelei95] * cc168fb 2021-03-22 | Fix bug: show vlan config for vlan with no members (sonic-net#1503) [allas-nvidia] swss: * 5d8d1fb 2021-03-26 | Revert "Revert "[buffermgr] Support maximum port headroom checking (sonic-net#1607)" (sonic-net#1675)" (sonic-net#1682) (HEAD -> 202012) [Prince Sunny] * f8df1f8 2021-03-26 | [Dynamic Buffer Calc] Enhance the field checking in table handling (sonic-net#1680) [Stephen Sun] * 6328c9f 2021-03-22 | [MuxOrch] FDB ageout safety check (sonic-net#1674) [Prince Sunny] * e1d733e 2021-03-21 | reduce severity of log to info in case of flush on non-existing member (sonic-net#1669) [allas-nvidia] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
utilities: * 83f068b 2021-03-22 | Handling error scenario of adding port to Vlan which is part of LAG (#1516) (HEAD -> 202012) [Sudharsan Dhamal Gopalarathnam] * 470e8ce 2021-03-24 | Enable PFCWD only on ports where PFC is enabled (#1508) [Andriy Yurkiv] * 09ef2e0 2021-03-22 | [show][config] add support for setting and displaying switching modes on Y cable (#1501) [vdahiya12] * 0d17d37 2021-03-24 | Warmboot script improvements - timeout exec, disable swss autorestart, remove trap (#1495) [Vaibhav Hemant Dixit] * 2718cd8 2021-03-24 | [show] Fix int status of LAGs, configured as Vlan members (#1478) [maksymbelei95] * cc168fb 2021-03-22 | Fix bug: show vlan config for vlan with no members (#1503) [allas-nvidia] swss: * 5d8d1fb 2021-03-26 | Revert "Revert "[buffermgr] Support maximum port headroom checking (#1607)" (#1675)" (#1682) (HEAD -> 202012) [Prince Sunny] * f8df1f8 2021-03-26 | [Dynamic Buffer Calc] Enhance the field checking in table handling (#1680) [Stephen Sun] * 6328c9f 2021-03-22 | [MuxOrch] FDB ageout safety check (#1674) [Prince Sunny] * e1d733e 2021-03-21 | reduce severity of log to info in case of flush on non-existing member (#1669) [allas-nvidia] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
* 1ee04fb (HEAD -> master, origin/master, origin/HEAD) Modified the tests to use mock functionality of get_child_port function under portconfig utility (#1464) * 99d251f Enable PFCWD only on ports where PFC is enabled (#1508) * eb7945f Warmboot script improvements - timeout exec, disable swss autorestart, remove trap (#1495) * c7d4947 [show] Fix int status of LAGs, configured as Vlan members (#1478) Signed-off-by: Maksym Belei <Maksym_Belei@jabil.com>
…1478) Pass missed argument to function "appl_db_portchannel_status_get" in "intfutil" script to provide correct information in "Vlan" column of command "show int status" for LAG interfaces. - What I did Fixed status of LAG interfaces in Vlan column. LAG interfaces, configured as a Vlan member, should be seen as trunk interface. - How I did it Missed argument "self.combined_int_to_vlan_po_dict" passed to function "appl_db_portchannel_status_get" in "intfutil" script. - How to verify it admin@sonic:~$ show int status | grep PortChannel0011 Signed-off-by: Maksym Belei <Maksym_Belei@jabil.com>
* 1ee04fb (HEAD -> master, origin/master, origin/HEAD) Modified the tests to use mock functionality of get_child_port function under portconfig utility (sonic-net#1464) * 99d251f Enable PFCWD only on ports where PFC is enabled (sonic-net#1508) * eb7945f Warmboot script improvements - timeout exec, disable swss autorestart, remove trap (sonic-net#1495) * c7d4947 [show] Fix int status of LAGs, configured as Vlan members (sonic-net#1478) Signed-off-by: Maksym Belei <Maksym_Belei@jabil.com>
* 1ee04fb (HEAD -> master, origin/master, origin/HEAD) Modified the tests to use mock functionality of get_child_port function under portconfig utility (sonic-net#1464) * 99d251f Enable PFCWD only on ports where PFC is enabled (sonic-net#1508) * eb7945f Warmboot script improvements - timeout exec, disable swss autorestart, remove trap (sonic-net#1495) * c7d4947 [show] Fix int status of LAGs, configured as Vlan members (sonic-net#1478) Signed-off-by: Maksym Belei <Maksym_Belei@jabil.com>
sonic-net#1478) **What I did** Revert sonic-net/sonic-swss#570 We should only `flush` the orchagent/syncd communication channel when there is no active tasks in orchagent. This will not influence the end-to-end performance in long run but introduce SELECT_TIMEOUT (1 s) latency if there is remaining data left inside the orchagent/syncd communication channel after previous `flush`, which is not a big deal. Fix sonic-net#5570
**- Incorporate support for platforms based on Barefoot Networks' device **
**- Added port config files and related scripts for the platforms **
**- Verified using SONiC tests (requires the corresponding changes to sairedis and swss) **