Skip to content

[pull] master from Azure:master#1620

Merged
pull[bot] merged 2 commits intomudsut4ke:masterfrom
sonic-net:master
Jun 22, 2021
Merged

[pull] master from Azure:master#1620
pull[bot] merged 2 commits intomudsut4ke:masterfrom
sonic-net:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Jun 22, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

vaibhavhd and others added 2 commits June 22, 2021 10:20
Advance sonic-swss submodule head to latest. New commits:

Revert "[flex-counters] Delay flex counters stats init for faster boot time" sonic-net/sonic-swss@b8b2df2
[orchagent] Remove default prefix in non default vrf sonic-net/sonic-swss@f5d522d
Fix NHG key with weight overlay flag. sonic-net/sonic-swss@e79cd50
[vs] Stablize test portchannel: test_Portchannel_oper_down end-of-tes sonic-net/sonic-swss@6627140
[bufferpool] Support for buffer pool type both sonic-net/sonic-swss@1d19185
[macsec] Fix acl entry id in updateMACsecPort sonic-net/sonic-swss@3daaa8e
[request parser] Add unit tests for request parser for multiple values sonic-net/sonic-swss@ec96602
[flex-counters] Delay flex counters stats init for faster boot time sonic-net/sonic-swss@e56c492
Introduce new sonic-buildimage images for Broadcom DNX ASIC family.

sonic-broadcom-dnx.bin
sonic-aboot-broadcom-dnx.swi

How I did it

NO CHANGE to existing make commands

make init; make configure PLATFORM=broadcom;  make target/sonic-aboot-broadcom.swi; make  target/sonic-broadcom.bin

The difference now is that it will result in new broadcom images for DNX asic family as well. 

sonic-broadcom.bin, sonic-broadcom-dnx.bin
sonic-aboot-broadcom.swi, sonic-aboot-broadcom-dnx.swi

Note: This PR also adds support for Broadcom SAI 5.0 (based on 1.8 SAI ) for DNX based platform + changes in platform x86_64-arista_7280cr3_32p4 bcm config files and platform_env.conf files
@pull pull bot added the ⤵️ pull label Jun 22, 2021
@pull pull bot merged commit 3ad830e into mudsut4ke:master Jun 22, 2021
mudsut4ke pushed a commit that referenced this pull request Jul 19, 2021
swss:
* 9376ec6 2021-02-22 | [orchagent] Increase SAI REDIS response timeout to support FW upgrade during init (Mellanox only). (#1637) (HEAD -> 202012) [Lior Avramov]
* 6c285f6 2021-02-22 | Updated PFCWD to use single ACL table for PFCWD and MUX (#1620) [vmittal-msft]

utilities:
* d2f0e8f 2021-02-24 | [route_check]: Dropped redundant code. (#1463) (HEAD -> 202012, github/202012) [Renuka Manavalan]
* 9aaef9b 2021-02-25 | [Mellanox] Add support for SN4600 system (#1462) [DavidZagury]
* 60843dd 2021-03-01 | [reboot] Add platform-specific reboot cause update hook (#1454) [rkdevi27]
* d9c308c 2021-02-24 | [vlan] Vlan deletion is not allowed when there are members assigned to this VLAN. (#1420) [Eran Dahan]
* a72165a 2021-02-25 | [psushow] Add more output columns; Add option to output in JSON format (#1416) [Joe LeVeque]

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
Update sonic-sairedis submodule and also update sonic-swss submodule as there are interdependent changes.

* src/sonic-sairedis 13474d1...bc58b0f (12):
  > Add gbsyncdmgrd; deprecate gbsyncd_startup.py (mudsut4ke#809)
  > Remove gbsyncd_start.sh (mudsut4ke#808)
  > [gbsyncd] Fix shebang in gbsyncd_startup.py; Make script executable (mudsut4ke#807)
  > [saiasiccmp] Add saiasiccmp tool to compare 2 asic views (mudsut4ke#791)
  > [configure] Add -Wno-psabi to remove "passing argument changed in GCC 7.1" (mudsut4ke#799)
  > Update FlexCounter.cpp, use m_pollInterval in MUTEX lock (mudsut4ke#797)
  > [vs] Add special warm boot logic to populate default attributes (mudsut4ke#796)
  > [ci]: add vstest (mudsut4ke#795)
  > [tests] Add macsec unittest (mudsut4ke#782)
  > [debian/control] libsairedis-dev depends on libzmq5-dev (mudsut4ke#794)
  > [ci]: use build template (mudsut4ke#793)
  > Rename duplicate file name (mudsut4ke#773)

* src/sonic-swss 0b0d24c...5adb73e (47):
  > Initialize system port type variable (mudsut4ke#1681)
  > [Dynamic Buffer Calc] Enhance the field checking in table handling (mudsut4ke#1680)
  > Handle the clear request for 'Q_SHARED_ALL' (mudsut4ke#1653)
  > [MuxOrch] FDB ageout safety check (mudsut4ke#1674)
  > Deactivate mirror session only when session status is true in updateLagMember (mudsut4ke#1666)
  > Revert "[buffermgr] Support maximum port headroom checking (mudsut4ke#1607)" (mudsut4ke#1675)
  > reduce severity of log to info in case of flush on non-existing member (mudsut4ke#1669)
  > Revert "[Dynamic buffer calc] Bug fix: Remove PGs from an administratively down port. (mudsut4ke#1652)" (mudsut4ke#1676)
  > [Dynamic buffer calc] Bug fix: Remove PGs from an administratively down port. (mudsut4ke#1652)
  > [acl] Move ACL table constants to acltable.h (mudsut4ke#1671)
  > [nbrmgrd] added function to parse IP address from APP_DB (mudsut4ke#1672)
  > [MUX/PFCWD] Use in_ports for acls instead of seperate ACL table (mudsut4ke#1670)
  > [vog/systemlag] Voq lagid allocator (mudsut4ke#1603)
  > Add table descriptions for dynamic buffer calculation to the documents (mudsut4ke#1664)
  > [vstest/subintf] Add vs test case to validate processing sequence of APPL DB keys (mudsut4ke#1663)
  > Remove vxlanmgrd dependency on orchagent (mudsut4ke#1647)
  > Keep attribute order in bulk mode (mudsut4ke#1659)
  > [mux] VS test for neigh, route and fdb (mudsut4ke#1656)
  > [linksync] Netdev oper status determination using IFF_RUNNING (mudsut4ke#1568)
  > [portorch] parse on/off value from autoneg (mudsut4ke#1658)
  > [intfsorch] Create subport with the entry contains necessary attributes (mudsut4ke#1650)
  > [ci]: Purge swss before install (mudsut4ke#1654)
  > Update StateDB with error if state change failed, Update APP_DB in all state chg req (mudsut4ke#1662)
  > Added changes to handle dependency check in FdbSyncd and FpmSyncd for warm-boot (mudsut4ke#1556)
  > [synchronous mode] Add failure notification for SAI failures in synchronous mode (mudsut4ke#1596)
  > [acl] Enable VLAN ID qualifier for ACL rules (mudsut4ke#1648)
  > Updated PFCWD to use single ACL table for PFCWD and MUX (mudsut4ke#1620)
  > [orchagent] Increase SAI REDIS response timeout to support FW upgrade during init (Mellanox only). (mudsut4ke#1637)
  > [vstest/nhg]: use dvs_route fixture to make test_nhg more robust
  > [vstest]: add dvs_route fixture
  > [vstest/subintf] Update vs tests to validate physical port host interface vlan tag attribute (mudsut4ke#1634)
  > Remove useless header  in macsecorch (mudsut4ke#1628)
  > Add SAI_INGRESS_PRIORITY_GROUP_STAT_DROPPED_PACKETS counter, create new FlexCounter group (mudsut4ke#1600)
  > fixed unsupported resource issue (mudsut4ke#1641)
  > [test_virtual_chassis]: use wait_for to make test more robust (mudsut4ke#1640)
  > spell check fixes (mudsut4ke#1630)
  > [bufferorch] Handle NOT IMPLEMENTED status returned during set attr operation (mudsut4ke#1639)
  > [ci]: run vstest
  > [test_virtual_chassis]: use wait_for function to improve test robustness
  > [Mux] Neighbor handling based on FDB entry (mudsut4ke#1631)
  > [ci]: use build template (mudsut4ke#1633)
  > Log level change from ERR to INFO for fetch systemports issue (mudsut4ke#1632)
  > Migrate serdes programming to port serdes object (mudsut4ke#1611)
  > [tests] Remove legacy saiattributelist.h dependency (mudsut4ke#1608)
  > [buffermgr] Support maximum port headroom checking (mudsut4ke#1607)
  > Support shared headroom pool on top of dynamic buffer calculation (mudsut4ke#1581)
  > Fix the compiling errors in gcc9 (mudsut4ke#1621)
pariwat pushed a commit to pariwat/sonic-buildimage that referenced this pull request Sep 10, 2021
19615e3 Fixing db_migrator for Feature table (mudsut4ke#1674)
d1c1c61 [tests]: skip some dynamic port breakout unit tests (mudsut4ke#1677)
25669c3 [CI] sonic-config-engine now depends on SONiC YANG packages (mudsut4ke#1675)
3ff68c4 [neighbor-advertiser] delete the tunnel maps appropriately (mudsut4ke#1663)
a425ca2 [config] support for configuring muxcable to manual mode of operation  (mudsut4ke#1642)
25e17de [show platform summary] Add chassis hardware info to platform summary and version (mudsut4ke#1624)
f5f2a00 [db_migrator] fix old 1911 feature config migration to a new one. (mudsut4ke#1635)
56db162 [config] Fix config int add incorrect ip (mudsut4ke#1414)
1da879c [db_migrator][Mellanox] Update Mellanox buffer migrator with 2km-cable supported (mudsut4ke#1564)
c2b760f [sonic_package_manager] flush once finished saving docker image into temporary file (mudsut4ke#1638)
cd69473 Replace swsssdk.ConfigDBConnector and SonicDBConfig with swsscommon implementation (mudsut4ke#1620)
5f20365 Change to use rvtysh when calling the show commands (mudsut4ke#1572)
51d6bf5 Fix Aboot breakage in sonic package manager in sonic-installer (mudsut4ke#1625)
18bed46 [console][show] Force refresh all lines status during show line (mudsut4ke#1641)
b616cd9 [TPID CONFIG] Added TPID configuration CLI support (mudsut4ke#1618)
01eb4b1 [show] support for show muxcable firmware version of only active banks (mudsut4ke#1629)
7744c8d [fdb]cli: fdb entries are cleared according to vlan or port or vlan&&port (mudsut4ke#657)
e23c5ee Add psu hardware revision to psushow table (mudsut4ke#1601)
f1726fe Make advance_version_for_expected_database available for other db migrator test cases as well (mudsut4ke#1614)
5d1ad05 [show] add support for muxcable metrics (mudsut4ke#1615)
feeab29 [config] Sort Config Db When Saving (mudsut4ke#1623)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants