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 update from azure #28

Merged
merged 13 commits into from
Jan 23, 2019
Merged

201811 update from azure #28

merged 13 commits into from
Jan 23, 2019

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 (#2447)

    Signed-off-by: Stepan Blyschak <[email protected]>
    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 (#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 (#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 (#2438)

    Signed-off-by: Wenda <[email protected]>
    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. Add new hwsku Arista-7170-Q59S20 (#2450)

    zzhiyuan authored and yxieca committed Jan 16, 2019
    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 (#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 <[email protected]>
    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 (#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 (#2453)

    To include following changes:
    
    - [teammgrd]: Add retry logic for starting port channel with teamd (#756)
    - [portsorch] fix bug in initializePort (#753)
    - [intfmgrd] Fix intfmgrd hanging untill first interface becomes ready (#748)
    - [intfmgrd]: Support loopback (#742)
    -Improve comments for neighbor warmrestart related functions and warmRestartAssist class (#740)
    
    Signed-off-by: Ying Xie <[email protected]>
    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 22, 2019

  1. Configuration menu
    Copy the full SHA
    16b202f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81467ae View commit details
    Browse the repository at this point in the history
  3. [mellanox|ffb] ISSU version check (#2437)

    * Revert "[mellanox]: Integrate CRIU tool to SYNCD docker container (#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 <[email protected]>
    
    * [mellanox|ffb] ISSU version check
    
    Signed-off-by: Stepan Blyschak <[email protected]>
    
    * [mlnx|ffb] remove extra ';'
    
    Signed-off-by: Stepan Blyschak <[email protected]>
    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
  4. [Broadcom SAI] Upgrade Broadcom SAI to 3.3.4.3-1 (#2472)

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