-
Notifications
You must be signed in to change notification settings - Fork 0
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
Modified platform utils based on platform type and not SKU #4
Commits on Apr 17, 2020
-
[baseimage]: Install haveged to accelerates crng init
The initialization of /dev/random (crng init) is responsible for random number generation. On some devices, crng took very long to finish.
Configuration menu - View commit details
-
Copy full SHA for 452fc3d - Browse repository at this point
Copy the full SHA 452fc3dView commit details -
[mgmt-vrf]: mgmt vrf related change for Buster (sonic-net#53)
Co-authored-by: Bing Sun <Bing_Sun@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 2a237c5 - Browse repository at this point
Copy the full SHA 2a237c5View commit details -
[ntp] add ntp support in buster with mgmt vrf (sonic-net#55)
- create a file in files/image_config/ntp/ntp-systemd-wrapper to add mgmt vrf related start cmd for ntp service. So that the default /usr/lib/ntp/ntp-systemd-wrapper can be overriden during build time. - modify build_debian.sh to cp files/image_config/ntp/ntp-systemd-wrapper to /usr/lib/ntp/ntp-systemd-wrapper during build time. Co-authored-by: Bing Sun <Bing_Sun@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 012c832 - Browse repository at this point
Copy the full SHA 012c832View commit details -
[rsyslog]: setup correct argument for rsyslog.service
in buster, by default, rsyslog service does not create pidfile which breaks monit configuration Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ec85c2e - Browse repository at this point
Copy the full SHA ec85c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e95504f - Browse repository at this point
Copy the full SHA e95504fView commit details -
[sonic-slave-buster]: user legacy iptables instead of nftables
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3ded45a - Browse repository at this point
Copy the full SHA 3ded45aView commit details -
[sonic-slave-buster]: add build deps for sonic_yang_mgmt build
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dd49f74 - Browse repository at this point
Copy the full SHA dd49f74View commit details -
[vsimage]: install systemd generator into one image
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 38a4fdd - Browse repository at this point
Copy the full SHA 38a4fddView commit details -
[build]: ensure proc is mounted for raw image build
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40d2c79 - Browse repository at this point
Copy the full SHA 40d2c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a1156 - Browse repository at this point
Copy the full SHA f3a1156View commit details -
[dpkg-cache]: add sonic-slave-buster docker file in common dependency
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0967f5 - Browse repository at this point
Copy the full SHA d0967f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744d33d - Browse repository at this point
Copy the full SHA 744d33dView commit details -
[sonic-buildimage] libsaibcm Debian package update (sonic-net#4439)
from 3.7.3.3-3 to 3.7.3.3-4 Fixes for PFC WD Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d8b7166 - Browse repository at this point
Copy the full SHA d8b7166View commit details
Commits on Apr 19, 2020
-
[grub]: use UUID for root partition (sonic-net#4443)
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ce330a - Browse repository at this point
Copy the full SHA 5ce330aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 583bfde - Browse repository at this point
Copy the full SHA 583bfdeView commit details
Commits on Apr 20, 2020
-
[grub]: allow access from both console and serial (sonic-net#4444)
console means the vga port. this is mainly used for virtual environment such as hyper-v or virtualbox where you have the virtual vga port to display the boot up process. Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 87f2dbd - Browse repository at this point
Copy the full SHA 87f2dbdView commit details -
[dpkg-cache]: add BLDENV in cache flags for binary-based packages
add $(BLDENV) in cache flags for following targets: - $(SONIC_MAKE_DEBS) - $(SONIC_DPKG_DEBS) - $(SONIC_ONLINE_DEBS) - $(SONIC_COPY_DEBS) - $(SONIC_MAKE_FILES) This is because we could build a same package for both base image and docker which can be different os distribution, i.e., buster v.s. stretch. - target/debs/buster/swig3.0_3.0.12-2_amd64.deb - target/debs/stretch/swig3.0_3.0.12-2_amd64.deb Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b171960 - Browse repository at this point
Copy the full SHA b171960View commit details -
Configuration menu - View commit details
-
Copy full SHA for e707590 - Browse repository at this point
Copy the full SHA e707590View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0095763 - Browse repository at this point
Copy the full SHA 0095763View commit details -
[build]: DPKG caching fix for evaluation bugs (sonic-net#4425)
Added DPKG support for ICCPD package Added warning support for missing dependency files that causes the incorrect SHA generation.
Configuration menu - View commit details
-
Copy full SHA for 7b53ae3 - Browse repository at this point
Copy the full SHA 7b53ae3View commit details -
Merge pull request sonic-net#4405 from lguohan/buster
[baseimage]: upgrade base image to debian buster bring up the base image to debian buster 4.19 kernel. using the merge commits to preserve the individual commits to better track the history.
Configuration menu - View commit details
-
Copy full SHA for 46fad0e - Browse repository at this point
Copy the full SHA 46fad0eView commit details
Commits on Apr 21, 2020
-
[mellanox]: Add DPKG local caching support. (sonic-net#4441)
Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 13bef09 - Browse repository at this point
Copy the full SHA 13bef09View commit details -
[Juniper] Re-organizing sonic_platform modules (sonic-net#4448)
This patch set implements the following: - Fixes the conflicts in chassis.py / platform.py in sonic_platfrom - Consolidating the common library files in sonic_platform - Moving QFX5210 specific drivers to qfx5210/modules - Moving Juniper common fpga drivers to common/modules - Cleaning up the platform driver files - Bug fixes in QFX5210 platform monitor & initialiazation script - Fixing the bugs in QFX5210 eeprom parsing Signed-off-by: Ciju Rajan K <crajank@juniper.net>
Configuration menu - View commit details
-
Copy full SHA for d1940b2 - Browse repository at this point
Copy the full SHA d1940b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 860cb26 - Browse repository at this point
Copy the full SHA 860cb26View commit details -
[Mellanox] thermal control enhancement for dynamic minimum fan speed …
…and PSU fan speed policy (sonic-net#4403)
Configuration menu - View commit details
-
Copy full SHA for c730f3e - Browse repository at this point
Copy the full SHA c730f3eView commit details -
[docker-sonic-mgmt]: set docker-sonic-mgmt as stretch docker (sonic-n…
…et#4450) Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bddd0d1 - Browse repository at this point
Copy the full SHA bddd0d1View commit details
Commits on Apr 22, 2020
-
[docker]: Enabled ipv6 in dockers when using docker bridge network (s…
…onic-net#4426) Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 3a82ade - Browse repository at this point
Copy the full SHA 3a82adeView commit details -
[doc]: ask the motivation of the PR (sonic-net#4462)
it is important to understand the motivation of the PR. what I did is usually the PR title, so remove. Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 43e80f7 - Browse repository at this point
Copy the full SHA 43e80f7View commit details -
[kvm]: disable pmon daemons on kvm vs platform (sonic-net#4461)
hardware daemons are not supported in kvm vs platform now admin@vlab-01:/usr/share/sonic/device/x86_64-kvm_x86_64-r0$ docker exec -it pmon bash root@vlab-01:/# supervisorctl status fancontrol STOPPED Not started lm-sensors STOPPED Not started rsyslogd RUNNING pid 23, uptime 0:03:09 start.sh EXITED Apr 22 09:07 AM supervisor-proc-exit-listener RUNNING pid 17, uptime 0:03:10 Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 45c88d1 - Browse repository at this point
Copy the full SHA 45c88d1View commit details -
[device/acction] Support AS9716-32D(R0BA) (sonic-net#4449)
- add led_proc_init.soc - update config.bcm
Configuration menu - View commit details
-
Copy full SHA for c5e9844 - Browse repository at this point
Copy the full SHA c5e9844View commit details
Commits on Apr 23, 2020
-
[platform-modules]: set debian control depends on unsigned kernel pac…
…kage (sonic-net#4466) Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c52b8c4 - Browse repository at this point
Copy the full SHA c52b8c4View commit details -
[accton/as9716-32d] add support get_transceiver_change_event (sonic-n…
…et#4105) Co-authored-by: Jostar Yang <jostar_yang@accton.com.tw>
Configuration menu - View commit details
-
Copy full SHA for 9129378 - Browse repository at this point
Copy the full SHA 9129378View commit details -
[bgpcfgd]: Split one bgp mega-template to chunks. (sonic-net#4143)
The one big bgp configuration template was splitted into chunks. Currently we have three types of bgp neighbor peers: general bgp peers. They are represented by CONFIG_DB::BGP_NEIGHBOR table entries dynamic bgp peers. They are represented by CONFIG_DB::BGP_PEER_RANGE table entries monitors bgp peers. They are represented by CONFIG_DB::BGP_MONITORS table entries This PR introduces three templates for each peer type: bgp policies: represent policieas that will be applied to the bgp peer-group (ip prefix-lists, route-maps, etc) bgp peer-group: represent bgp peer group which has common configuration for the bgp peer type and uses bgp routing policy from the previous item bgp peer-group instance: represent bgp configuration, which will be used to instatiate a bgp peer-group for the bgp peer-type. Usually this one is simple, consist of the referral to the bgp peer-group, bgp peer description and bgp peer ip address. This PR redefined constant.yml file. Now this file has a setting for to use or don't use bgp_neighbor metadata. This file has more parameters for now, which are not used. They will be used in the next iteration of bgpcfgd. Currently all tests have been disabled. I'm going to create next PR with the tests right after this PR is merged. I'm going to introduce better bgpcfgd in a short time. It will include support of dynamic changes for the templates. FIX:: sonic-net#4231
Configuration menu - View commit details
-
Copy full SHA for 057ced0 - Browse repository at this point
Copy the full SHA 057ced0View commit details
Commits on Apr 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4adf243 - Browse repository at this point
Copy the full SHA 4adf243View commit details
Commits on Apr 25, 2020
-
[build]: add sonic-slave-run target to run any cmds inside sonic-slav…
…e-docekr (sonic-net#4481) example: ``` SONIC_RUN_CMDS="gzip -d -c target/sonic-vs.img.gz > target/sonic-vs.img;\ qemu-img convert target/sonic-vs.img -O vhdx -o subformat=dynamic target/sonic-vs.vhdx"\ BLDENV=buster make -f Makefile.work sonic-slave-run ``` Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c56752a - Browse repository at this point
Copy the full SHA c56752aView commit details -
[device/celestica]: Fix sfp index on dx010 platform api (sonic-net#4346)
Wirut Getbamrung authoredApr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for e75da77 - Browse repository at this point
Copy the full SHA e75da77View commit details
Commits on Apr 26, 2020
-
[Mellanox] Add a new Mellanox platform x86_64-mlnx_msn3420 and new SK…
…U ACS-MSN3420 (sonic-net#4436) * New SKU support for MSN3420 Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com> Conflicts: device/mellanox/x86_64-mlnx_msn2700-r0/plugins/sfputil.py * Add CPLD's * Symlink fixes and semantics * Adding new platform at end of lines
Configuration menu - View commit details
-
Copy full SHA for ac6cfb1 - Browse repository at this point
Copy the full SHA ac6cfb1View commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e363293 - Browse repository at this point
Copy the full SHA e363293View commit details
Commits on Apr 28, 2020
-
[Mellanox] Adjust dynamic minimum fan speed algorithm (sonic-net#4476)
* remove air flow direction from dynamic minimum algorithm * adjust minimum table according to thermal data
Configuration menu - View commit details
-
Copy full SHA for b26814f - Browse repository at this point
Copy the full SHA b26814fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72af555 - Browse repository at this point
Copy the full SHA 72af555View commit details -
[dhcpmon] Filter DHCP O/A Messages of Neighboring Vlans (sonic-net#4469)
* [dhcpmon] Filter DHCP O/A Messages of Neighboring Vlans This code fixes a bug where two or more vlans exist. Cross contamination happens for DHCP packets Offer/Ack when received on shared northbound links. The code filters out those packet based on dst IP equal Vlan loopback IP. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a60a203 - Browse repository at this point
Copy the full SHA a60a203View commit details -
[mellanox]: Align CPLD component with latest hw-mgmt. (sonic-net#4485)
Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 0409a32 - Browse repository at this point
Copy the full SHA 0409a32View commit details -
[DellEMC] S6100-Fix i2C ISMT issue (sonic-net#4330)
* [DellEMC] S6100-Fix i2C ISMT issue * Modified the retry condition for bit bang
Configuration menu - View commit details
-
Copy full SHA for a40fe3b - Browse repository at this point
Copy the full SHA a40fe3bView commit details -
[mgmt-framework]: convert mgmt-framework to use buster docker (sonic-…
…net#4480) This change adds support to build dockers using buster as base. - Define docker-base-buster using docker-base-stretch as starting point - Define docker-config-engine-buster using docker-config-engine-stretch as starting point. - sonic-mgmt-framework docker is updated to build using buster as base Signed-off-by: Joyas Joseph <joyas_joseph@dell.com>
Configuration menu - View commit details
-
Copy full SHA for fc55329 - Browse repository at this point
Copy the full SHA fc55329View commit details
Commits on Apr 29, 2020
-
[Multi-ASIC] To pass the asic instance ID to orchagent, Advance the s…
…wss, swss-common submodules. (sonic-net#4465) * Multi-ASIC platforms will have the ID field in the DEVICE_METADATA, which will be pulled and will be used when starting the orchagent process with the new option [-i INST_ID] This is currently added only for Broadcom ASIC based platforms * Making the asic instance ID passing global across asics/platforms. Also changed the config DB id field to asic_id * Minor updates * Advance sonic-swss submodule * Advance swss_common submodule as well due to dependencies
Configuration menu - View commit details
-
Copy full SHA for 93ade1d - Browse repository at this point
Copy the full SHA 93ade1dView commit details -
[sonic-utilities] Update submodule (sonic-net#4492)
* src/sonic-utilities 798ce2f...7ce5b62 (19): > [utility] Filter FDB entries (sonic-net#890) > [fast reboot] set a fast-reboot DB flag (sonic-net#887) > [show] Add 'ip/ipv6 bgp network' commands (sonic-net#888) > [Vxlan] : adding show vnet/vxlan cmds (sonic-net#880) > [show][bgp] Use only 'show ip bgp' as the base and use bgp_frr_v4 file for FRR routing stack (sonic-net#884) > Revert "[config] Implement a process level lock (sonic-net#857)" (sonic-net#882) > [generate_dump] Dump systemd specific information (sonic-net#602) > [config] Implement a process level lock (sonic-net#857) > [fwutil]: Update Command-Reference.md. (sonic-net#876) > Add platform options to 'show techsupport' command (sonic-net#865) > [doc]: add ltgm and jenkins badge (sonic-net#875) > Fix even more Python warnings (sonic-net#873) > [showtech]: dump docker stats (sonic-net#864) > Fix more Python warnings (sonic-net#869) > Fix Python warnings (sonic-net#867) > Fixes bug for PFCWD feature parameters (sonic-net#838) > Explicitly specify command names with underscores (continued) (sonic-net#852) > [watermarkstat] Fix issue of fields overwritten before display (sonic-net#862) > [pfc] Add command line to enable/disable/show PFC (sonic-net#796)
Configuration menu - View commit details
-
Copy full SHA for 0895033 - Browse repository at this point
Copy the full SHA 0895033View commit details -
[build]: build missing stretch dockers when debug build is enabled (s…
…onic-net#4494) $DOCKER_IMAGES_FOR_INSTALLERS contains all dockers to be included in the image. If INSTALL_DEBUG_TOOLS=y, then it contains debug docker images as well non-debug docker images when there is no debug version of that docker image. $STRETCH_DOCKER_IMAGES will have the non-debug docker images needed by the image. $STRETCH_DBG_DOCKER_IMAGES should contain the debug version of the docker images. Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 087e5fb - Browse repository at this point
Copy the full SHA 087e5fbView commit details -
[iccpd]: ICCPD support IPv6 ND (sonic-net#4422)
accomplish it according MCLAG HLD document, the principle is similar to IPv4 ARP.
Configuration menu - View commit details
-
Copy full SHA for 4c55adf - Browse repository at this point
Copy the full SHA 4c55adfView commit details
Commits on Apr 30, 2020
-
[docker-iccpd]: disable iccpd build by default (sonic-net#4502)
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0038305 - Browse repository at this point
Copy the full SHA 0038305View commit details -
[build]: remove -t for non-tty terminal
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a539cf2 - Browse repository at this point
Copy the full SHA a539cf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ba5b0 - Browse repository at this point
Copy the full SHA e1ba5b0View commit details -
[Mellanox] Add a new Mellanox platform x86_64-mlnx_msn4600c and new S…
…KU ACS-MSN4600C (sonic-net#4483) * New SKU support for MSN4600C Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for b629137 - Browse repository at this point
Copy the full SHA b629137View commit details -
[baseimage]: Run fsck filesystem check support prior mounting filesys…
…tem (sonic-net#4431) * Run fsck filesystem check support prior mounting filesystem If the filesystem become non clean ("dirty"), SONiC does not run fsck to repair and mark it as clean again. This patch adds the functionality to run fsck on each boot, prior to the filesystem being mounted. This allows the filesystem to be repaired if needed. Note that if the filesystem is maked as clean, fsck does nothing and simply return so this is perfectly fine to call fsck every time prior to mount the filesystem. How to verify this patch (using bash): Using an image without this patch: Make the filesystem "dirty" (not clean) [we are making the assumption that filesystem is stored in /dev/sda3 - Please adjust depending of the platform] [do this only on a test platform!] dd if=/dev/sda3 of=superblock bs=1 count=2048 printf "$(printf '\\x%02X' 2)" | dd of="superblock" bs=1 seek=1082 count=1 conv=notrunc &> /dev/null dd of=/dev/sda3 if=superblock bs=1 count=2048 Verify that filesystem is not clean tune2fs -l /dev/sda3 | grep "Filesystem state:" reboot and verify that the filesystem is still not clean Redo the same test with an image with this patch, and verify that at next reboot the filesystem is repaired and becomes clean. fsck log is stored on syslog, using the string FSCK as markup.
Configuration menu - View commit details
-
Copy full SHA for 799f22d - Browse repository at this point
Copy the full SHA 799f22dView commit details -
[vs]: add missing dvslib link for the vs test
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6850644 - Browse repository at this point
Copy the full SHA 6850644View commit details -
Configuration menu - View commit details
-
Copy full SHA for a87bf4d - Browse repository at this point
Copy the full SHA a87bf4dView commit details -
[arista] update platform driver submodules (sonic-net#4512)
- Add Makefile rules to build debug containers for SWI images - Fix some platform API implementation for xcvrd and thermalctld - Improvements to arista diag command - Miscellaneous refactors Co-authored-by: Maxime Lorrillere <mlorrillere@arista.com>
Configuration menu - View commit details
-
Copy full SHA for 80a025a - Browse repository at this point
Copy the full SHA 80a025aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c210f0 - Browse repository at this point
Copy the full SHA 4c210f0View commit details -
[submodule]: Advance sonic-platform-common. (sonic-net#4513)
Commits on Mar 20, 2020 SFP(sff8472 attributes) transciever eeprom attribute support. (sonic-net#74) 9b1dea5 Commits on Mar 22, 2020 Detect an SFP adapter in a QSFP port, and instantiate an SFP object i… 116eeec Commits on Apr 13, 2020 [component]: Introduce new firmware management API. 2632a59 Commits on Apr 16, 2020 [Chassis base] Add sfp error event definition (sonic-net#80) f1f00ec Commits on Apr 24, 2020 [component]: Update firmware management API. 777901f [component]: Extend docstrings for firmware management API. b066ec7 Commits on Apr 30, 2020 [component]: Fix review comments. d96344e Merge pull request sonic-net#82 from nazariig/master-component-firmware-api 28c39c5 Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 2153cae - Browse repository at this point
Copy the full SHA 2153caeView commit details -
[vs]: dynamically create front panel ports in vs docker (sonic-net#4499)
currently, vs docker always create 32 front panel ports. when vs docker starts, it first detects the peer links in the namespace and then setup equal number of front panel interfaces as the peer links. Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86bc8ae - Browse repository at this point
Copy the full SHA 86bc8aeView commit details -
[sonic-py-swsssdk/snmpagent] update submodule for sonic-py-swsssdk / …
…snmpagent (sonic-net#4421) * [sonic-py-swsssdk] update submodule for sonic-py-swsssdk * update snmpagent submodule * [sonic-py-swsssdk] update submodule for namespace changes
Configuration menu - View commit details
-
Copy full SHA for aca5bec - Browse repository at this point
Copy the full SHA aca5becView commit details -
[mellanox]: MSN4700 support 8 lanes 400G with new SAI/SDK/FW (sonic-n…
…et#4509) Update SAI/SDK/FW and MSN4700 device files to support 8 lanes 400G Update SAI to 1.16.3 Update SDK to 4.4.0914 Update FW to *.2007.1112 Update MSN4700 device files to support 8 lanes 400G
Configuration menu - View commit details
-
Copy full SHA for 352a397 - Browse repository at this point
Copy the full SHA 352a397View commit details -
[build]: changing debian names based on Architecture (sonic-net#4508)
Replacing "amd64" with $PLATFORM_ARCH variable Fix for compiling marvell-armhf arch Signed-off-by: Sabareesh Kumar Anandan <sanandan@marvell.com>
Configuration menu - View commit details
-
Copy full SHA for 81f4c81 - Browse repository at this point
Copy the full SHA 81f4c81View commit details -
[sonic-utilities][sonic-ztp] Update submodules (sonic-net#4501)
* src/sonic-utilities 7ce5b62...3471926 (4): > Make `config` command support abbreviation. (sonic-net#893) > [fwutil]: Fix firmware update command. (sonic-net#895) > [doc]: ZTP configuration and show commands (sonic-net#866) > Allow show ztp to display non-sensitive information visible to > non-root user (sonic-net#872) * src/sonic-ztp 374c9e8...c959371 (2): > Fix ztp profile unit test (#14) > Create a shadow ZTP data json file accessible to non-root user (#13)
Configuration menu - View commit details
-
Copy full SHA for 46161ca - Browse repository at this point
Copy the full SHA 46161caView commit details -
[pmon]: Fix the continous syseepromd autorestart issue on 201911 (son…
…ic-net#4478) - Remove syseepromd from the critical process of pmon docker - Fix supervisor autorestart configuration of syseepromd
Configuration menu - View commit details
-
Copy full SHA for cbc75fe - Browse repository at this point
Copy the full SHA cbc75feView commit details
Commits on May 1, 2020
-
Ssd mitigation changes (sonic-net#4214)
* ssd_mitigation_changes * ssd_mitigation_changes * ssd_mitigation_changes * ssd_mitigation_changes
Configuration menu - View commit details
-
Copy full SHA for 4511216 - Browse repository at this point
Copy the full SHA 4511216View commit details -
[device] Upgrade as4630_54pe for new platform (sonic-net#4268)
- Add port auto-negotiation attribute. - Add CPLD command to disable mode.
Configuration menu - View commit details
-
Copy full SHA for 506e954 - Browse repository at this point
Copy the full SHA 506e954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1c3dd - Browse repository at this point
Copy the full SHA 3f1c3ddView commit details -
[device] Modify configuration and add led_proc_init.soc (sonic-net#4418)
- Modify configuration file path in sai.profile. - Modify configuration file for as7726_32x. - Add led_proc_init.soc and custom_led.bin
Configuration menu - View commit details
-
Copy full SHA for 34cad97 - Browse repository at this point
Copy the full SHA 34cad97View commit details -
[build]: add docker-ptf-* as stretch docker targets (sonic-net#4516)
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c55603f - Browse repository at this point
Copy the full SHA c55603fView commit details
Commits on May 2, 2020
-
hw-mgmt_V.7.0000.3034 integration (sonic-net#4519)
Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 30bbbbf - Browse repository at this point
Copy the full SHA 30bbbbfView commit details
Commits on May 4, 2020
-
[submodule]: advance sonic-utilities submodule (sonic-net#4523)
c2facd8 [show] Fix abbreviations for 'show ip bgp ...' commands (sonic-net#901) cb68e7d Add support for multi-ASIC devices (sonic-net#877) 44ed6e9 Improved route_check tool and adopt to 20191130 image. (sonic-net#898) 6fba8db [psushow] Add a column to display LED color to show platform psustatus output (sonic-net#886) e747456 ssd_mitigation_changes (sonic-net#829)
Configuration menu - View commit details
-
Copy full SHA for e8748eb - Browse repository at this point
Copy the full SHA e8748ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86e1390 - Browse repository at this point
Copy the full SHA 86e1390View commit details -
[config engine] Parser changes to support parsing of multi-asic devic…
…e minigraph (sonic-net#4222) - Changes to minigraph.py to parse minigraph.xml of a multi asic platform - Changes to portconfig.py to parse additional column "asic_port_name" in port_config.ini - Add a new option -n to sonic-cfggen for multi asic platforms - Add unit tests for config generation for multi asic platforms Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com> Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 8ac1c60 - Browse repository at this point
Copy the full SHA 8ac1c60View commit details
Commits on May 5, 2020
-
[device] DellEMC s5232f 50G hwsku support (sonic-net#4525)
* [device] DellEmc S5232 support for new hwsku C8D48 8 100G ports and 48 50G ports * 10G ports update for S5232 hwsku-C8D48 Signed-off-by: Srideep Devireddy <srideep_devireddy@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 6c9dd76 - Browse repository at this point
Copy the full SHA 6c9dd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5307f94 - Browse repository at this point
Copy the full SHA 5307f94View commit details
Commits on May 6, 2020
-
[docker-sonic-mgmt] Add IxNetwork python client (sonic-net#4533)
* Add IxNetwork python client to sonic mgmt docker
Configuration menu - View commit details
-
Copy full SHA for 46ef6de - Browse repository at this point
Copy the full SHA 46ef6deView commit details -
Fix for missing dependency in the sonic device package and added .dep…
… file for yang module (sonic-net#4471)
Configuration menu - View commit details
-
Copy full SHA for fd953a4 - Browse repository at this point
Copy the full SHA fd953a4View commit details -
[build]: add docker-saiserver-* as stretch docker targets
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 767bc5c - Browse repository at this point
Copy the full SHA 767bc5cView commit details -
[bgp]: align the bgp templates with new minigraph for multi NPU platf…
…orms (sonic-net#4488) - change the references to 'type' field to 'sub_role' - change the references to 'InternalFrontend' and 'InternalBackend' to 'FrontEnd' and 'BackEnd' respectively - add a statement to reflect route-reflector for backend asics - add a change to set "next-hop-self force" configuration for internal BGP session in multi asic platform. Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2db8766 - Browse repository at this point
Copy the full SHA 2db8766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 340cf82 - Browse repository at this point
Copy the full SHA 340cf82View commit details -
[minigraph] Add tags for egress mirror tables (sonic-net#4526)
Signed-off-by: Danny Allen <daall@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 3ae5945 - Browse repository at this point
Copy the full SHA 3ae5945View commit details
Commits on May 7, 2020
-
[bgpcfgd]: Fix for BGP peer not coming up even after config BGP start…
…up all (sonic-net#4547) Issue was key not correct to look into self.peer. It need to be tuple of (vrf,nbr). Updated for both add/del
Configuration menu - View commit details
-
Copy full SHA for fc28af7 - Browse repository at this point
Copy the full SHA fc28af7View commit details -
[ebtables]add the filter rule for ARP packets with vlan tag: (sonic-n…
…et#3945) 1. ebtables -t filter -A FORWARD -p 802_1Q --vlan-encap 0806 -j DROP The ARP packet with vlan tag can't match the default rule. Signed-off-by: wangshengjun <wangshengjun@asterfusion.com>
Configuration menu - View commit details
-
Copy full SHA for bed4a79 - Browse repository at this point
Copy the full SHA bed4a79View commit details -
[process-reboot-cause] If software reboot cause is unknown add note i…
…f first boot into new image (sonic-net#4538)
Configuration menu - View commit details
-
Copy full SHA for dfdd94d - Browse repository at this point
Copy the full SHA dfdd94dView commit details -
[Mellanox] Fix SN3420 'sensors.conf' label names (sonic-net#4544)
Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for d9210d7 - Browse repository at this point
Copy the full SHA d9210d7View commit details -
[Mellanox] Fix 'sensors.conf' mapping for MSN4700 (sonic-net#4511)
* [Mellanox] Fix 'sensors.conf' mapping for SN4700 Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com> * Fix some labels name
Configuration menu - View commit details
-
Copy full SHA for 404ae85 - Browse repository at this point
Copy the full SHA 404ae85View commit details -
[Mellanox] Add patch to disable hw-management thermal control shell s…
…cript (sonic-net#4550) * [Mellanox] Add patch to disable hw-management thermal control shell script * Remove SimX patch since https://github.com/Azure/sonic-buildimage/pull/4364/files has already handle it
Configuration menu - View commit details
-
Copy full SHA for 1cdcb2c - Browse repository at this point
Copy the full SHA 1cdcb2cView commit details
Commits on May 8, 2020
-
[minigraph.py]: Fix undefined variable error. (sonic-net#4555)
Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 7f14acb - Browse repository at this point
Copy the full SHA 7f14acbView commit details -
[NAT] : Removed requires dependency on swss (sonic-net#4551)
Signed-off-by: Akhilesh Samineni <akhilesh.samineni@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 86627df - Browse repository at this point
Copy the full SHA 86627dfView commit details
Commits on May 9, 2020
-
[minigraph] Support FECDisabled in minigraph parser (sonic-net#4556)
Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0099ed - Browse repository at this point
Copy the full SHA d0099edView commit details -
Multi DB with namespace support, Introducing the database_global.json… (
sonic-net#4477) * Multi DB with namespace support, Introducing the database_global.json file for supporting accessing DB's in other namespaces for service running in linux host * Updates based on comments * Adding the j2 templates for database_config and database_global files. * Updating to retrieve the redis DIR's to be mounted from database_global.json file. * Additional check to see if asic.conf file exists before sourcing it. * Updates based on PR comments discussion. * Review comments update * Updates to the argument "-n" for namespace used in both context of parsing minigraph and multi DB access. * Update with the attribute "persistence_for_warm_boot" that was added to database_config.json file earlier. * Removing the database_config.json file to avioid confusion in future. We use the database_config.json.j2 file to generate database_config.json files dynamically. * Update the comments for sudo usage in docker_image_ctrl.j2 * Update with the new logic in PING PONG tests using sonic-db-cli. With this we wait till the PONG response is received when redis server is up. * Similar changes in swss and syncd scripts for the PING tests with sonic-db-cli * Updated with a missing , in the database_config.json.j2 file, Do pip install of j2cli in docker-base-buster.
Configuration menu - View commit details
-
Copy full SHA for acf465b - Browse repository at this point
Copy the full SHA acf465bView commit details -
[qos]: Alpha and ECN settings change for Th (sonic-net#4564)
Dynamic threshold setting changed to 0 and WRED profile green min threshold set to 250000 for Tomahawk devices Changed the dynamic threshold settings in pg_profile_lookup.ini Added a macro for WRED profiles in qos.json.j2 for Tomahawk devices Necessary changes made in qos.config.j2 to use the macro if present Signed-off-by: Neetha John <nejo@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 286aa35 - Browse repository at this point
Copy the full SHA 286aa35View commit details
Commits on May 11, 2020
-
[build]: increase raw image disk size to 3GB
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cbe948e - Browse repository at this point
Copy the full SHA cbe948eView commit details -
Changes for LLDP docker to support multi-npu platforms (sonic-net#4530)
* Changes for LLDP for Multi NPU Platoforms:- a) Enable LLDP for Host namespace for Management Port b) Make sure Management IP is avaliable in per asic namespace needed for LLDP Chassis configuration c) Make sure chassis mac-address is correct in per asic namespace d) Do not run lldp on eth0 of per asic namespace and avoid chassis configuration for same e) Use Linux hostname instead from Device Metadata for lldp chassis configuration since in multi-npu platforms device metadata hostname will be differnt Signed-off-by: Abhishek Dosi <abdosi@microsoft.com> * Address Review Comment with following changes: a) Use Device Metadata hostname even in per namespace conatiner. updated minigraph parsing for same to have hostname as system hostname and add new key for asic name b) Minigraph changes to have MGMT_INTERFACE Key in per asic/namespace config also as needed for LLDP for setting chassis management IP. Signed-off-by: Abhishek Dosi <abdosi@microsoft.com> * Address Review Comments
Configuration menu - View commit details
-
Copy full SHA for a96f9ec - Browse repository at this point
Copy the full SHA a96f9ecView commit details -
DellEMC S6000 updated sensors.conf (sonic-net#4568)
Change PSU MAX temperature to 80 degree Change tmp75 sensors default temperature value from 25/50 to 70/80 degree.
paavaanan authoredMay 11, 2020 Configuration menu - View commit details
-
Copy full SHA for c95db04 - Browse repository at this point
Copy the full SHA c95db04View commit details -
[caclmgrd] Add some default ACCEPT rules and lastly drop all incoming…
… packets (sonic-net#4412) Modified caclmgrd behavior to enhance control plane security as follows: Upon starting or receiving notification of ACL table/rule changes in Config DB: 1. Add iptables/ip6tables commands to allow all incoming packets from established TCP sessions or new TCP sessions which are related to established TCP sessions 2. Add iptables/ip6tables commands to allow bidirectional ICMPv4 ping and traceroute 3. Add iptables/ip6tables commands to allow bidirectional ICMPv6 ping and traceroute 4. Add iptables/ip6tables commands to allow all incoming Neighbor Discovery Protocol (NDP) NS/NA/RS/RA messages 5. Add iptables/ip6tables commands to allow all incoming IPv4 DHCP packets 6. Add iptables/ip6tables commands to allow all incoming IPv6 DHCP packets 7. Add iptables/ip6tables commands to allow all incoming BGP traffic 8. Add iptables/ip6tables commands for all ACL rules for recognized services (currently SSH, SNMP, NTP) 9. For all services which we did not find configured ACL rules, add iptables/ip6tables commands to allow all incoming packets for those services (allows the device to accept SSH connections before the device is configured) 10. Add iptables rules to drop all packets destined for loopback interface IP addresses 11. Add iptables rules to drop all packets destined for management interface IP addresses 12. Add iptables rules to drop all packets destined for point-to-point interface IP addresses 13. Add iptables rules to drop all packets destined for our VLAN interface gateway IP addresses 14. Add iptables/ip6tables commands to allow all incoming packets with TTL of 0 or 1 (This allows the device to respond to tools like tcptraceroute) 15. If we found control plane ACLs in the configuration and applied them, we lastly add iptables/ip6tables commands to drop all other incoming packets
Configuration menu - View commit details
-
Copy full SHA for 5e8e0d7 - Browse repository at this point
Copy the full SHA 5e8e0d7View commit details -
[mellanox]: Update SAI to 1.16.4, SDK to 4.4.0918, FW to *.2007.1140 (s…
…onic-net#4571) - mgmt buffer issue on 400G port - high CPU utilization issue caused by some counter reading
Configuration menu - View commit details
-
Copy full SHA for 61c304d - Browse repository at this point
Copy the full SHA 61c304dView commit details
Commits on May 12, 2020
-
[baseimage]: pin down package version for azure-storage, watchdog and…
… futures (sonic-net#4575) Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1066f23 - Browse repository at this point
Copy the full SHA 1066f23View commit details -
[BFN] Updated Barefoot SDK to 2020-05-07 (sonic-net#4566)
Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for 40ed75c - Browse repository at this point
Copy the full SHA 40ed75cView commit details -
[BFN] Fixed Barefoot platform image build. (sonic-net#4565)
- Updated bf_tun kernel driver; - Temporarily disabled WNC modules build; Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for 6889fd1 - Browse repository at this point
Copy the full SHA 6889fd1View commit details -
[sonic-buildimage] updated minigraph for ACL Table data and ACL Inter…
…face Binding for Multi-NPU platforms (sonic-net#4491) * [sonic-buildimage] updated minigraph for ACL Table data and ACL Interface binding update for multu-npu platform based on subrole as "Frontend" or "Backend". For backend npu no ACL table is associated. For frontend npu only front-panel interface are associated. Updated with test case and fix typo in sample-mingraph for npu Address Review comments Signed-off-by: Abhishek Dosi <abdosi@microsoft.com> * Fixed the logic as per preview comment. Interface Filter logic only applies to Everflow/Mirror tables. * Address Review Comments.
Configuration menu - View commit details
-
Copy full SHA for e3be45f - Browse repository at this point
Copy the full SHA e3be45fView commit details -
Fix for issue where image is compile with flag ENABLE_DHCP_GRAPH_SERV…
…ICE (sonic-net#4573) and then we load image and reboot even if there was existing config_db.json we will look for DHCP Service. we should disbale update_graph in such cases. This behaviour is silimar to what we have in 201811 image.
Configuration menu - View commit details
-
Copy full SHA for 5fe2216 - Browse repository at this point
Copy the full SHA 5fe2216View commit details
Commits on May 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60a0471 - Browse repository at this point
Copy the full SHA 60a0471View commit details -
[caclmgrd] Ignore keys in interface-related tables if no IP prefix is…
… present (sonic-net#4581) Since the introduction of VRF, interface-related tables in ConfigDB will have multiple entries, one of which only contains the interface name and no IP prefix. Thus, when iterating over the keys in the tables, we need to ignore the entries which do not contain IP prefixes.
Configuration menu - View commit details
-
Copy full SHA for 5150e7b - Browse repository at this point
Copy the full SHA 5150e7bView commit details -
Change to enable redistribute connected on Frontend asics instead of …
…backend asics (sonic-net#4588) Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for d3c28a4 - Browse repository at this point
Copy the full SHA d3c28a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6c204 - Browse repository at this point
Copy the full SHA 5e6c204View commit details -
[Juniper][QFX5200] EM policy updates (sonic-net#4543)
This patchset implement the following: - Setting the FAN frequency - Corrections to the EM policy with respect to platform defined temperature / fan values - Updates to the platform monitorng script logging - Fixes to platform initialization script Signed-off-by: Ciju Rajan K <crajank@juniper.net>
Configuration menu - View commit details
-
Copy full SHA for 40bc487 - Browse repository at this point
Copy the full SHA 40bc487View commit details -
Moved utility functions for multi-npu platforms from sonic-utilities …
…to sonic_device_util.py (sonic-net#4559) * Moved utility functions for multi-npu platforms from sonic-utilities config/main.py to here so that they can be used any module * Fix the issue with test run during compilation with acl-uploader PR#908 of sonic-utilities. * Fix get_num_npu as it was retuning string and not int * Address Review Comments * Address Review Comments
Configuration menu - View commit details
-
Copy full SHA for 0542afb - Browse repository at this point
Copy the full SHA 0542afbView commit details
Commits on May 14, 2020
-
Convert docker-snmp-sv2 to buster (sonic-net#4529)
* Fix libsnmp-base compilation failure * Convert docker-snmp-sv2 to buster * Define install_python3_wheels * Address review comments * Address review comments * Advance snmpagent submodule * Bump net-snmp to the Buster version * Revert "Fix libsnmp-base compilation failure" * use azure storage url
Configuration menu - View commit details
-
Copy full SHA for 9dea816 - Browse repository at this point
Copy the full SHA 9dea816View commit details -
Configuration menu - View commit details
-
Copy full SHA for d90fdbf - Browse repository at this point
Copy the full SHA d90fdbfView commit details
Commits on May 15, 2020
-
[CENTEC] Fix compile issues for centec x86 platform image build under…
… 4.19 (sonic-net#4605) * centec x86 update for buster * optimize dal code
Configuration menu - View commit details
-
Copy full SHA for edde122 - Browse repository at this point
Copy the full SHA edde122View commit details -
[docker-lldp-sv2]: upgrade docker-lldp-sv2 to buster (sonic-net#4598)
Signed-off-by: Joyas Joseph <joyas_joseph@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 9814da1 - Browse repository at this point
Copy the full SHA 9814da1View commit details
Commits on May 17, 2020
-
[docker-base-buster]: Install python 3.7 into docker-base-buster (son…
…ic-net#4603) * Install python3 in docker-base-buster, so all derived image will benefit Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for af95d57 - Browse repository at this point
Copy the full SHA af95d57View commit details
Commits on May 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6706e5a - Browse repository at this point
Copy the full SHA 6706e5aView commit details -
[Submodule update] sonic-utilities (sonic-net#4601)
Fix is_mgmt_vrf_enabled when MGMT_VRF_CONFIG is not present the config (sonic-net#885) Changes to support acl-loader command for multi-npu platforms. (sonic-net#908) Stop/Start restapi server upon config reload (sonic-net#911) [fanshow] Add column drawer name and led status to output of show platform(sonic-net#991) [MultiDB] use sonic-db-cli instead of redis-cli in new added codes (sonic-net#907) [show] Add `ntpstat` output to `show ntp` (sonic-net#861) [config] Log invocation of config commands to syslog (sonic-net#259) Remove dependency on click-default-group package (sonic-net#903) [config] Add 'interface transceiver' subgroup with 'lpmode' and 'rese…' (sonic-net#904) [show] Add 'errors' and 'rates' subcommands to 'show interfaces count…(sonic-net#900) [config] Support load_minigraph command for multi NPU platform (sonic-net#896) [Vnet] Fix NameError for 'swsssdk' and align output (sonic-net#902)
Configuration menu - View commit details
-
Copy full SHA for cb5221a - Browse repository at this point
Copy the full SHA cb5221aView commit details
Commits on May 19, 2020
-
[sonic-slave-stretch]: install same version for docker-ce and docker-…
…ce-cli difference versions can cause compatibility issue between the server and client Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e83d06c - Browse repository at this point
Copy the full SHA e83d06cView commit details -
[sonic-slave-buster]: install same version for docker-ce and docker-c…
…e-cli Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f243934 - Browse repository at this point
Copy the full SHA f243934View commit details -
[lldpmgrd] only log error in is_port_up() after port init done (sonic…
…-net#4606) lldpmgrd listens for changes to the PORT table in the CONFIG_DB and APP_DB in order to handle alias/description config change. It checks if port is up or down by looking into the oper-status for in APP_DB PORT TABLE. If it cannot find it in the App DB, it will log error. During initializing, it is possible that there is a port change in CONFIG_DB and but the not ready in APP_DB. The change here is to only log error in is_port_up() after port init done.
Configuration menu - View commit details
-
Copy full SHA for e0f8aa7 - Browse repository at this point
Copy the full SHA e0f8aa7View commit details -
[docker-telemetry]: upgrade telemetry docker to buster (sonic-net#4515)
Signed-off-by: Joyas Joseph <joyas_joseph@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 9084ac5 - Browse repository at this point
Copy the full SHA 9084ac5View commit details -
[centec]: Adding missing changes for centec x86 platform (sonic-net#4611
) PR sonic-net#4605 has two changes that are missing, fix them.
Configuration menu - View commit details
-
Copy full SHA for cde69ba - Browse repository at this point
Copy the full SHA cde69baView commit details -
Install swsssdk-py3 in the base Debian image for python3 based apps (s…
…onic-net#4542) Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for 9c7105b - Browse repository at this point
Copy the full SHA 9c7105bView commit details
Commits on May 20, 2020
-
[ntp] enable/disable NTP long jump according to reboot type (sonic-ne…
…t#4577) * [ntp] enable/disable NTP long jump according to reboot type - Enable NTP long jump after cold reboot. - Disable NTP long jump after warrm/fast reboot. Signed-off-by: Ying Xie <ying.xie@microsoft.com> * fix typo * further refactoring * use sonic-db-cli instead
Configuration menu - View commit details
-
Copy full SHA for cdfb1ce - Browse repository at this point
Copy the full SHA cdfb1ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f58b5 - Browse repository at this point
Copy the full SHA 32f58b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4fa18 - Browse repository at this point
Copy the full SHA de4fa18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b48f57 - Browse repository at this point
Copy the full SHA 9b48f57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b224b - Browse repository at this point
Copy the full SHA 19b224bView commit details -
DellEMC: get_change_event Platform API implementation for S6000, S610…
…0 and Z9100 (sonic-net#4593) For detecting transceiver change events through xcvrd in DellEMC S6000, S6100 and Z9100 platforms. - In S6000, rename 'get_transceiver_change_event' in chassis.py to 'get_change_event' and return appropriate values. - In S6100, implement 'get_change_event' through polling method (poll interval = 1 second) in chassis.py (Transceiver insertion/removal does not generate interrupts due to a CPLD bug) - In Z9100, implement 'get_change_event' through interrupt method using select.epoll().
Configuration menu - View commit details
-
Copy full SHA for e976b70 - Browse repository at this point
Copy the full SHA e976b70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cd9f74 - Browse repository at this point
Copy the full SHA 2cd9f74View commit details -
[submodule update] sonic-utilities with PR (sonic-net#4622)
Changes to commands config reload/load-minigraph (sonic-net#919)
Configuration menu - View commit details
-
Copy full SHA for 6d1545d - Browse repository at this point
Copy the full SHA 6d1545dView commit details -
Changes to support config-setup service for multi-npu (sonic-net#4609)
* Changes to support config-setup service for multi-npu platforms. For Multi-npu we are not supporting as of now config initializtion and ZTP. It will support creating config db from minigraph or using config db from previous file system Signed-off-by: Abhishek Dosi <abdosi@microsoft.com> * Address Review Comments. * Address Review comments * Address Review Comments of using pyhton based config load_minigraph/ config save/config reload from shell scripts so that we don't duplicate code. Also while running from shell we will skip stop/start services done by those commands. * Updated to use python command so no code duplication.
Configuration menu - View commit details
-
Copy full SHA for a44fc07 - Browse repository at this point
Copy the full SHA a44fc07View commit details
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bce42a7 - Browse repository at this point
Copy the full SHA bce42a7View commit details -
[config]: Fix the device type and internal bgp session status for mul…
…ti NPU platforms (sonic-net#4600) * The following changes for multi-npu platforms are done - Set the type in device_metadata for asic configuration to be same as host - Set the admin-status of internal bgp sessions as up Signed-off-by: Arvindsrinivasan Lakshmi Narasimhan <arlakshm@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for eb97dcc - Browse repository at this point
Copy the full SHA eb97dccView commit details -
[sonic-slave-buster]: add xsltproc for mgmt-framework build
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 984150a - Browse repository at this point
Copy the full SHA 984150aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3458603 - Browse repository at this point
Copy the full SHA 3458603View commit details -
Adding new BGP peer groups PEER_V4_INT and PEER_V6_INT. (sonic-net#4620)
* Adding new BGP peer groups PEER_V4_INT and PEER_V6_INT. The internal BGP sessions will be added to this peer group while the external BGP sessions will be added to the exising PEER_V4 and PEER_V6 peer group. * Check for "ASIC" keyword in the hostname to identify the internal neighbors.
Configuration menu - View commit details
-
Copy full SHA for 4ba2f60 - Browse repository at this point
Copy the full SHA 4ba2f60View commit details -
[Platform] [Marvell] SFP util changes to support GPIO mux over i2c_mu…
…x_gpio (sonic-net#4522) SFP util changes to support GPIO mux over i2c_mux_gpio Signed-off-by: Antony Rheneus <arheneus@marvell.com>
Configuration menu - View commit details
-
Copy full SHA for be25581 - Browse repository at this point
Copy the full SHA be25581View commit details -
[device] set the port state to default down for device cig and ingras…
…ys s9130 and s9230 (sonic-net#4618) The default state of the port at startup is admin up, which can cause the port's state to be inconsistent with the actual state
Configuration menu - View commit details
-
Copy full SHA for 3edb285 - Browse repository at this point
Copy the full SHA 3edb285View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b89b1 - Browse repository at this point
Copy the full SHA d4b89b1View commit details -
[platform/nephos] Optimize the code to reduce changes due to the kern…
…el upgrade (sonic-net#4332) - bug fix : Fixed an issue which the nps ko file was not loaded due to the wrong service file name - Optimize the code to reduce changes due to the kernel upgrade - Remove nephos ko file loaded in swss.service.j2 because it has loaded at syncd.service.j2
Configuration menu - View commit details
-
Copy full SHA for 0b6253b - Browse repository at this point
Copy the full SHA 0b6253bView commit details -
[device/accton]: rename the config.bcm due to that it just allow 1st …
…row of TH2 to be breakout (sonic-net#4295) - What I did 1. Rename the config.bcm to th2-as7816-64x25G-48x100G_row1.config.bcm, due to that it just allow 1st row of TH2 to be breakout 2. Add port_flex_enable to support dynamic port breakout. 3. Remove the loopback port due to it would make syncd terminate. => The port_config.ini doesn't include the loopback ports. When portsorch start, it would compare the ports in SDK and port_config.ini. Portsorch would remove the loopback ports due to the loopback ports didn't been defined in port_config.ini But the broadcom SAI doesn't support remove port for th2. So it would return fail and syncd would terminate. - How I did it - How to verify it Run with the new SONiC image and syncd would not terminate Signed-off-by: chiourung_huang <chiourung_huang@edge-core.com>
Configuration menu - View commit details
-
Copy full SHA for 3f061da - Browse repository at this point
Copy the full SHA 3f061daView commit details -
[device][accton]: Update for AS5835-54T (sonic-net#3272)
* [device][accton]: Update for AS5835-54T * [device][accton]: Update for AS5835-54T to delete its config.bcm off-loading to the self-brought up of the Broadcom SAI version, 3.5.2.3 due to SONiC not supported. * [device][accton]: Add config.bcm for AS5835-54T * Ran config_checker passed on our config.bcm, however, we off-loaded the needed MV2 SDK config setting to our self-brought up SAI libraries due to the compatibility of config_check among SONiC different branches. [-] help_cli_enable=1 [-] ifp_inports_support_enable=1 [-] memlist_enable=1 [-] port_flex_enable=1 [-] reglist_enable=1 * [device][accton]: Update config.bcm for AS5835-54T based on the latest config_checker Co-authored-by: Polly Hsu <pollyhsu2git@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5fefee6 - Browse repository at this point
Copy the full SHA 5fefee6View commit details -
[iccpd] build iccpd deb by auto tools (sonic-net#4540)
* [iccpd] build iccpd deb by auto tools
Tyler Li authoredMay 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 2398992 - Browse repository at this point
Copy the full SHA 2398992View commit details -
[sonic-yang-mgmt]: sonic-yang-mgmt package for configuration validati…
…on. (sonic-net#3861) **- What I did** #### wheel package Makefiles - wheel package Makefiles for sonic-yang-mgmt package. #### libyang Python APIs: - python APIs based on libyang - functions to load/merge yang models and Yang data files - function to validate data trees based on Yang models - functions to merge yang data files/trees - add/set/delete node in schema and data trees - find data/schema nodes from xpath from the Yang data/schema tree in memory - find dependencies - dump the data tree in json/xml #### Extension of libyang Python APIs: -- Cropping input config based on Yang Model. -- Translate input config based on Yang Model. -- rev Translate input config based on Yang Model. -- Find xpath of port, portleaf and a yang list. -- Find if node is key of a list while deletion if yes, then delete the parent. Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com Signed-off-by: Ping Mao pmao@linkedin.com
Praveen Chaudhary authoredMay 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 0ccdd70 - Browse repository at this point
Copy the full SHA 0ccdd70View commit details
Commits on May 22, 2020
-
[device/celestica]: DX010 platform API update (sonic-net#4608)
- Fix fancontrol.service path - Fix return temp format in thermal API - Improve init time in chassis API - Upgrade sfp API
Wirut Getbamrung authoredMay 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 5e5e9ec - Browse repository at this point
Copy the full SHA 5e5e9ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7924b - Browse repository at this point
Copy the full SHA 2f7924bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fe888 - Browse repository at this point
Copy the full SHA 75fe888View commit details -
[docker-base]: remove dummy password for supervisord control
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c915c3c - Browse repository at this point
Copy the full SHA c915c3cView commit details -
[docker-frr]: use service dependency in supervisord to start services
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2c7e55a - Browse repository at this point
Copy the full SHA 2c7e55aView commit details -
[docker-nat]: use service dependency in supervisord to start servicesx
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0c005fd - Browse repository at this point
Copy the full SHA 0c005fdView commit details -
[docker-iccpd]: use service dependency in supervisord to start services
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 267b0b7 - Browse repository at this point
Copy the full SHA 267b0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f7602b - Browse repository at this point
Copy the full SHA 1f7602bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea6d9d - Browse repository at this point
Copy the full SHA 7ea6d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8da6c3 - Browse repository at this point
Copy the full SHA b8da6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1636be4 - Browse repository at this point
Copy the full SHA 1636be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da46d2 - Browse repository at this point
Copy the full SHA 8da46d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15c6282 - Browse repository at this point
Copy the full SHA 15c6282View commit details -
[docker-telemetry]: use service dependency in supervisord to start se…
…rvices Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1cf417e - Browse repository at this point
Copy the full SHA 1cf417eView commit details -
[docker-mgmt-framework]: use service dependency in supervisord to sta…
…rt services Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 38499ab - Browse repository at this point
Copy the full SHA 38499abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 448d1cd - Browse repository at this point
Copy the full SHA 448d1cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e42a4b - Browse repository at this point
Copy the full SHA 2e42a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecde1fe - Browse repository at this point
Copy the full SHA ecde1feView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb40300 - Browse repository at this point
Copy the full SHA bb40300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5664f68 - Browse repository at this point
Copy the full SHA 5664f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82dc8ac - Browse repository at this point
Copy the full SHA 82dc8acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 745f58c - Browse repository at this point
Copy the full SHA 745f58cView commit details -
[docker-syncd-centec]: use service dependency in supervisord to start…
… services Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7ae67d0 - Browse repository at this point
Copy the full SHA 7ae67d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 918cf63 - Browse repository at this point
Copy the full SHA 918cf63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40cb10d - Browse repository at this point
Copy the full SHA 40cb10dView commit details -
[docker-snmp-sv2]: use service dependency in supervisord to start ser…
…vices Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6cd8d5b - Browse repository at this point
Copy the full SHA 6cd8d5bView commit details -
[docker-database]: do not generate pidfile for rsyslogd
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ddd6368 - Browse repository at this point
Copy the full SHA ddd6368View commit details
Commits on May 25, 2020
-
Install the libraries that j2cli relies on from source, for arm arch.
taocy committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 00e7e14 - Browse repository at this point
Copy the full SHA 00e7e14View commit details -
install crossbuild in buster slave for arm arch kernel compile
taocy committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for dc0f010 - Browse repository at this point
Copy the full SHA dc0f010View commit details -
Versions before 18.09 do not install docker-ce-cli
taocy committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 3be2fc5 - Browse repository at this point
Copy the full SHA 3be2fc5View commit details -
change image apt source list from stretch to buster for arm
taocy committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for ea2dd95 - Browse repository at this point
Copy the full SHA ea2dd95View commit details -
arm arch: 1. install required libraries; 2. umount /proc after dockerfs.
taocy committedMay 25, 2020 Configuration menu - View commit details
-
Copy full SHA for 4cd3617 - Browse repository at this point
Copy the full SHA 4cd3617View commit details
Commits on May 26, 2020
-
[devices/dell]: Dell S6000-Q20S48 new HWSKU support (sonic-net#4628)
Added support for S6000 new HWSKU-Q20S48 Modified port_config.ini, TD2 settings to bring the ports UP. Added support for S6000 new HWSKU-Q20S48(20x40G-48x10G) This HWSKU is applicable for S6000 platform, not S6000-ON platform
Configuration menu - View commit details
-
Copy full SHA for 3d0b65d - Browse repository at this point
Copy the full SHA 3d0b65dView commit details -
Merge pull request sonic-net#4639 from taocy001/arm64_buster_build
1. On the ARM architecture, python-j2cli is installed from source code, depends on python-setuptools and python-wheel. 2. On the ARM architecture, install python-cryptography from source code(from azure-storage==0.36.0) depends on libffi-dev and libssl-dev. 3. install crossbuild in buster slave for arm arch kernel compile. 4. Versions before 18.09 do not install docker-ce-cli. 5. umount /proc after dockerfs. 6. change image apt source list from stretch to buster for arm.
Configuration menu - View commit details
-
Copy full SHA for 961d980 - Browse repository at this point
Copy the full SHA 961d980View commit details -
[docker-sonic-mgmt]: fix pip version to 20.1.1
Signed-off-by: Guohan Lu <lguohan@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 767152f - Browse repository at this point
Copy the full SHA 767152fView commit details -
[Mellanox] Adjust log level to avoid too many thermal logs (sonic-net…
…#4631) * Trigger thermal action log only if thermal condition changes * test file existence before read file content * fix error for set psu fan speed * Remove logs because it print too frequently
Configuration menu - View commit details
-
Copy full SHA for f277d13 - Browse repository at this point
Copy the full SHA f277d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for e25c2d9 - Browse repository at this point
Copy the full SHA e25c2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40481f0 - Browse repository at this point
Copy the full SHA 40481f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf54f48 - Browse repository at this point
Copy the full SHA bf54f48View commit details -
[accton/as4630-54pe] Fix ypeb-1200am psu_fan dir issue (sonic-net#4626)
3y Power YPEB-1200am PSU doens't support read fan_dir from pmbus register Check with vendor this PUS type only support F2B fan direction. So add to show "F2B" when red psu_fan_dir sysfs.
Configuration menu - View commit details
-
Copy full SHA for f532fb9 - Browse repository at this point
Copy the full SHA f532fb9View commit details
Commits on May 27, 2020
-
[sonic-config-engine][marvell] read mac address fix (sonic-net#4649)
Signed-off-by: Sabareesh Kumar Anandan <sanandan@marvell.com>
Configuration menu - View commit details
-
Copy full SHA for 1790496 - Browse repository at this point
Copy the full SHA 1790496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aaadc2 - Browse repository at this point
Copy the full SHA 8aaadc2View commit details -
[sonic-py-swsssdk] Advance submodule (sonic-net#4636)
**- Why I did it** Advance sonic-py-swsssdk submodule to fix sonic-net#4632 **- How I did it** In py3, the response from redis connector is encoded as byte array. They need to be decoded before accessing them as strings. Use following commands to test sonic-db-cli CONFIG_DB "keys *" sonic-db-cli CONFIG_DB "hget PORT|Ethernet0 admin_status" **- How to verify it** sonic-db-cli CONFIG_DB "keys *" sonic-db-cli CONFIG_DB "hget PORT|Ethernet0 admin_status" Signed-off-by: Rajendra Dendukuri <rajendra.dendukuri@broadcom.com>
Configuration menu - View commit details
-
Copy full SHA for a406fdb - Browse repository at this point
Copy the full SHA a406fdbView commit details -
[platform/delta]: Add a new supported platform, Delta-agc032 (sonic-n…
…et#4602) * [platform]: Add a new supported platform, Delta-agc032 Switch Vendor: Delta Switch SKU: Delta-agc032 CPU: BROADWELL-DE ASIC Vendor: Broadcom Switch ASIC: Tomahawk3, BCM56980 Port Configuration: 32x400G + 2x10G - What I did Add a new Delta platform Delta-agc032. - How I did it Add files by following SONiC Porting Guide. - How to verify it 1. decode-syseeprom 2. sensors 3. psuutil 4. sfputil 5. show interface status 6. bcmcmd Signed-off-by: zoe-kuan <ZOE.KUAN@deltaww.com>
Configuration menu - View commit details
-
Copy full SHA for fa809c8 - Browse repository at this point
Copy the full SHA fa809c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7df568 - Browse repository at this point
Copy the full SHA d7df568View commit details -
DellEMC: Skip thermalctld (S6000, S6100, Z9100 and Z9264) and thermal…
… platform API changes (sonic-net#4644) - Skip thermalctld in DellEMC S6000, S6100, Z9100 and Z9264 platforms. - Change the return type of thermal Platform APIs in DellEMC S6000, S6100, Z9100 and Z9264 platforms to 'float'.
Configuration menu - View commit details
-
Copy full SHA for f0eb1db - Browse repository at this point
Copy the full SHA f0eb1dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5b6d4 - Browse repository at this point
Copy the full SHA 7c5b6d4View commit details
Commits on May 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6d0f8dc - Browse repository at this point
Copy the full SHA 6d0f8dcView commit details -
[sonic-yang-mgmt/setup.py]: Removing the part where build dependencie…
…s are installed in setup.py. (sonic-net#4657) Changes: -- Removing the part where build dependencies are installed in setup.py. -- Adding build dependencies in corresponsing rules\..*.mk file. Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
Praveen Chaudhary authoredMay 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 8720192 - Browse repository at this point
Copy the full SHA 8720192View commit details -
[arista]: Add SmartsvilleDDBK and SmartsvilleBkMs (sonic-net#4662)
Co-authored-by: Boyang Yu <byu@arista.com>
Configuration menu - View commit details
-
Copy full SHA for d35a8a3 - Browse repository at this point
Copy the full SHA d35a8a3View commit details
Commits on May 29, 2020
-
[submodule update] sonic-utilities (sonic-net#4648)
Add 'hw-management-generate-dump.sh' to 'show techsupport' command (sonic-net#923) Add common PCIe diag tool (sonic-net#771) Multi-asic changes for config bgp commands and utilities. (sonic-net#910) Loopback interface configuration CLIs (sonic-net#879) Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 8cfb3a0 - Browse repository at this point
Copy the full SHA 8cfb3a0View commit details -
[build] Increase size of dockerfs ramdisk to accomodate more containe…
…rs (sonic-net#4666) Images built from master branch and installed on devices where we mount /var/lib/docker in RAM (because the HDD is small) were failing to boot properly. The Docker service failed to start because /var/lib/docker was filled to 100%. This is due to the increase in total number of containers in the image. As of today, /var/lib/docker contains 1.3 GB of data. Therefore, this PR increases the size of the ramdisk to 1.5 GB to accommodate all the containers. Example output below from an Arista-7050-QX32 SKU: ``` admin@sonic:~$ df -h Filesystem Size Used Avail Use% Mounted on ... tmpfs 1.5G 1.3G 172M 89% /var/lib/docker ... ```
Configuration menu - View commit details
-
Copy full SHA for 9863b76 - Browse repository at this point
Copy the full SHA 9863b76View commit details -
[docker-database]: Upgrade docker-database to buster (sonic-net#4665)
Signed-off-by: Joyas Joseph <joyas_joseph@dell.com>
Configuration menu - View commit details
-
Copy full SHA for cae6772 - Browse repository at this point
Copy the full SHA cae6772View commit details -
[rules/libyang.mk]: Fix the dependencies among libyang PKGs. (sonic-n…
…et#4669) This changes is needed to support parallel build Jobs. Made LIBYANG_PY2 and LIBYANG_PY3 depend on LIBYANG and LIBYANG_CPP. Also LIBYANG_CPP depends on LIBYANG. Signed-off-by: Praveen Chaudhary pchaudhary@linkedin.com
Praveen Chaudhary authoredMay 29, 2020 Configuration menu - View commit details
-
Copy full SHA for d86af98 - Browse repository at this point
Copy the full SHA d86af98View commit details
Commits on May 30, 2020
-
[baseimage]: Build and install redis-dump-load Python 3 package in ho…
…st image (sonic-net#4661) Fix sonic-net#4656
Configuration menu - View commit details
-
Copy full SHA for 65e7a84 - Browse repository at this point
Copy the full SHA 65e7a84View commit details -
[sonic-slave]: add debian packages needed to compile BRCM SAI3.7 (son…
…ic-net#4672) both for sonic-slave-stretch and sonic-slave-buster
Configuration menu - View commit details
-
Copy full SHA for 59db60b - Browse repository at this point
Copy the full SHA 59db60bView commit details -
[systemd] Relocate all SONiC unit files to /usr/lib/systemd/system (s…
…onic-net#4673) This will allow us to disable services and have it persist across reboots by using the `systemctl mask` operation
Configuration menu - View commit details
-
Copy full SHA for 1e369b0 - Browse repository at this point
Copy the full SHA 1e369b0View commit details -
Revert "install crossbuild in buster slave for arm arch kernel compile"
This reverts commit dc0f010.
Configuration menu - View commit details
-
Copy full SHA for c37c949 - Browse repository at this point
Copy the full SHA c37c949View commit details -
Update packages and pointers to use SAI1.6 headers. (sonic-net#4597)
* Update sonic-sairedis (sairedis with SAI 1.6 headers) * Update SAIBCM to 3.7.4.2, which is built upon SAI1.6 headers * missed updating BRCM_SAI variable, fixed it * Update SAIBCM to 3.7.4.2, updated link to libsaibcm * [Mellanox] Update SAI (release:v1.16.3; API:v1.6) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * Update sonic-sairedis pointer to include SAI1.6 headers * [Mellanox] Update SDK to 4.4.0914 and FW to xx.2007.1112 to match SAI 1.16.3 (API:v1.6) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * ensure the veth link is up in docker VS container * ensure the veth link is up in docker VS container * [Mellanox] Update SAI (release:v1.16.3.2; API:v1.6) Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com> * use 'config interface startup' instead of using ifconfig command, also undid the previous change' Co-authored-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for fb6916f - Browse repository at this point
Copy the full SHA fb6916fView commit details
Commits on May 31, 2020
-
[DellEmc] Changes to suppot new portmap for s5232f t0 config (sonic-n…
…et#4670) To support t0 config
Configuration menu - View commit details
-
Copy full SHA for 8863a11 - Browse repository at this point
Copy the full SHA 8863a11View commit details -
[build]: fix mgmt-framework build failure on ARM64 (sonic-net#4674)
PIP installs grpcio-tools via source code Co-authored-by: taocy <taocy2@centecnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for ccd08f1 - Browse repository at this point
Copy the full SHA ccd08f1View commit details
Commits on Jun 1, 2020
-
[build] 'make reset' target will continue recursive operations if any…
… fail (sonic-net#4675) This change allows the recursive `git clean` and `git reset` commands to continue even if they encounter an error in one of the submodules. Previously, if an error was encountered, the operation would terminate with a message similar to the following: Stopping at 'src/sonic-mgmt-framework'; script returned non-zero status.
Configuration menu - View commit details
-
Copy full SHA for 336cf2a - Browse repository at this point
Copy the full SHA 336cf2aView commit details
Commits on Jun 2, 2020
-
[hostcfgd] Get service enable/disable feature working (sonic-net#4676)
Fix hostcfgd so that changes to the "FEATURE" table in ConfigDB are properly handled. Three changes here: 1. Fix indenting such that the handling of each key actually occurs in the for key in status_data.keys(): loop 2. Add calls to sudo systemctl mask and sudo systemctl unmask as appropriate to ensure changes persist across reboots 3. Substitute returns with continues so that even if one service fails, we still try to handle the others Note that the masking is persistent, even if the configuration is not saved. We may want to consider only calling systemctl enable/disable in hostcfgd when the DB table changes, and only call systemctl mask/unmask upon calling config save.
Configuration menu - View commit details
-
Copy full SHA for eff8a89 - Browse repository at this point
Copy the full SHA eff8a89View commit details -
[caclmgrd] Get first VLAN host IP address via next() (sonic-net#4685)
I found that with IPv4Network types, calling list(ip_ntwrk.hosts()) is reliable. However, when doing the same with an IPv6Network, I found that the conversion to a list can hang indefinitely. This appears to me to be a bug in the ipaddress.IPv6Network implementation. However, I could not find any other reports on the web. This patch changes the behavior to call next() on the ip_ntwrk.hosts() generator instead, which returns the IP address of the first host.
Configuration menu - View commit details
-
Copy full SHA for 7b80377 - Browse repository at this point
Copy the full SHA 7b80377View commit details -
Update sonic-restapi (sonic-net#4692)
Auto restart restapi server after cert rollover
Configuration menu - View commit details
-
Copy full SHA for 3e110fb - Browse repository at this point
Copy the full SHA 3e110fbView commit details
Commits on Jun 4, 2020
-
[enable counters] enable RIF flex counter by default (sonic-net#4655)
**- Why I did it** We need RIF counters to be enabled by default. Flex Counter does probe for supported counters. If a platform does not support RIF counters, SAI will return NOT_SUPPORTED and Flex Counter will stop polling the counter. **- How to verify it** After fresh install rif counter gropup is enabled by default: $ counterpoll show Type Interval (in ms) Status -------------------- ------------------ -------- QUEUE_STAT default (10000) enable PORT_STAT default (1000) enable RIF_STAT default (1000) enable QUEUE_WATERMARK_STAT default (10000) enable PG_WATERMARK_STAT default (10000) enable Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 49a9374 - Browse repository at this point
Copy the full SHA 49a9374View commit details -
[kvmimae]: Update sonic-gns3a.sh (sonic-net#4694)
Cleanup description string First port (management port) are excluded from general port naming scheme. Management port are excluded from general port naming scheme. before: |on GNS3 |in SONiC | |---------|---------| |Ethernet0|eth0 | |Ethernet1|Ethernet0| |Ethernet2|Ethernet4| |Ethernet3|Ethernet8| after: |on GNS3 |in SONiC | |---------|---------| |eth0 |eth0 | |Ethernet0|Ethernet0| |Ethernet1|Ethernet4| |Ethernet2|Ethernet8| Signed-off-by: Masaru OKI <masaru.oki@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3a0de98 - Browse repository at this point
Copy the full SHA 3a0de98View commit details -
[arista] Update drivers submodules (sonic-net#4693)
- Sensor and Fan information added to primary platforms for thermal API. - Refactors involving better abstractions, code reuse and dead code removal. - Improvements to the diag capabilities - Pylintrc added to improve code quality. Will become fatal at a later time. Co-authored-by: Baptiste Covolato <baptiste@arista.com>
Configuration menu - View commit details
-
Copy full SHA for c8bd640 - Browse repository at this point
Copy the full SHA c8bd640View commit details -
[docker-syncd] Add timeout to force stop syncd container (sonic-net#4617
) **- Why I did it** When I tested auto-restart feature of swss container by manually killing one of critical processes in it, swss will be stopped. Then syncd container as the peer container should also be stopped as expected. However, I found sometimes syncd container can be stopped, sometimes it can not be stopped. The reason why syncd container can not be stopped is the process (/usr/local/bin/syncd.sh stop) to execute the stop() function will be stuck between the lines 164 –167. Systemd will wait for 90 seconds and then kill this process. 164 # wait until syncd quit gracefully 165 while docker top syncd$DEV | grep -q /usr/bin/syncd; do 166 sleep 0.1 167 done The first thing I did is to profile how long this while loop will spin if syncd container can be normally stopped after swss container is stopped. The result is 5 seconds or 6 seconds. If syncd container can be normally stopped, two messages will be written into syslog: str-a7050-acs-3 NOTICE syncd#dsserve: child /usr/bin/syncd exited status: 134 str-a7050-acs-3 INFO syncd#supervisord: syncd [5] child /usr/bin/syncd exited status: 134 The second thing I did was to add a timer in the condition of while loop to ensure this while loop will be forced to exit after 20 seconds: After that, the testing result is that syncd container can be normally stopped if swss is stopped first. One more thing I want to mention is that if syncd container is stopped during 5 seconds or 6 seconds, then the two log messages can be still seen in syslog. However, if the execution time of while loop is longer than 20 seconds and is forced to exit, although syncd container can be stopped, I did not see these two messages in syslog. Further, although I observed the auto-restart feature of swss container can work correctly right now, I can not make sure the issue which syncd container can not stopped will occur in future. **- How I did it** I added a timer around the while loop in stop() function. This while loop will exit after spinning 20 seconds. Signed-off-by: Yong Zhao <yozhao@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4ea2e5e - Browse repository at this point
Copy the full SHA 4ea2e5eView commit details -
[test] Adding platform.json configuration file unit test (sonic-net#3911
) - What I did In order to allow the SONiC community to check in platform capability file i.e. platform.json file directly under device folder. We need to add this test to make sure the contents of the this file is compliant with platform capability design specified in DPB HLD doc - How I did it Added platformJson_checker.py file in Test folder. Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65fa874 - Browse repository at this point
Copy the full SHA 65fa874View commit details
Commits on Jun 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6b332f7 - Browse repository at this point
Copy the full SHA 6b332f7View commit details
Commits on Jun 8, 2020
-
[submodule]: update submodules sonic-sairedis, sonic-swss-common (son…
…ic-net#4722) [sonic-sairedis] * 322dd01 2020-06-05 | Fix debian/rules makefile: use shell commands instead of dollar replacements (sonic-net#621) (HEAD -> master, origin/master, origin/HEAD) [Qi Luo] * 6d55a75 2020-06-04 | Update SAI pointer to 1.6.1 (sonic-net#620) [Mahesh Maddikayala] * d6c40e5 2020-06-01 | [MultiDB] use get API to obtain dbid instead of hardcode value (sonic-net#618) [Dong Zhang] * bd132ec 2020-06-01 | Add synchronous mode to sairedis library (sonic-net#617) [Kamil Cudnik] * 0a77a09 2020-06-01 | [meta] Fix tests to be backward compatible (sonic-net#619) [Kamil Cudnik] [sonic-swss-common] * 35bc01a 2020-06-05 | EVPN VXLAN DB support (sonic-net#339) (HEAD -> master, origin/master, origin/HEAD) [Rajesh Sankaran] * 2c7354b 2020-05-30 | Add modifyRedis flag to consumer table object (sonic-net#344) [Kamil Cudnik] * 5a32636 2020-05-27 | Fix memory leak in pyext when Selectable is returned to Python (sonic-net#343) [pavel-shirshov]
Configuration menu - View commit details
-
Copy full SHA for d491c02 - Browse repository at this point
Copy the full SHA d491c02View commit details -
[MultiDB] daemon base should use multiDB DBConnector (sonic-net#4549)
* [MultiDB] daemon base should use multiDB DBConnector * [sonic-platform-daemon] update submodule for multiDB changes
Configuration menu - View commit details
-
Copy full SHA for 7525fea - Browse repository at this point
Copy the full SHA 7525feaView commit details
Commits on Jun 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for af81b8e - Browse repository at this point
Copy the full SHA af81b8eView commit details -
[Secure Boot] Support to sign swi image (sonic-net#4627)
* [secure boot] Support to sign swi image * Fix build issue * fix tab format issue * Fix typing issue * Change the sign_image.sh command line * Remove SONIC_CETIFICATE_PATH * Fix bugs
Configuration menu - View commit details
-
Copy full SHA for e28cb8f - Browse repository at this point
Copy the full SHA e28cb8fView commit details -
[docker-syncd-vs]: Convert syncd-vs docker to buster (sonic-net#4726)
Signed-off-by: Joyas Joseph <joyas_joseph@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 9505bdb - Browse repository at this point
Copy the full SHA 9505bdbView commit details -
[DellEMC]: EEPROM decoder for S6000, S6000-ON (sonic-net#4718)
**- Why I did it** For decoding system EEPROM of S6000 based on Dell offset format and S6000-ON’s system EEPROM in ONIE TLV format. **- How I did it** - Differentiate between S6000 and S6000-ON using the product name available in ‘dmi’ ( “/sys/class/dmi/id/product_name” ) - For decoding S6000 system EEPROM in Dell offset format and updating the redis DB with the EEPROM contents, added a new class ‘EepromS6000’ in eeprom.py, - Renamed certain methods in both Eeprom, EepromS6000 classes to accommodate the plugin-specific methods. **- How to verify it** - Use 'decode-syseeprom' command to list the system EEPROM details. - Wrote a python script to load chassis class and call the appropriate methods. UT Logs: [S6000_eeprom_logs.txt](https://github.com/Azure/sonic-buildimage/files/4735515/S6000_eeprom_logs.txt), [S6000-ON_eeprom_logs.txt](https://github.com/Azure/sonic-buildimage/files/4735461/S6000-ON_eeprom_logs.txt) Test script: [eeprom_test_py.txt](https://github.com/Azure/sonic-buildimage/files/4735509/eeprom_test_py.txt)
Configuration menu - View commit details
-
Copy full SHA for 54b284f - Browse repository at this point
Copy the full SHA 54b284fView commit details -
[submodule update]: Advance sonic-snmpagent and sonic-py-swsssdk (son…
…ic-net#4713) Update sonic-snmpagent submodule with PRs: 89b7b2c [Multi-asic]: Namespace support for LLDP and Sensor tables (sonic-net#131) fcb8955 Simplify test code (sonic-net#132) a677876 [Multi-asic]: Support multi-asic platform (sonic-net#126) update sonic-py-swsssdk submodule with PRs: 132f8d5 [MultiDB]: use python class composition to avoid confusion in base class (sonic-net#74) Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 95d51bd - Browse repository at this point
Copy the full SHA 95d51bdView commit details -
[dockers] Rename 'docker-lldp-sv2' to 'docker-lldp' (sonic-net#4700)
The -sv2 suffix was used to differentiate SNMP Dockers when we transitioned from "SONiCv1" to "SONiCv2", about four years ago. The old Docker materials were removed long ago; there is no need to keep this suffix. Removing it aligns the name with all the other Dockers.
Configuration menu - View commit details
-
Copy full SHA for 9b27efd - Browse repository at this point
Copy the full SHA 9b27efdView commit details -
[devices]: Fixed OSW1800 build problem (sonic-net#4647)
* Enable to build osw1800 * Modify wnc-eeprom which base on debian buster's eeprom.c Co-authored-by: Brand.huang <brand.huang@wnc.com.tw>
Configuration menu - View commit details
-
Copy full SHA for e2ebe99 - Browse repository at this point
Copy the full SHA e2ebe99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f94572 - Browse repository at this point
Copy the full SHA 9f94572View commit details -
[accton]: Update AS7312-54X, AS7312-54XS, AS7315-27XB config.bcm file (…
…sonic-net#4702) Update AS7312-54X,AS7312-54XS,AS7315-27XB config.bcm file to make sure there is no the following error message. configuration: format error in /usr/share/sonic/hwsku/th-as7312-48x25G+6x100G.config.bcm on line 110 (ignored)#15
Configuration menu - View commit details
-
Copy full SHA for 23ddfb8 - Browse repository at this point
Copy the full SHA 23ddfb8View commit details -
[Dell] Force10-S6000-Q28S16 new HWSKU support (sonic-net#4679)
**How I did it** - Modified port_config.ini, TD2 settings to bring the ports UP. **How to verify it** - Check LLDP neighbors,LLDP table, interface status,EEPROM and other show commands. - Do OIR, LED, Traffic testings.
Configuration menu - View commit details
-
Copy full SHA for 7f07865 - Browse repository at this point
Copy the full SHA 7f07865View commit details -
[Dell] Force10-S6000-Q24S32 new HWSKU support (sonic-net#4680)
**Why I did it** - Added support for S6000 new HWSKU-Q24S32 **How I did it** - Modified port_config.ini, TD2 settings to bring the ports UP. **How to verify it** - Check LLDP neighbors,LLDP table, interface status,EEPROM and other show commands. - Do OIR, LED, Traffic testings.
Configuration menu - View commit details
-
Copy full SHA for f31eabb - Browse repository at this point
Copy the full SHA f31eabbView commit details
Commits on Jun 10, 2020
-
Reorganize .gitignore files (sonic-net#4707)
- Add .gitignore files in each subdirectory of src/, so as to reduce the size of the .gitignore file in the project root, and also make it easier to maintain (i.e., if a directory in src/ is removed, there will not be outdated entries in the root .gitignore file. - Also add missing .gitignore entries and remove outdated entries and duplicates.
Configuration menu - View commit details
-
Copy full SHA for c6365e7 - Browse repository at this point
Copy the full SHA c6365e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830c9ea - Browse repository at this point
Copy the full SHA 830c9eaView commit details -
[submodule] Update swss submodule (sonic-net#4737)
Signed-off-by: Danny Allen <daall@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 814cbe0 - Browse repository at this point
Copy the full SHA 814cbe0View commit details
Commits on Jun 11, 2020
-
[Mellanox] Update SAI, SDK 4.4.0928 and FW xx.2007.1208 - master bran…
…ch (sonic-net#4723) Signed-off-by: Noa Or <noaor@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for 3641997 - Browse repository at this point
Copy the full SHA 3641997View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da4955 - Browse repository at this point
Copy the full SHA 4da4955View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddd60bf - Browse repository at this point
Copy the full SHA ddd60bfView commit details -
[ntp] disable ntp long jump (sonic-net#4748)
Found another syncd timing issue related to clock going backwards. To be safe disable the ntp long jump. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for ae7bf3d - Browse repository at this point
Copy the full SHA ae7bf3dView commit details -
[sonic-mgmt] upgrade paramilo to version 2.7.1 (sonic-net#4750)
spytest requires higher paramiko version. Fix it to 2.7.1. Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 2e93a92 - Browse repository at this point
Copy the full SHA 2e93a92View commit details -
[dockers] Rename 'docker-snmp-sv2' to 'docker-snmp' (sonic-net#4699)
The `-sv2` suffix was used to differentiate SNMP Dockers when we transitioned from "SONiCv1" to "SONiCv2", about four years ago. The old Docker materials were removed long ago; there is no need to keep this suffix. Removing it aligns the name with all the other Dockers. Also edit Monit configuration to detect proper snmp-subagent command line in Buster, and make snmpd command line matching more robust.
Configuration menu - View commit details
-
Copy full SHA for 5d5d573 - Browse repository at this point
Copy the full SHA 5d5d573View commit details
Commits on Jun 12, 2020
-
[sonic-mgmt] upgrade ansible to 2.7.12 (sonic-net#4751)
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4b39193 - Browse repository at this point
Copy the full SHA 4b39193View commit details -
[BFN] Updated SDK packages to SAI v1.6.1 (sonic-net#4744)
Signed-off-by: Andriy Kokhan <akokhan@barefootnetworks.com>
Configuration menu - View commit details
-
Copy full SHA for 6acd64d - Browse repository at this point
Copy the full SHA 6acd64dView commit details -
[mellanox]: Fix for MSN4600C sensors (sonic-net#4754)
Signed-off-by: Shlomi Bitton <shlomibi@mellanox.com>
Configuration menu - View commit details
-
Copy full SHA for ea63f3e - Browse repository at this point
Copy the full SHA ea63f3eView commit details -
[docker-radv]: Convert radv docker to buster (sonic-net#4727)
* Set radvd version to match buster version(2.17-2) Signed-off-by: Joyas Joseph <joyas_joseph@dell.com>
Configuration menu - View commit details
-
Copy full SHA for 1714e62 - Browse repository at this point
Copy the full SHA 1714e62View commit details -
[build] Enable telemetry service by default (sonic-net#4760)
**- Why I did it** To ensure telemetry service is enabled by default after installing a fresh SONiC image **- How I did it** Set telemetry feature status to "enabled" when generating init_cfg.json file
Configuration menu - View commit details
-
Copy full SHA for 4e482c1 - Browse repository at this point
Copy the full SHA 4e482c1View commit details -
[docker-sonic-mgmt]: import patch to support 'become' and 'become_use…
…r' arguments in pytest-ansible (sonic-net#4681)
Configuration menu - View commit details
-
Copy full SHA for a748dae - Browse repository at this point
Copy the full SHA a748daeView commit details
Commits on Jun 13, 2020
-
[k8s]: switching to Flannel from Calico. (sonic-net#4768)
Switching to Flannel from Calico which brings down the image size by around 500+MB.
Configuration menu - View commit details
-
Copy full SHA for edeb40f - Browse repository at this point
Copy the full SHA edeb40fView commit details -
[secure boot] Support rw files allowlist (sonic-net#4585)
* Support rw files allowlist for Sonic Secure Boot * Improve the performance * fix bug * Move the config description into a md file * Change to use a simple way to remove the blank line * Support chmod a-x in rw folder * Change function name * Change some unnecessary words
Configuration menu - View commit details
-
Copy full SHA for 76a395c - Browse repository at this point
Copy the full SHA 76a395cView commit details -
[sonic-utilities] Update submodule (sonic-net#4770)
* src/sonic-utilities 5765570...a21e01a (13): > [config] Don't attempt to restart disabled services (sonic-net#944) > [crm] Use swsssdk API instead of redis-cli for getting keys from redis DB (sonic-net#943) > Fixed fast-reboot for BFN platform (sonic-net#871) > [sfputil] Add support of platform.json (sonic-net#767) > [show] Add support for SONiC Gearbox Manager via new gearboxutil utility (sonic-net#931) > [warm-reboot]: added pre-check for ISSU file (sonic-net#915) > Add_intf_range (sonic-net#913) > add fec config/show option (sonic-net#764) > Make sure db_migrator is run after all config are loaded during (sonic-net#926) > Changes to make lldp show command for multi-npu platforms. (sonic-net#914) > [showtech]: add knet dump information in show tech (sonic-net#925) > Vnet alias mapping (sonic-net#924) > Revert the change to kdump reboot (sonic-net#916)
Configuration menu - View commit details
-
Copy full SHA for 0a750a6 - Browse repository at this point
Copy the full SHA 0a750a6View commit details
Commits on Jun 15, 2020
-
Modified SKU based dictionaries and functions to Platform based dicti…
…onaries and functions in script files sfputil.py, chassis.py, fan.py, psu.py and thermal.py
Madhan Babu committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 945854f - Browse repository at this point
Copy the full SHA 945854fView commit details -
Addressed code review comment to add the platform 4700 to sfputil.py
Madhan Babu committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 70390e4 - Browse repository at this point
Copy the full SHA 70390e4View commit details -
added platform 3420 and 4600c to platform utils
Madhan Babu committedJun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for a1bf270 - Browse repository at this point
Copy the full SHA a1bf270View commit details -
Madhan Babu committed
Jun 15, 2020 Configuration menu - View commit details
-
Copy full SHA for f58b7ed - Browse repository at this point
Copy the full SHA f58b7edView commit details
Commits on Jun 16, 2020
-
corrected a mistakenly resolved merge conflict
Madhan Babu committedJun 16, 2020 Configuration menu - View commit details
-
Copy full SHA for b38122a - Browse repository at this point
Copy the full SHA b38122aView commit details