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

hssi: increate timeout to 1 second #3132

Merged
merged 1 commit into from
Jun 17, 2024

Commits on Jun 17, 2024

  1. hssi: increate timeout to 1 second

    Some operations are taking longer than the current timeout, such as
    putting an HSSI port in loopback. Timeout is a failure, so waiting
    a little long isn't a problem. Actual completion observed has been
    over 100ms, so chose 1 second.
    
    The current timeout logic could be improved but is not changed in
    this commit. Time passed is calculated as the sum of sleep times,
    which assumes MMIO reads are free and sleep is exactly the requested
    wait.
    
    Signed-off-by: Michael Adler <michael.adler@intel.com>
    michael-adler committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    80a04d0 View commit details
    Browse the repository at this point in the history