Skip to content

[pull] master from Azure:master#1580

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

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

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented May 29, 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
The current code skips parsing bandwidth for DeviceMgmtLinks. We have a use case to set the speed for these type of links based on the bandwidth attribute in the minigraph

How to verify it
Ran sonic-cfggen on a minigraph and verified that interface of type DeviceMgmtLink has speed set in the PORT table from the bandwidth attribute in the minigraph
@pull pull bot added the ⤵️ pull label May 29, 2021
@pull pull bot merged commit 4b00f8a into mudsut4ke:master May 29, 2021
mudsut4ke pushed a commit that referenced this pull request Jul 19, 2021
Including below commits:

36f7332 2021-01-14 | modified ERR log to NOTICE log for FDB notification failure after VLAN delete (#1595) [madhanmellanox]
c21c883 2021-01-12 | [ci]: download artifacts from master branch build (#1597) [lguohan]
a1d03a4 2021-01-12 | [fgnhgorch] Match mode changes for Fine Grained ECMP (#1565) [anish-n]
1b65f3d 2021-01-12 | [ci]: use sonicbld pool (#1594) [lguohan]
48ae866 2021-01-12 | [pfcwd] Update PFC storm detection logic for Mellanox platforms (#1586) [Volodymyr Samotiy]
850001f 2021-01-12 | [FPMSYNCD] Evpn/Vxlan related changes to support FRR7.5(#1585) [KISHORE KUNAL]
64ca9bb 2021-01-12 | [ci]: only copy artifacts when build is successful (#1590) [lguohan]
17d0dae 2021-01-11 | [Fdborch] Fix for arm compilation (#1592) [Prince Sunny]
693a02c 2021-01-08 | [gearbox] Add support for "hwinfo" field (#1547) [Baptiste Covolato]
7e3b2c6 2021-01-09 | [Evpn Warmreboot] Added Dependancy check logic in VrfMgr (#1466) [nkelapur]
a960e2e 2021-01-09 | [Orchagent]: FdbOrch changes for EVPN VXLAN (#1275) [Pankaj Jain]
097cfda 2021-01-08 | [swss test] update setup guide for swss tests (#1582) [Ying Xie]
b42253a 2021-01-05 | Fix for armhf build (#1580) [Qi Luo]
d8c1465 2021-01-05 | [dvs] Update/disable DVS tests with new FRR 7.5 behavior (#1579) [Danny Allen]
f6c7422 2021-01-05 | ASIC internal temperature sensors support (#1517) [Santhosh Kumar T]
0aa9ef2 2021-01-01 | Simply by auto iterator type, because we will tune the return types of library functions (#1577) [Qi Luo]
773238b 2020-12-31 | [build]: Fix format string for size_t (#1576) [Qi Luo]
7ba4e43 2020-12-30 | [fgnhgorch] add warm reboot support for fgnhg (#1538) [weixchen1215]
4cf6617 2020-12-30 | [ci]: add build for arm64 and armhf (#1572) [lguohan]
6ebc0ed 2020-12-29 | [ci]: add azure-pipeline for amd64 (#1571) [lguohan]
e32b9d0 2020-12-29 | [FDBSYNCD] Added pytest for fdbsyncd (#1560) [KISHORE KUNAL]
a43f6be 2020-12-30 | [crm] Add support for snat, dnat and ipmc crm resources (#1511) [Prabhu Sreenivasan]
7fc3888 2020-12-29 | PY Test script for EVPN L3 VxLAN (#1330) [Tapash Das]
6eb36d9 2020-12-27 | vlanmgr changes related to EVPN VxLan warmboot (#1460) [anilkpan]

Signed-off-by: Guohan Lu <lguohan@gmail.com>
mudsut4ke pushed a commit that referenced this pull request Jul 19, 2021
68ea9efc Add pg-drop script to sonic filesystem (#1583)
b216bf0a Fixing serial number read to get from DB if it is populated (#1580)
fa7230c6 Handle the new db version which mellanox_buffer_migrator isn't interested (#1566)

Signed-off-by: Stephen Sun <stephens@nvidia.com>
pariwat pushed a commit to pariwat/sonic-buildimage that referenced this pull request Sep 10, 2021
Including below commits:

36f7332 2021-01-14 | modified ERR log to NOTICE log for FDB notification failure after VLAN delete (mudsut4ke#1595) [madhanmellanox]
c21c883 2021-01-12 | [ci]: download artifacts from master branch build (mudsut4ke#1597) [lguohan]
a1d03a4 2021-01-12 | [fgnhgorch] Match mode changes for Fine Grained ECMP (mudsut4ke#1565) [anish-n]
1b65f3d 2021-01-12 | [ci]: use sonicbld pool (mudsut4ke#1594) [lguohan]
48ae866 2021-01-12 | [pfcwd] Update PFC storm detection logic for Mellanox platforms (mudsut4ke#1586) [Volodymyr Samotiy]
850001f 2021-01-12 | [FPMSYNCD] Evpn/Vxlan related changes to support FRR7.5(mudsut4ke#1585) [KISHORE KUNAL]
64ca9bb 2021-01-12 | [ci]: only copy artifacts when build is successful (mudsut4ke#1590) [lguohan]
17d0dae 2021-01-11 | [Fdborch] Fix for arm compilation (mudsut4ke#1592) [Prince Sunny]
693a02c 2021-01-08 | [gearbox] Add support for "hwinfo" field (mudsut4ke#1547) [Baptiste Covolato]
7e3b2c6 2021-01-09 | [Evpn Warmreboot] Added Dependancy check logic in VrfMgr (mudsut4ke#1466) [nkelapur]
a960e2e 2021-01-09 | [Orchagent]: FdbOrch changes for EVPN VXLAN (mudsut4ke#1275) [Pankaj Jain]
097cfda 2021-01-08 | [swss test] update setup guide for swss tests (mudsut4ke#1582) [Ying Xie]
b42253a 2021-01-05 | Fix for armhf build (mudsut4ke#1580) [Qi Luo]
d8c1465 2021-01-05 | [dvs] Update/disable DVS tests with new FRR 7.5 behavior (mudsut4ke#1579) [Danny Allen]
f6c7422 2021-01-05 | ASIC internal temperature sensors support (mudsut4ke#1517) [Santhosh Kumar T]
0aa9ef2 2021-01-01 | Simply by auto iterator type, because we will tune the return types of library functions (mudsut4ke#1577) [Qi Luo]
773238b 2020-12-31 | [build]: Fix format string for size_t (mudsut4ke#1576) [Qi Luo]
7ba4e43 2020-12-30 | [fgnhgorch] add warm reboot support for fgnhg (mudsut4ke#1538) [weixchen1215]
4cf6617 2020-12-30 | [ci]: add build for arm64 and armhf (mudsut4ke#1572) [lguohan]
6ebc0ed 2020-12-29 | [ci]: add azure-pipeline for amd64 (mudsut4ke#1571) [lguohan]
e32b9d0 2020-12-29 | [FDBSYNCD] Added pytest for fdbsyncd (mudsut4ke#1560) [KISHORE KUNAL]
a43f6be 2020-12-30 | [crm] Add support for snat, dnat and ipmc crm resources (mudsut4ke#1511) [Prabhu Sreenivasan]
7fc3888 2020-12-29 | PY Test script for EVPN L3 VxLAN (mudsut4ke#1330) [Tapash Das]
6eb36d9 2020-12-27 | vlanmgr changes related to EVPN VxLan warmboot (mudsut4ke#1460) [anilkpan]

Signed-off-by: Guohan Lu <lguohan@gmail.com>
pariwat pushed a commit to pariwat/sonic-buildimage that referenced this pull request Sep 10, 2021
9a88cb6 [sonic_installer] dont fail package migration (mudsut4ke#1591)
615e531 [show][config] Add new snmp commands (mudsut4ke#1347)
fff4051 Fixing serial number read to get from DB if it is populated (mudsut4ke#1580)
be974bf [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (mudsut4ke#1589)
9492eab Use swsscommon instead of swsssdk (mudsut4ke#1510)
0f4988b Add pg-drop script to sonic filesystem (mudsut4ke#1583)
cbe2159 [vnet] Add "vnet_route_check" script (mudsut4ke#1300)
9120766 Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (mudsut4ke#1530)
2e09b22 Handle the new db version which mellanox_buffer_migrator isn't interested (mudsut4ke#1566)
pariwat pushed a commit to pariwat/sonic-buildimage that referenced this pull request Sep 10, 2021
Includes below commits

9a88cb6 2021-05-06 | [sonic_installer] dont fail package migration (mudsut4ke#1591) [Stepan Blyshchak]
615e531 2021-05-05 | [show][config] Add new snmp commands (mudsut4ke#1347) [Travis Van Duyn]
fff4051 2021-05-05 | Fixing serial number read to get from DB if it is populated (mudsut4ke#1580) [Sudharsan Dhamal Gopalarathnam]
be974bf 2021-05-05 | [neighbor_advertiser] Use existing tunnel if present for creating tunnel mappings (mudsut4ke#1589) [Sumukha Tumkur Vani]
9492eab 2021-05-04 | Use swsscommon instead of swsssdk (mudsut4ke#1510) [Andriy Yurkiv]
0f4988b 2021-05-04 | Add pg-drop script to sonic filesystem (mudsut4ke#1583) [Andriy Yurkiv]
cbe2159 2021-05-04 | [vnet] Add "vnet_route_check" script (mudsut4ke#1300) [Volodymyr Samotiy]
9120766 2021-05-03 | Relax the install_requires, no need to exact version as long as there are no broken changes with future versions (mudsut4ke#1530) [Qi Luo]
2e09b22 2021-05-03 | Handle the new db version which mellanox_buffer_migrator isn't interested (mudsut4ke#1566) [Stephen Sun]
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