Skip to content
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

201811 cel #2419

Open
wants to merge 201 commits into
base: master
Choose a base branch
from
Open

201811 cel #2419

wants to merge 201 commits into from

Commits on Dec 26, 2018

  1. Configuration menu
    Copy the full SHA
    6f37181 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Merge pull request #19 from Azure/201811

    201811
    tiantianlv authored Jan 4, 2019
    Configuration menu
    Copy the full SHA
    f1862fd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Modify port led color!

    bolv committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    2af0a96 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Delete bfn-platform.mk

    tiantianlv authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    34ebb09 View commit details
    Browse the repository at this point in the history
  2. Delete bfn-sai.mk

    tiantianlv authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9010a69 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Merge pull request #21 from Azure/201811

    201811
    tiantianlv authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    da33378 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from SONIC-DEV/201811

    201811
    tiantianlv authored Jan 14, 2019
    Configuration menu
    Copy the full SHA
    3306c3d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    af198fb View commit details
    Browse the repository at this point in the history
  2. [mellanox] Update SDK to 4.3.0134 (sonic-net#2447)

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    stepanblyschak authored and yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    022de28 View commit details
    Browse the repository at this point in the history
  3. [lldp] For MGMT port, if port alias is available, use it for Port ID …

    …subtype; otherwise use port name (sonic-net#2445)
    jleveque authored and yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    2abecef View commit details
    Browse the repository at this point in the history
  4. [device/Dell] SOSFTDEP to lpc_ich module for dell_ich module (sonic-n…

    …et#2440)
    
    dell_ich module fails to load sometimes due to the failure of pci_get_drvdata().
    
    This function is responsible for fetching INTEL PCI related memory handle in kernel. This is implemented in lpc_ich kernel module.
    
    Due to race in addition/deletion of kernel modules, sometimes lpc_ich loads after dell_ich.
    
    Because of this behaviour dell_ich module fails to load.
    
    Fixed by addding dependency between modules.
    
    Removed i2c_mux_gpio module from blacklist entry as it is not the original root case of this issue.
    paavaanan authored and yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    d67db22 View commit details
    Browse the repository at this point in the history
  5. [buffer]: Add buffer defaults for t0 on s6000 and a7050 (sonic-net#2438)

    Signed-off-by: Wenda <wenni@microsoft.com>
    wendani authored and yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    405205c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb278e6 View commit details
    Browse the repository at this point in the history
  7. [libteam]: Fix libteam race condition when interface is created and e…

    …nslaved (sonic-net#2449)
    
    The race condition could happen like this:
    When an interface is enslaved into the port channel immediately after
    it is created, the order of creating the ifinfo and linking the ifinfo to
    the port is not guaranteed.
    
    Please check the patch commit message to get full details.
    
    Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
    Shuotian Cheng authored and yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    0213dd4 View commit details
    Browse the repository at this point in the history
  8. [docker-engine] fix systemd shutdown hang (sonic-net#2451)

    When rebooting without the platform_reboot plugin, systemd takes a few
    minutes to properly shutdown. It's blocking on some docker cleanup
    operation.
    
    As described by docker/for-linux#421 there
    is a race between docker.service and containerd.service.
    docker needs containerd to properly stop the containers.
    Staphylo authored and yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    d12d546 View commit details
    Browse the repository at this point in the history
  9. [sub-module] advance sonic-swss sub-module (sonic-net#2453)

    To include following changes:
    
    - [teammgrd]: Add retry logic for starting port channel with teamd (sonic-net#756)
    - [portsorch] fix bug in initializePort (sonic-net#753)
    - [intfmgrd] Fix intfmgrd hanging untill first interface becomes ready (sonic-net#748)
    - [intfmgrd]: Support loopback (sonic-net#742)
    -Improve comments for neighbor warmrestart related functions and warmRestartAssist class (sonic-net#740)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ff1d194 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. [platform/braodcom] Alibaba - Port platform from branch 201807 to 201811

     *Add Phalanx, Fishbone48, and Fishbone32 of Alibaba platform.
    pphuchar committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    895f2af View commit details
    Browse the repository at this point in the history
  2. [device/alibaba] - Add alibaba device

    Wirut Getbamrung committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    4152e92 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. [platform/cel] - Update debian make rule

    Wirut Getbamrung committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    f2d73e3 View commit details
    Browse the repository at this point in the history
  2. [platform/cel] - Update debian package control

    Wirut Getbamrung committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    cd9d2d0 View commit details
    Browse the repository at this point in the history
  3. [device/alibaba] - Allow special bcm config

    Wirut Getbamrung committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    11877a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16b202f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81467ae View commit details
    Browse the repository at this point in the history
  6. [mellanox|ffb] ISSU version check (sonic-net#2437)

    * Revert "[mellanox]: Integrate CRIU tool to SYNCD docker container (sonic-net#2061)"
    
    This reverts commit 514b38f.
    
    Conflicts:
    	platform/mellanox/docker-syncd-mlnx.mk
    	sonic-slave/Dockerfile
    
    * [mellanox|ffb] remove unused scripts
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    
    * [mellanox|ffb] ISSU version check
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    
    * [mlnx|ffb] remove extra ';'
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    stepanblyschak authored and yxieca committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    0921211 View commit details
    Browse the repository at this point in the history
  7. [Broadcom SAI] Upgrade Broadcom SAI to 3.3.4.3-1 (sonic-net#2472)

    - Broadcom SAI 3.3 GA 20190118.
    - With warm reboot support.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    6402c5c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Merge pull request #28 from Azure/201811

    201811 update from azure
    bbinxie authored Jan 23, 2019
    Configuration menu
    Copy the full SHA
    9f2d6fc View commit details
    Browse the repository at this point in the history
  2. [platofmr/broadcom] - Add ali device platform to one image

    Wirut Getbamrung committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    ca54bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84f8abb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Configuration menu
    Copy the full SHA
    993df17 View commit details
    Browse the repository at this point in the history
  2. [caclmgrd] Don't crash if we find empty/null rule_props (sonic-net#2475)

    * [caclmgrd] Don't crash if we find empty/null rule_props
    jleveque authored and yxieca committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    2acfac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959a2ce View commit details
    Browse the repository at this point in the history
  4. [devices]: Support 32x50G+16x40G profile on Seastone-DX010 (sonic-net…

    …#2474)
    
    The sai profile itself can support 32x50G+16x100G/40G while
    the initial port_config.ini uses 40G speeds for port 17-32.
    
    Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
    zhenggen-xu authored and yxieca committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    7b33538 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. [platform/cel] - Update platform module version information

    Wirut Getbamrung committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    7f9d086 View commit details
    Browse the repository at this point in the history
  2. [device/alibaba] - Update device plugin to lastest version

    Wirut Getbamrung committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    c036956 View commit details
    Browse the repository at this point in the history
  3. [platform/broadcom] Alibaba - Fix TVL EEPROM driver not load on first…

    … boot
    pphuchar authored and Wirut Getbamrung committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    1d3bde4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #30 from celestica-Inc/201811_cel

    [platform/device] - Add alibaba platform to celestica platform
    Wirut Getbamrung authored Jan 28, 2019
    Configuration menu
    Copy the full SHA
    1aabb10 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Merge pull request #35 from Azure/201811

    201811
    bbinxie authored Jan 29, 2019
    Configuration menu
    Copy the full SHA
    fe18564 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. [sub module] move sairedis and swss to 201811 branch (sonic-net#2508)

    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and lguohan committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    746cd16 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

  1. [reboot cause] Move reboot-cause files to /host directory so they per…

    …sist across SONiC upgrades (sonic-net#2490)
    
    * [reboot cause] Move reboot-cause files to /host directory so they persist across SONiC upgrades
    
    * [sonic-utilities] Update submodule to include related changes
    jleveque authored and yxieca committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    38c08df View commit details
    Browse the repository at this point in the history
  2. Disable IPv6 ra for eth0 interface (sonic-net#2493)

    * Disable IPv6 ra for eth0 interface
    prsunny authored and yxieca committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    dac983e View commit details
    Browse the repository at this point in the history
  3. [QoS]: QoS Config change for multiple devices (sonic-net#2505)

    * QoS config change: 1) DSCP mapping; 2) link pg/queue 6 to lossy buffer;
    3) redistribute scheduler
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Add scheduling weight to queue 2
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Link pg/queue 2 to lossy buffer
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Update the pg headroom for a7060-D48C8 50G
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Update config gen test for qos
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Update pg headroom size, and update egress lossy pool size accordingly
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Update headroom pool size; Update ingress service pool and egress lossy
    pool sizes accordingly;
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * a7260: update headroom pool size; Update ingress service pool and egress lossy pool sizes accordingly;
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    
    * Update config gen test for buffer
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    wendani authored and yxieca committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    cdbbb7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f167e67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9125b9 View commit details
    Browse the repository at this point in the history
  6. [mlnx] Fix sai xml path for boxer platform (sonic-net#2516)

    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    stepanblyschak authored and yxieca committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    e6bc80f View commit details
    Browse the repository at this point in the history
  7. [submodule] update sonic-snmpagent (sonic-net#2517)

    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and yxieca committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    8e8c18f View commit details
    Browse the repository at this point in the history
  8. [updategraph] After system upgrade, restore files/directories with or…

    …iginal attributes etc. (sonic-net#2368)
    
    * [updategraph] After system upgrade, restore files/directories with
    original attributes etc.
    Restore a few more files that was missed before.
    Restore FRR configuration directory if exists on old system
    
    Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
    
    * Removed deployment_id_asn_map.yml from copy list
    
    Signed-off-by: Zhenggen Xu <zxu@linkedin.com>
    zhenggen-xu authored and yxieca committed Feb 2, 2019
    Configuration menu
    Copy the full SHA
    4a24103 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. [build]: add fastentrypoints which is used for sonic-utilities build (s…

    …onic-net#2479)
    
    sonic-net/sonic-utilities#438
    
    Signed-off-by: Wataru Ishida <ishida@nel-america.com>
    ishidawataru authored and yxieca committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    7808f3c View commit details
    Browse the repository at this point in the history
  2. [QoS]: Link pg 2 and 6 to lossy buffer profile (sonic-net#2511)

    * Link pg 2 and 6 to lossy buffer profile
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    wendani authored and yxieca committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    b1bdecb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. [submodule 201811] advance sairedis and swss submodule for 201811 bra…

    …nch (sonic-net#2526)
    
    * [submodule 201811] advance sairedis and swss submodule for 201811 branch
    
    Submodule src/sonic-sairedis 60f97c3..bdb0074:
      > Add more information on failed map sizes (sonic-net#416)
      > Add WRED specific comparison logic (sonic-net#413)
      > Initialize notification queue pointer before switch create (sonic-net#411)
      > Add log info for not matching SG/IPG/QUEUES (sonic-net#409)
      > Add support for any number of ports in virtual switch using lane map (sonic-net#407)
    
    Submodule src/sonic-swss 85f6322..65a0256:
      > Increase the watermark polling interval to 10s (sonic-net#777)
      > [vstest]: fix test_port_an_warm.py test (sonic-net#779)
      > [wartermarkorch] Fix repeated m_pg_ids and m_unicast_queue_ids add up issue (sonic-net#752)
      > [teammgrd] Fix inconsistent port admin status (sonic-net#755)
      > Remove AclTableGroup upon removal of port/lag/vlan (sonic-net#751)
    
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * [submodule] advance sonic-swss submodule
    
    Submodule src/sonic-swss 65a0256..bf21ee3:
      > On a routing vlan, the neighbor entry in the /31 subnet is not added … (sonic-net#784)
      > portsorch ports init done flag should means buffer, autoneg, speed, m… (sonic-net#747) (sonic-net#783)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    7d5cb91 View commit details
    Browse the repository at this point in the history
  2. [sub module] sub module sonic-swss-common tracking 201811 branch (son…

    …ic-net#2530)
    
    * [sub module] sub module sonic-swss-common tracking 201811 branch
    
    And include change:
    
    Submodule src/sonic-swss-common e8caaea..a40837a:
      > [pyext] enable types in stdint.h (#259)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * also include:
    
    Submodule src/sonic-swss-common a40837a..594f4e8:
      > Optimized ProducerStateTable set/del notification processing to avoid… (#257)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Feb 6, 2019
    Configuration menu
    Copy the full SHA
    c88f168 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. [submodule] update utilities pointer (sonic-net#2523)

    - [config/main.py]Fixed - added a validation such that delete portchannel or portchannel members only when it is configured (#277) (sonic-net#445)
    - Revert "[config/main.py]Fixed - added a validation such that delete portchannel or portchannel members only when it is configured (#277) (sonic-net#445)" (sonic-net#452)
    - [intfutil] add Asymmetric PFC status to 'show interface status' (sonic-net#437)
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and yxieca committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    a98fe06 View commit details
    Browse the repository at this point in the history
  2. [QoS]: fix size and xoff value on a7050-QX-32S, -QX32, and s6000(soni…

    …c-net#2527)
    
    Signed-off-by: Wenda <wenni@microsoft.com>
    yxieca committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    4023a77 View commit details
    Browse the repository at this point in the history
  3. [docker-snmp] Install pyyaml in the container (sonic-net#2533)

    This dependency is needed for arista plugins to properly work.
    Staphylo authored and yxieca committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    accaacc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. [sub module] advance sonic-swss sub module (sonic-net#2539)

    Included:
      > [neighsyncd] increase neighbor syncd restore timeout to 110 seconds (sonic-net#745)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b4bc4b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. [platform/cel] - add fppga upgrade tool

    Wirut Getbamrung committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    2031dc6 View commit details
    Browse the repository at this point in the history
  2. [device/alibaba] - Update device plugins to latest version

    Wirut Getbamrung committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5659288 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. [bcm sai] Upgrade Broadcom SAI to version 3.3.4.3-2 (sonic-net#2550)

    - Including Broadcom patch for CS7252202.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored Feb 12, 2019
    Configuration menu
    Copy the full SHA
    f9f9a64 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. [swss/syncd] log swss/syncd service script activities (sonic-net#2545)

    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    24bce77 View commit details
    Browse the repository at this point in the history
  2. [lldpmgr] add mgmt ip to lldpd conf template, handle port description…

    …/alias changes (sonic-net#2396)
    
    * [lldpmgr] add mgmt ip to lldpd conf templte, handle port description/alias config
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    
    * fix typo
    
    * [config-engine] update test sample output lldpd.conf
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    
    * fix the log message
    
    * fix lldpd.conf.j2
    mykolaf authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    a65e47f View commit details
    Browse the repository at this point in the history
  3. [minigraph.py] generate port description for every port (sonic-net#2395)

    * [minigraph.py] generate mandatory default port description
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    
    * use port name as default description
    
    * [config-engine] update test exaple output
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    
    * [minigraph.py] use alias/port name as default description instead of neighbor data
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    ab19d13 View commit details
    Browse the repository at this point in the history
  4. [submodule]: update sonic-dbsyncd

    * fe60afa 2019-02-12 | [lldpsyncd] remove dbsyncd logic which is moved to lldpmgr (#15) (HEAD, origin/master, origin/HEAD) [Mykola F]
    
    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    a7e013b View commit details
    Browse the repository at this point in the history
  5. configure the hostname for lldpd

    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    41bb13b View commit details
    Browse the repository at this point in the history
  6. setup port description if minigraph has neighbor information

    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    bab38e4 View commit details
    Browse the repository at this point in the history
  7. configure lldp when the port exists

    On some platform, portstate might be unknown as it might not
    be supported by the driver.
    
    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    6f2274a View commit details
    Browse the repository at this point in the history
  8. start lldp-syncd and lldpmgrd after lldpd fully started

    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    11fa090 View commit details
    Browse the repository at this point in the history
  9. Updated SAI XML config for SN2010. (sonic-net#2561)

    Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
    nazariig authored and yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    d10275e View commit details
    Browse the repository at this point in the history
  10. [HWSKU] Define HWSKU Arista-7260CX3-Q64 and Arista-7260CX3-Q44 (sonic…

    …-net#2562)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c0f82b3 View commit details
    Browse the repository at this point in the history
  11. [warm boot] cherry-pick PR sonic-net#2538 and advance related sub-mod…

    …ules (sonic-net#2569)
    
    PR#2538 cannot merge due to master branch status. It has been tested
    against 201811 branch.
    
    Submodule src/sonic-sairedis 21f4a49..d57222a:
      > Add more specific logic for ingress ACL and buffer profile (sonic-net#421)
      > Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABLE_TABLE (sonic-net#418)
      > Add support for vlan tagged frames in virtual switch (sonic-net#417)
    
    Submodule src/sonic-swss 1590030..584490c:
      > Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABLE_TABLE (sonic-net#786)
      > [vstest]: Potential fix for timing issue in warm_reboot's routing UT (sonic-net#788)
    
    Submodule src/sonic-swss-common 594f4e8..286ef34:
      > Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABLE_TABLE (#260)
    
    Submodule src/sonic-utilities c6666e2..b44b462:
      > Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABL… (sonic-net#458)
      > [aclshow] output only counters per table/rule (sonic-net#442)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    [PR 2538] Move warm_restart enable/disable config to stateDB WARM_RESTART_ENABLE_TABLE
    
    Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
    yxieca authored Feb 14, 2019
    Configuration menu
    Copy the full SHA
    4faa5f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Merge pull request #44 from Azure/201811

    201811
    Alex-Dai authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    dc82709 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #45 from SONIC-DEV/201811

    201811
    Alex-Dai authored Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e0a4801 View commit details
    Browse the repository at this point in the history
  3. [device/alibaba] - Update BMC Upgrade method

    Wirut Getbamrung committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    60c4f07 View commit details
    Browse the repository at this point in the history
  4. [platform/ali] - Update switchboard driver to fixes bug

    Wirut Getbamrung committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    d3281ce View commit details
    Browse the repository at this point in the history
  5. [sonic] - Add dmidecode tool

    Wirut Getbamrung committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    e2de636 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03d007d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. [platform/cel] - Remove platform module cel code

    Wirut Getbamrung committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d648a1b View commit details
    Browse the repository at this point in the history
  2. [platform/cel] - Add sonic-platform-modules-cel as submodule

    Wirut Getbamrung committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    c1e04ab View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. add parameter mdio_output_delay for phalanx

    Alex-Dai committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    bc384a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #56 from SONIC-DEV/201811_cel_alex

    add parameter mdio_output_delay for phalanx
    Alex-Dai authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    61ca163 View commit details
    Browse the repository at this point in the history
  3. [platform/cel] - Update platform utility to version 1.2

    Wirut Getbamrung authored and pphuchar committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    33c1998 View commit details
    Browse the repository at this point in the history
  4. [device/alibaba] - Add api for control port tx signal

    Wirut Getbamrung authored and pphuchar committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    e2535bc View commit details
    Browse the repository at this point in the history
  5. [device/alibaba] - fix invalid fan cpld monitoring format

    Wirut Getbamrung authored and pphuchar committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    ee006ac View commit details
    Browse the repository at this point in the history
  6. [device/alibaba] - update sensorutil to support INLET_TEMP format

    Wirut Getbamrung authored and pphuchar committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    4ed09c8 View commit details
    Browse the repository at this point in the history
  7. [platform/cel] - Update missing platform module utility and platform …

    …configuration
    Wirut Getbamrung authored and pphuchar committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    fd3a130 View commit details
    Browse the repository at this point in the history
  8. [platform/braodcom] Alibaba update submodule to fix bugs

     *Fix Fishbone32/Fishbone48/phalanx platform module not load in 201811 branch
     *Revert unintension chnages in read_optic_temp.py and sync_bmc.py
    pphuchar committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    0021cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. [device/alibaba] Fishbone/Phalanx rescan FPGA PCI device after upgrade.

     *This allows the FPGA reload new firmware without power cycling the chassis.
    pphuchar authored and Wirut Getbamrung committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    6d945d3 View commit details
    Browse the repository at this point in the history
  2. [device/alibaba] - Update firmware upgrade utility

    Wirut Getbamrung committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c7ae32b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5438161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    519989d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. [device/alibaba] - Add default_sku config file

    Wirut Getbamrung authored and pphuchar committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    fa83d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70262a3 View commit details
    Browse the repository at this point in the history
  3. [device/alibaba] - Update cpld upgrade function to support multiple i…

    …mage upgrade
    Wirut Getbamrung authored and pphuchar committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    1a5e308 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. [device/alibaba] - Update cpld upgrade method and get last update fun…

    …ction
    Wirut Getbamrung committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    8dac2a9 View commit details
    Browse the repository at this point in the history
  2. [device/alibaba] - Fix invalid linecard cpld key

    Wirut Getbamrung committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    ad95c42 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. [device/ali] - Fix an error on fan cpld version monitoring

    Wirut Getbamrung committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    86486e7 View commit details
    Browse the repository at this point in the history
  2. [device/alibaba] - Update bios method to avoid the reboot issue

    Wirut Getbamrung committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    41cb6bf View commit details
    Browse the repository at this point in the history
  3. [device/alibaba] - Add more switch cpld upgrade type

    Wirut Getbamrung committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    9617b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. [optictemputil] Read module temperature from sysfs_eeprom

     * replace i2ctool subprocess with open() from python.
    pphuchar committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    f522f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a292c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab8d231 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    5082b9c View commit details
    Browse the repository at this point in the history
  2. [platform/cel] - Add rsyslog configuration file

    Wirut Getbamrung committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    ff0ca79 View commit details
    Browse the repository at this point in the history
  3. [device/alibaba] - Update get_last_firmware_upgrade api to support mu…

    …ltiple upgrade
    Wirut Getbamrung committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    e6f3779 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. [platform/cel] - Revert remote syslog server port to default

    Wirut Getbamrung committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    9c119b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. [platform/cel] - Remove rsyslog configuration file

    Wirut Getbamrung committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    f835a26 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. [syncd.sh] Don't stop sxdkernel during warm shutdown on Mellanox plat…

    …form (sonic-net#2572)
    
    /etc/init.d/sxdkernel stop may take up to 15 sec which has impact on
    control plane downtime
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    stepanblyschak authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9e9ceff View commit details
    Browse the repository at this point in the history
  2. [hostcfgd]: Promote logs for update-notifications-from-DB from DEBUG …

    …to INFO (sonic-net#2576)
    
    * Add a log message for each notification of add/del TACACS server.
    
    Signed-off-by: Renuka Manavalan <remanava@microsoft.com>
    
    * Moved another syslog message from DEBUG to INFO to be able to see those notifications.
    
    All these changes are to help with a one-time-seen-bug, that hostcfgd did not act upon changes to redis for TACACS servers. We could not repro the bug.
    
    Signed-off-by: Renuka Manavalan <remanava@microsoft.com>
    renukamanavalan authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    96657c6 View commit details
    Browse the repository at this point in the history
  3. [quagga]: collect quagga-dbg debian package (sonic-net#2575)

    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    be2bb4d View commit details
    Browse the repository at this point in the history
  4. 'show vlan config' is not displaying the VLAN members, after the clea…

    …r config and reload with default l2 configuration. (sonic-net#2536)
    
    'show vlan config' not displaying the VLAN members, after clear config done loaded with default l2 configuration.
    ramachandrareddygaddam authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    2e7c760 View commit details
    Browse the repository at this point in the history
  5. [swss]: flush asic db in swss.sh for non warm-boot (sonic-net#2582)

    need to flush asic db in swss.sh instead of syncd.sh
    
    orchagent might already started in swss.sh and put commands
    into asic db before asic db is flushed in syncd.sh. This
    causes race condition such as INIT_VIEW not passing to syncd.
    
    Signed-off-by: Guohan Lu <gulv@microsoft.com>
    lguohan authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8366375 View commit details
    Browse the repository at this point in the history
  6. [minigraph] asymmetric pfc is disabled by default (sonic-net#2481)

    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    
    Conflicts:
    	src/sonic-config-engine/tests/sample_output/ports.json
    	src/sonic-config-engine/tests/test_cfggen.py
    mykolaf authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9145510 View commit details
    Browse the repository at this point in the history
  7. [ntp] disable ntp time jump (sonic-net#2589)

    - removing -g to disable jump when time difference is greater than 1000s
    - add -x to disable initial jump
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c408755 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9e2740 View commit details
    Browse the repository at this point in the history
  9. [config engine] update test_cfggen test_port_description test (sonic-…

    …net#2593)
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    374aa33 View commit details
    Browse the repository at this point in the history
  10. [201811 submodules] advance sairedis, swss, swss-common, utilities (s…

    …onic-net#2594)
    
    * [201811 submodules] advance sairedis, swss, swss-common, utilities
    
    Submodule src/sonic-sairedis d57222a..54b02a1:
      > Add support for fdb_event MOVE and check fdb event oids (sonic-net#420)
      > [vslib] add missing port attributes for virtual switch (sonic-net#419)
    
    Submodule src/sonic-swss 584490c..62e2a20:
      > [fdborch] Store vlan id of FDB entry instead of port pvid into stateD… (sonic-net#759)
      > [portsorch] Change speed set flow (sonic-net#764)
      > Create egress ACL table group during the PFCWD stats list installment (sonic-net#787)
    
    Submodule src/sonic-swss-common 286ef34..2592b0c:
      > Add support for WarmStart::setDataCheckState() (#242)
    
    Submodule src/sonic-utilities b44b462..d409987:
      > [sonic_installer] Improve error handling (sonic-net#460)
      > [clock] sync os time to CMOS before rebooting (sonic-net#465)
      > [intfstat] add intfstat script to output RIF counters (sonic-net#439)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * [201811 utilties] add 201811 branch for sonic-utilities repo
    
    Submodule src/sonic-utilities d409987...ff1448c:
      > [sonic_installer] Improve error handling (sonic-net#460)
      > [clock] sync os time to CMOS before rebooting (sonic-net#465)
      < [sonic_installer] Improve error handling (sonic-net#460)
      < [clock] sync os time to CMOS before rebooting (sonic-net#465)
      < [intfstat] add intfstat script to output RIF counters (sonic-net#439)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c4cd84f View commit details
    Browse the repository at this point in the history
  11. [submodule] update mellanox hw-mgmgt pointer (V.2.0.0061) (sonic-net#…

    …2592)
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f5e2145 View commit details
    Browse the repository at this point in the history
  12. [201811 sub module] advance sonic-swss sub module (sonic-net#2599)

    Submodule src/sonic-swss 62e2a20..4b489ce:
      > Fix incorrect ACL CRM increment, resulting orchagent crash (sonic-net#800)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c7ba85c View commit details
    Browse the repository at this point in the history
  13. [Mellanox] Update SAI, SDK/FW (v4.3.0136/13.1910.0920) (sonic-net#2616)

    Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
    andriymoroz-mlnx authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    f7bebd8 View commit details
    Browse the repository at this point in the history
  14. [sub module] advance sonic-utilities sub module for 201811 branch (so…

    …nic-net#2619)
    
    Submodule src/sonic-utilities ff1448c..f95da07:
      > [fast/warm reboot] set default reboot method to "kexec -e" (sonic-net#473)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a8cf325 View commit details
    Browse the repository at this point in the history
  15. [Mellanox] Fix SAI version (sonic-net#2628)

    Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
    andriymoroz-mlnx authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7c55139 View commit details
    Browse the repository at this point in the history
  16. [services] Ensure swss and syncd services start before dependent serv…

    …ices (sonic-net#2634)
    
    * [services] Ensure swss and syncd services start before dependent services
    
    * Add 'attach' functions to scripts which get installed to /usr/local/bin so that services only reference the one script each
    
    * Add 'After=swss.service' to syncd.service
    jleveque authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    47088e5 View commit details
    Browse the repository at this point in the history
  17. [router-advertiser] Add templated script to wait for pertinent interf…

    …aces to be ready before starting radvd (sonic-net#2558)
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    50a23a9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e48feb View commit details
    Browse the repository at this point in the history
  19. Set a rate limit on syslog messages from all Docker containers (sonic…

    …-net#2573)
    
    Rate limiting at 20,000 messages per 5-minute interval
    jleveque authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    1aa304e View commit details
    Browse the repository at this point in the history
  20. [swss/syncd] cold start syncd service in swss in attach method (sonic…

    …-net#2639)
    
    start() is called by service startPre method, which is blocking. Starting
    syncd service here is causing deadlock.
    
    attach() is called by service start method, which is non-blocking.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    968fc2c View commit details
    Browse the repository at this point in the history
  21. Add hook to allow customizing link cable lengths

    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    14ec4ac View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    761ca31 View commit details
    Browse the repository at this point in the history
  23. [201811 sub module] update swss, swss-common sub modules (sonic-net#2652

    )
    
    Submodule src/sonic-swss 4b489ce..90eb25d:
      > [portsorch] fix bug in speed set (sonic-net#806)
    
    Submodule src/sonic-swss-common 2592b0c..c674e64:
      > Add multiple fields hdel support (#267)
      > Update PFC_WD table name in CONFIG_DB (#266)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c024be1 View commit details
    Browse the repository at this point in the history
  24. [mellanox]: Remove MAC alignment WA for Mellanox platforms. (sonic-ne…

    …t#2632)
    
    Signed-off-by: Nazarii Hnydyn <nazariig@mellanox.com>
    nazariig authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3d18f46 View commit details
    Browse the repository at this point in the history
  25. [201811 sub module] advance sairedis sub module (sonic-net#2657)

    Submodule src/sonic-sairedis 54b02a1..8182916:
      > Add pre match to comparison logic and unittests (sonic-net#423)
      > Drop FDB notifications if they contain invalid OIDs (sonic-net#428)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7402bee View commit details
    Browse the repository at this point in the history
  26. [sub module] remove changes not ready yet (sonic-net#2662)

    PFC_WD table naming change is not ready to be included yet.
    
    Submodule src/sonic-swss-common c674e64..2592b0c (rewind):
      < Add multiple fields hdel support (#267)
      < Update PFC_WD table name in CONFIG_DB (#266)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    61170e1 View commit details
    Browse the repository at this point in the history
  27. revert 'Remove MAC alignment WA for Mellanox platforms.' (sonic-net#2677

    )
    
    Signed-off-by: Mykola Faryma <mykolaf@mellanox.com>
    mykolaf authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    26b678f View commit details
    Browse the repository at this point in the history
  28. [minigraph]: Do not fail for minigraphs which do not have neighbors l…

    …isted in <Devices> section (sonic-net#2522)
    
    Signed-off-by: Nadiya.Stetskovych <nstetskovych@barefootnetworks.com>
    NStetskovych-zz authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9028550 View commit details
    Browse the repository at this point in the history
  29. [qos]: Map tc 1, 2, 5, and 6 back to pg 0 (sonic-net#2650)

    Lossy traffic does not need to be mapped to different ingress PGs. They can all share the same ingress PG.
    
    Signed-off-by: Wenda Ni <wenni@microsoft.com>
    wendani authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    1678ca4 View commit details
    Browse the repository at this point in the history
  30. Update bcmcmd binary: fix crash issue when long line >= 1023 chars (s…

    …onic-net#2659)
    
    Signed-off-by: Qi Luo <qiluo-msft@users.noreply.github.com>
    qiluo-msft authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    5bf2b3c View commit details
    Browse the repository at this point in the history
  31. [services] Services which start containers now use 'docker wait' inst…

    …ead of 'docker attach' (sonic-net#2661)
    jleveque authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    6383284 View commit details
    Browse the repository at this point in the history
  32. [mellanox] Fix in mlnx-ffb.sh (sonic-net#2676)

    Fixes "No ISSU version file found /etc/mlnx/issu-version"
    when rebooting to different image;
    Add aditional check condition.
    
    Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
    stepanblyschak authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a9ad758 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    bec0ce4 View commit details
    Browse the repository at this point in the history
  34. [201811 sub-module] advance sub-modules: utilities, swss, swss-common (

    …sonic-net#2679)
    
    Submodule src/sonic-utilities f95da07..2fe01fe:
      > neighbor advertiser script (sonic-net#469)
      > [aclshow] restore PRIO column and sort entries by priority (sonic-net#476)
      > Update watermark default polling interval to 10s (sonic-net#470)
      > show interface status <interface-name> throws error (fixes sonic-net#427) (sonic-net#440)
    
    Submodule src/sonic-swss 90eb25d..91171b6:
      > fix a unstable swss egress acl test (sonic-net#776)
      > [aclorch] Remove  L4 port range support limitation on egress ACL table and add new SWSS virtual test. (sonic-net#741)
      > Fix orchagent SEGV when PortConfigDone not set (sonic-net#803)
    
    Submodule src/sonic-swss-common 2592b0c..5f4abd9:
      > Force only supported commands on consumer table (#261)
      > Add multiple fields hdel support (#267)
    
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4b81fbf View commit details
    Browse the repository at this point in the history
  35. [Mellanox] Update SAI (sonic-net#2686)

    New SAI fixes getting of queue buffer profile
    
    Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
    andriymoroz-mlnx authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3b04f6f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c9fcdb1 View commit details
    Browse the repository at this point in the history
  37. [Mellanox] fix sfp lpmode set failure caused by extra nv port (sonic-…

    …net#2671)
    
    * fix lpmode set failure issue by skipping nvport
    keboliu authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9f028ed View commit details
    Browse the repository at this point in the history
  38. [docker script] skip docker mount point checking for database contain…

    …er (sonic-net#2683)
    
    database container doesn't mount hwsku folder.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    c8b25c0 View commit details
    Browse the repository at this point in the history
  39. [make file] managing teamd patches with stg (sonic-net#2689)

    Just so that the folder will be clean and make working on new patches
    much easier.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    83c2329 View commit details
    Browse the repository at this point in the history
  40. [201811 sub module] advance utilitie sub module (sonic-net#2695)

    Submodule src/sonic-utilities 2fe01fe..9d9aaa0:
      > [warm/fast reboot] setup control plane assistant when available (sonic-net#487)
      > [reboot script] add -h, -? options (sonic-net#484)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4b59985 View commit details
    Browse the repository at this point in the history
  41. [jessie based docker] remove dependency on some retired jessie repos (s…

    …onic-net#2707)
    
    * [jessie repo] remove one dependency on jessie-backport repo
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * [build] remove dependency on retried jessie-backports repo
    
    The downloaded Jessie docker image still reference jessie-updates.
    Removing it from the list.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * fix typo
    
    * move chunk
    
    * [docker-ptf] avoid using retired Jessie repos
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    161b9cb View commit details
    Browse the repository at this point in the history
  42. [libteam]: Skip setting the same hwaddr to lag port to avoid disrupti…

    …ng neighbor… (sonic-net#2602)
    
    * Skip setting the same hwaddr to lag port to avoid disrupting neighbor entries
    
    Signed-off-by: Jipan Yang <jipan.yang@alibaba-inc.com>
    jipanyang authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    9596683 View commit details
    Browse the repository at this point in the history
  43. [teamd] retry creating team_port after interface info changed (sonic-…

    …net#2699)
    
    Race condition has been noticed after warm reboot: sometimes when
    port_changed notification was received, the link message didn't
    have the device name. Without device name, creating team port
    would fail.
    
    Registering to the interface information change notification, so
    later when device name becomes available, retry creating team port.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    32ad731 View commit details
    Browse the repository at this point in the history
  44. [devices]: Add support of HwSKU Mellanox-SN2700-C28D8 (sonic-net#2700)

    Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
    andriymoroz-mlnx authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    d0c9d6a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d19d9f4 View commit details
    Browse the repository at this point in the history
  46. [201811][snmpagent][swss-common] advance sub module head to include o…

    …verlay SNMP (sonic-net#2721)
    
    * [snmpagent][swss-common] advance sub module head to include overlay SNMP
    
    Submodule src/sonic-snmpagent 0f2bbd7..26f0495:
      > Remove verbose feature missing logs (#102)
      > Enable overriding interface counters OIDs (#98)
    
    Submodule src/sonic-swss-common 5f4abd9..36fd5e9:
      > Add new DB index for SNMP_OVERLAY_DB (#262)
    
    Note: overlay DB also requires change in swss-common, which has been
          moved ahead.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * [utilities] advance utilities sub-module head
    
    Submodule src/sonic-utilities 9d9aaa0..d1070b2:
      > [warm-reboot] initialize warm reboot state table before warm rebooting (sonic-net#492)
      > Allow config shutdown and startup operations on valid PortChannel interface names (sonic-net#474)
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a669b30 View commit details
    Browse the repository at this point in the history
  47. [service] add warmboot finializer service (sonic-net#2725)

    After warm reboot is done, we need to disable warm reboot flag and
    tear down anything setup for warm reboot and persisted across.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    0bebd16 View commit details
    Browse the repository at this point in the history
  48. [build] force Linux to drop cache before calling kvm (sonic-net#2717)

    * [vm build] force Linux to drop cache before calling kvm
    
    KVM need to allocate 2G memory for this build. The system memory might
    be occupied by cache at the moment and doesn't have 2G chunk to give
    out. Forcing Kernel to drop cache to boost the chance of getting 2G
    memory.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * [make] add option to enable/disable VS build memory preparation
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    e0b8570 View commit details
    Browse the repository at this point in the history
  49. [teamd service] teamd service should start after syncd (sonic-net#2724)

    * [teamd service] teamd service should start after syncd
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    
    * combine after lines
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    54c805e View commit details
    Browse the repository at this point in the history
  50. [teamd] prevent re-entrance of port priv change handler (sonic-net#2723)

    When adding a lag member dynamically after system boots up, teamd
    port priv change handler could re-entrant itself and causing adding
    operation to fail.
    
    While handling PORT_CHANGE event, teamd_per_port.c port priv change
    handler was called, it will then call runner_lacp to add port to lag,
    the later causes IFINFO_CHANGE to be notified and calls the priv change
    handler again, this re-entrance would cause runner_lacp port_added to
    be called again and messes up with the previous adding sequence. Then
    fails the lag member adding operation.
    
    Prevent per port priv change handler re-entrance solves the problem.
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    fca6b90 View commit details
    Browse the repository at this point in the history
  51. [201811][sairedis][swss] advance sub module head of sairedis and swss (

    …sonic-net#2728)
    
    Submodule src/sonic-sairedis 8182916..483c89e:
      > Notify OA about exception and process only restart query events (sonic-net#437)
    
    Submodule src/sonic-swss 91171b6..d22b2de:
      > Allow ACL entry creation without ACL counter (sonic-net#818)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    304e42a View commit details
    Browse the repository at this point in the history
  52. [201811][platform-common] add platform-common 201811 branch (sonic-ne…

    …t#2743)
    
    - Cherry-picked one change:
    
    Submodule src/sonic-platform-common d4bf78c..42119e1:
      > remove gang port parsing (#24)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    61097d0 View commit details
    Browse the repository at this point in the history
  53. removing dhcp- turn- off option from initrd (sonic-net#2555)

    * removing dhcp changes from initrd
    
    * removing mgmt-intf-dhcp file
    paavaanan authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    996caad View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    599ec34 View commit details
    Browse the repository at this point in the history
  55. [201811][utilities] advance submodule head (sonic-net#2748)

    Submodule src/sonic-utilities d1070b2..bae21e7:
      > Update neighbor advertiser (sonic-net#498)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    7136cab View commit details
    Browse the repository at this point in the history
  56. [hostcfgd] -- Fix the default for failthrough as false.

    This implies that by default, if TACACS is configured properly and it reported auth_err, then don't try fail through to traditional unix authentication through /etc/passwd.
    
    If this failthrough is intended, make it explicit through "sudo config aaa authentication failthrough enable"
    
    Removed an unused variable "aaa.fallback"
    
    Tested manually. Note the presence of 'auth_err=die' in all cases except when failthrough is explicitly enabled.
    
    admin@str-s6000-acs-13:~$ sudo config aaa authentication failthrough default; date
    Wed Apr  3 23:05:18 UTC 2019
    admin@str-s6000-acs-13:~$ ls -lrt /etc/pam.d/common-auth-sonic ; grep 123 /etc/pam.d/common-auth-sonic
    -rw-r--r-- 1 root root 1316 Apr  3 23:05 /etc/pam.d/common-auth-sonic
    auth    [success=done new_authtok_reqd=done default=ignore auth_err=die]        pam_tacplus.so server=100.127.20.22:49 secret=testing123 login=login timeout=5 try_first_pass
    auth    [success=done new_authtok_reqd=done default=ignore auth_err=die]        pam_tacplus.so server=100.127.20.21:49 secret=testing123 login=login timeout=5 try_first_pass
    
    admin@str-s6000-acs-13:~$ sudo config aaa authentication failthrough enable; date ; h4 "AAA|authentication"
    Wed Apr  3 23:06:37 UTC 2019
    admin@str-s6000-acs-13:~$ ls -lrt /etc/pam.d/common-auth-sonic ; grep 123 /etc/pam.d/common-auth-sonic
    -rw-r--r-- 1 root root 1294 Apr  3 23:06 /etc/pam.d/common-auth-sonic
    auth    [success=done new_authtok_reqd=done default=ignore]     pam_tacplus.so server=100.127.20.22:49 secret=testing123 login=login timeout=5 try_first_pass
    auth    [success=done new_authtok_reqd=done default=ignore]     pam_tacplus.so server=100.127.20.21:49 secret=testing123 login=login timeout=5 try_first_pass
    
    admin@str-s6000-acs-13:~$ sudo config aaa authentication failthrough disable; date ; h4 "AAA|authentication"
    Wed Apr  3 23:07:09 UTC 2019
    admin@str-s6000-acs-13:~$ ls -lrt /etc/pam.d/common-auth-sonic ; grep 123 /etc/pam.d/common-auth-sonic
    -rw-r--r-- 1 root root 1321 Apr  3 23:07 /etc/pam.d/common-auth-sonic
    auth    [success=done new_authtok_reqd=done default=ignore auth_err=die]        pam_tacplus.so server=100.127.20.22:49 secret=testing123 login=login timeout=5 try_first_pass
    auth    [success=done new_authtok_reqd=done default=ignore auth_err=die]        pam_tacplus.so server=100.127.20.21:49 secret=testing123 login=login timeout=5 try_first_pass
    renukamanavalan authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4312d61 View commit details
    Browse the repository at this point in the history
  57. [20181][sub-modules] advance sairedis, swss, swss-common and utilities (

    sonic-net#2759)
    
    Submodule src/sonic-sairedis 483c89e..97dd2a8:
      > Fix compilation issues in stretch docker with gcc-6.3 (sonic-net#426)
      >  Make object list deterministic when iterating (sonic-net#438)
      > Ignore ACL_COUNTER bytes and packets during comparison logic (sonic-net#443)
    
    Submodule src/sonic-swss d22b2de..ae74a27:
      > Survive pfc watchdog storm action across warm-reboot (sonic-net#794)
    
    Submodule src/sonic-swss-common 36fd5e9..24c0ff7:
      > Update PFC_WD table name in CONFIG_DB (#266)
    
    Submodule src/sonic-utilities bae21e7..6aee909:
      > [neighbor advertiser] convert int to string before concatenating (sonic-net#505)
      > [config]: Change the order of interface commands (sonic-net#504)
      > Change PFC watchdog CONFIG_DB table name from PFC_WD_TABLE to PFC_WD (sonic-net#475)
    
    Signed-off-by: Ying Xie <ying.xie@microsoft.com>
    yxieca authored and tiantianlv committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    ddc49d8 View commit details
    Browse the repository at this point in the history
  58. [platform/cel] - Update bmc_vlan service execute order

    Wirut Getbamrung committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8564813 View commit details
    Browse the repository at this point in the history
  59. [device/alibaba] - Update Airflow detection format

    Wirut Getbamrung committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    cf9a8a7 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #73 from celestica-Inc/201811_cel-update-bmc-vlan-…

    …service
    
    [platform/cel] - Update bmc_vlan service execute order
    Wirut Getbamrung authored Apr 10, 2019
    Configuration menu
    Copy the full SHA
    75b0f2e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    ccf1243 View commit details
    Browse the repository at this point in the history
  2. Add timeout for get BMC version!

    bolv authored and tiantianlv committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    b2fc0d2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. [platform/cel]: Add BMC watchdog service (#81)

    Wirut Getbamrung authored May 22, 2019
    Configuration menu
    Copy the full SHA
    f14e7ab View commit details
    Browse the repository at this point in the history
  2. [device/alibaba]: update firmware management API (#80)

    * [device/alibaba]: Add support for bmc upgrade type pingpong
    
    * [device/alibaba]: Update bmc upgrade flow follow new BMC RESTful
    
    * [device/alibaba]: Add firmware program/refresh api
    
    * [device/alibaba]: Add watchdog control for firmware upgrade process
    
    * [device/alibaba]: Update error handler
    
    * [device/alibaba]: Add function for getting booting bios image
    Wirut Getbamrung authored May 22, 2019
    Configuration menu
    Copy the full SHA
    17603cc View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. [device/alibaba]: Update firmware_refresh API to support multiple ref…

    …resh image (#83)
    
    * [device/alibaba]: Update firmware_refresh to support multiple refresh image
    * [device/alibaba]: Update firmware_refresh error handler
    Wirut Getbamrung authored May 23, 2019
    Configuration menu
    Copy the full SHA
    b2cacc4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. [device/alibaba]: Update error handler for bmc watchdog on fwmgrutil

    Wirut Getbamrung authored and tiantianlv committed May 24, 2019
    Configuration menu
    Copy the full SHA
    f4b451c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Fix bmc update failed in V1.2.5

    bolv authored and tiantianlv committed May 25, 2019
    Configuration menu
    Copy the full SHA
    a5fb122 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. [platform/cel]: Fix missing bmc watchdog service on Phalanx

    Wirut Getbamrung authored and tiantianlv committed May 28, 2019
    Configuration menu
    Copy the full SHA
    fb558e3 View commit details
    Browse the repository at this point in the history
  2. [device/alibaba]: Remove bmc watchdog handler on fwmgrutil

    Wirut Getbamrung authored and tiantianlv committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ba02ef0 View commit details
    Browse the repository at this point in the history
  3. [device/alibaba]: Remove unuse bmc_wdt path

    Wirut Getbamrung authored and tiantianlv committed May 28, 2019
    Configuration menu
    Copy the full SHA
    ca67225 View commit details
    Browse the repository at this point in the history
  4. [platform/cel]: Update BMC watchdog polling service solution

    Wirut Getbamrung authored and tiantianlv committed May 28, 2019
    Configuration menu
    Copy the full SHA
    6287570 View commit details
    Browse the repository at this point in the history
  5. [platform/cel]: Remove unuse dependency to avoid service blocking ser…

    …vice
    Wirut Getbamrung authored and tiantianlv committed May 28, 2019
    Configuration menu
    Copy the full SHA
    a5600a1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. [device/alibaba]: Update firmware_program api to install cpld on cpu

    Wirut Getbamrung authored and tiantianlv committed May 31, 2019
    Configuration menu
    Copy the full SHA
    37274e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. [device/alibaba]: Add cpld/fpga upgrade log

    Wirut Getbamrung authored and tiantianlv committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    879afaa View commit details
    Browse the repository at this point in the history
  2. [device/alibaba]: Update get_last_upgrade_result to support cpld/fpga…

    … upgrade via firmware_program
    Wirut Getbamrung authored and tiantianlv committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    2b1866c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. [platform/cel]: Fix bmc_vlan service

    Wirut Getbamrung authored and tiantianlv committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    71ee1d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. [device/alibaba]: Add bmc/bios upgrade logger and fix bug

    Wirut Getbamrung authored and tiantianlv committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    9162a4f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. [device/alibaba]: Update firmware refresh logger

    Wirut Getbamrung authored and tiantianlv committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    1dbc62d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. [platform/cel]: Add syslog logrotate config

    Wirut Getbamrung authored and tiantianlv committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    d2ba48f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. [platform/cel]: update watchdog service

    Wirut Getbamrung authored and tiantianlv committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    a27b390 View commit details
    Browse the repository at this point in the history
  2. [platform/cel]: update watchdog service logger format and add logrota…

    …te config
    Wirut Getbamrung authored and tiantianlv committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    1b3309b View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2019

  1. [platform/cel]: add logger handler for watchdog service

    Wirut Getbamrung authored and tiantianlv committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    fc9f359 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. fix BMC update failed from slave

    bolv authored and tiantianlv committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    adcf58a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. modify port number start from Ethernet1

    Alex-Dai committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    0a87b18 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from SONIC-DEV/201811_cel_alex

    modify port number start from Ethernet1
    Alex-Dai authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    a8ec08f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. [device/alibaba]; add presence status detection in sfputil tx_disable…

    … function for QSFP
    Wirut Getbamrung authored and tiantianlv committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    476512c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. [platform/cel]: Add power control utility for Ali device

    Wirut Getbamrung authored and tiantianlv committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c6bd3ef View commit details
    Browse the repository at this point in the history
  2. [platform/cel]: update power control utility

    Wirut Getbamrung authored and tiantianlv committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    0c0a700 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. [platform/cel]: Add bmc-exec command

    Wirut Getbamrung authored and tiantianlv committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    26c92af View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. [Fishbone32/Phalanx] Update i2c adapter driver to fix write 0xFF issue

     * update platform submodule pointer.
    pphuchar committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    43aa673 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. [Fishbones/phalanx] Update switchboard driver to fix EEPROM not detected

     * update platform module pointer.
    pphuchar authored and tiantianlv committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    06eee13 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. [device/alibaba]: add reset_all function to sfputil

    Wirut Getbamrung authored and tiantianlv committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    68f06df View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. [Fishbones/phalanx] Add BMC serial console logging service.

     * update platform module pointer.
    pphuchar authored and tiantianlv committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    612c898 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. [platform/cel] one bus mutex for the eeprom read/write issue (#132)

    * Update Fishbone32 and Fishbone48 to use on muxtext lock in i2c cores.
    xwang9 authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    1f53553 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. [Fishbones/phalanx] Update switchboard driver to fix kernel panic

     * Fix kernel panic while removing switchboard_fpga.
    pphuchar authored and tiantianlv committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    16d771b View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. [platform/cel]: add confirmation for bmc-exec and powerutil

    Wirut Getbamrung committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    ef1168c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Merge pull request #143 from mudsut4ke/201811_cel_power_util

    [platform/cel]: Add function confirmation
    Wirut Getbamrung authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    03edef0 View commit details
    Browse the repository at this point in the history