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

Back-merge from Azure/sonic-buildimage/201709. #4

Merged
merged 6 commits into from
Nov 24, 2017

Commits on Oct 31, 2017

  1. [teamd]: Bring down all member interfaces before starting teamd (#1096)

    Taken from #1081
    Hnydyn Nazar authored and Shuotian Cheng committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    fd2455d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. [sonic-sairedis]: Update submodule on 201709 branch (#1097)

    * Update sonic-sairedis for Nephos.
    
    Signed-off-by: Wade He <chihen.he@gmail.com>
    wadelnn authored and lguohan committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    a0c56aa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Update REAME and diag utility for Nephos (#1100)

    - What I did
    Add Nephos information into README.md
    Update content of npx_diag from binary to shell
    
    - How I did it
    
    - How to verify it
    Check npx_diag work as well
    
    - Description for the changelog
    Update REAME and diag utility for Nephos
    
    Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
    kaiyu22 authored and lguohan committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    74c27b5 View commit details
    Browse the repository at this point in the history
  2. [nephos]: Separate config files from SAI debian package of Nephos (#1110

    )
    
    - What I did
        Separate led and port config file from SAI debian package of Nephos
    
    - How I did it
        The modification is as below:
        1. port config
           old path: /etc/nps/tau-s9130-32x100G.dsh
           new path: /usr/share/sonic/hwsku/port_config.nps
        2. led config
           old path: /etc/nps/tau-s9130-32x100G.cfg
           new path: /usr/share/sonic/platform/led_proc_init.nps
    
    - How to verify it
        After the config files are separated, check switch interfaces and network features are work as well
    
    - Description for the changelog
        Separate led and port config file from SAI debian package of Nephos
    
    Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
    kaiyu22 authored and lguohan committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    9fa8de6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2017

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

Commits on Nov 22, 2017

  1. [ingrasys]: Updating index value starts from 0-based in port_config.i…

    …ni (#1176)
    
    - What I did
        Update index value from 1-based to 0-based
    
    - How I did it
        The below files will be modified:
        1. port_config.ini
        2. sfputil.py
    
    - How to verify it
        Execute command "sfputil show eeprom" to check the eeprom can be dumped if port is pluggged.
    
    - Description for the changelog
        Update index value from 1-based to 0-based
    
    Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
    kaiyu22 authored and lguohan committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    b06cce2 View commit details
    Browse the repository at this point in the history