Skip to content

[pull] master from Azure:master#1641

Merged
pull[bot] merged 1 commit intomudsut4ke:masterfrom
sonic-net:master
Jul 6, 2021
Merged

[pull] master from Azure:master#1641
pull[bot] merged 1 commit intomudsut4ke:masterfrom
sonic-net:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Jul 6, 2021

See Commits and Changes for more details.


Created by pull[bot]

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

#### Why I did it
swsssdk will be deprecated. Use swsscommon instead.

#### How to verify it
Unit test
@pull pull bot added the ⤵️ pull label Jul 6, 2021
@pull pull bot merged commit f14430b into mudsut4ke:master Jul 6, 2021
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)
mudsut4ke pushed a commit that referenced this pull request Nov 19, 2021
…#8355)

To include following changes:

* d84a8cc 2021-08-05 | [fast-reboot] revert the change of disabling counter polling before fast-reboot (#1744) (HEAD -> 202012, github/202012) [Ying Xie]
* e900bc5 2021-08-04 | Add script null_route_helper (#1718) [bingwang-ms]
* 85f14e1 2021-08-02 | disk_check updates: (#1736) [Renuka Manavalan]
* d68ac1c 2021-05-27 | [console][show] Force refresh all lines status during show line (#1641) [Blueve]
* a0e417f 2021-04-25 | [console] Display success message after line cleared (#1579) [Blueve]
* 0c6bb27 2021-04-07 | [console] Include Flow Control status in show line result (#1549) [Blueve]
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.

1 participant