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

[Mellanox] fix sfp issue in reading qsfp_status #3386

Merged
merged 3 commits into from
Sep 6, 2019

Commits on Aug 27, 2019

  1. [sfputil.py] move reading qsfp_status into the try block

    There is a very low possibility that qsfp_status exists when opening it but doesn't when reading it a bit later. If this occurs an exception is raised.
    However, this should be treated as "not presence" rather than causing an exception, which can be achieved by putting it into try block.
    Stephen Sun committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c5e007c View commit details
    Browse the repository at this point in the history
  2. [sfputil.py] rephase.

    Stephen Sun committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6776365 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. [sfputil.py] output error messages to stderr

    Stephen Sun committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    6b46d32 View commit details
    Browse the repository at this point in the history