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

[CMIS] Add lane_mask parameter to set_loopback_mode() to enable setti… #490

Merged
merged 6 commits into from
Sep 8, 2024

Commits on Aug 5, 2024

  1. [CMIS] Add lane_mask parameter to set_loopback_mode() to enable setti…

    …ng loopback mode for individual lanes rather than the entire physical port
    
    Signed-off-by: xinyu <xinyu0123@gmail.com>
    xinyulin committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    36a0294 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. [CMIS] Add options to individually clear host/media, input/output loo…

    …pback modes and log errors for all rejection cases
    
    Signed-off-by: xinyu <xinyu0123@gmail.com>
    xinyulin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b2ac81c View commit details
    Browse the repository at this point in the history
  2. [CMIS] Reject the loopback mode request if simultaneous host and medi…

    …a loopback is not supported or per-lane loopback is not supported
    
    Signed-off-by: xinyu <xinyu0123@gmail.com>
    xinyulin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6801fa0 View commit details
    Browse the repository at this point in the history
  3. [CMIS] Log errors for all set loopback mode rejection cases

    Signed-off-by: xinyu <xinyu0123@gmail.com>
    xinyulin committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7105a22 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. [CMIS] Improve readability by using individual functions for setting …

    …host, media, input, and output loopback modes
    
    Signed-off-by: xinyu <xinyu0123@gmail.com>
    xinyulin committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    dd39936 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. [CMIS] Add an enable parameter to eliminate the need for loopback mod…

    …es with the -none suffix
    
    Signed-off-by: xinyu <xinyu0123@gmail.com>
    xinyulin committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9faee1a View commit details
    Browse the repository at this point in the history