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

sonic-utils: initial support for link-training #2071

Merged
merged 5 commits into from
May 18, 2022

Commits on May 11, 2022

  1. sonic-utils: initial support for link-training

    - What I did
    Add CLI support for link-trainig
    
    - How I did it
    portconfig: initial support for link-training config
    config/main.py: initial support for link-training config
    intfutil: initial support for link-training show command
    show/interfaces/init.py: initial support for link-training show command
    
    - How to verify it
    Manual test
    Ran the Unit-tests to the corresponding changes
    
    Signed-off-by: Dante Su <dante.su@broadcom.com>
    ds952811 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    ca3db28 View commit details
    Browse the repository at this point in the history
  2. address the test failures

    Signed-off-by: Dante Su <dante.su@broadcom.com>
    ds952811 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    393c7c9 View commit details
    Browse the repository at this point in the history
  3. address the test failures in intfutil_test.py

    Signed-off-by: Dante Su <dante.su@broadcom.com>
    ds952811 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    4643e75 View commit details
    Browse the repository at this point in the history
  4. drop LINK_TRAINING and typo fix

    Signed-off-by: Dante Su <dante.su@broadcom.com>
    ds952811 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    5903101 View commit details
    Browse the repository at this point in the history
  5. error out when invalid LT mode is specified

    Signed-off-by: Dante Su <dante.su@broadcom.com>
    ds952811 committed May 11, 2022
    Configuration menu
    Copy the full SHA
    6665a62 View commit details
    Browse the repository at this point in the history