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

tsbin/mlnx-sf: Wait for SF config driver to load #94

Open
wants to merge 1 commit into
base: mlnx_ofed
Choose a base branch
from

Conversation

ayalevin
Copy link
Contributor

As a part of the SF probing, the user should unbind the SF from the default config driver and bind the actual SF driver. Make the script wait 20 seconds for the config driver to load, so SF probing on startup will be more resilient.

Issue: 3956110

As a part of the SF probing, the user should unbind the SF from the
default config driver and bind the actual SF driver. Make the script
wait 20 seconds for the config driver to load, so SF probing on startup
will be more resilient.

Issue: 3956110
Signed-off-by: Aya Levin <[email protected]>
start = time.process_time()
while True:
if time.process_time() - start > SF_CFG_DRIVER_TIMEOUT:
break
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to issue some error here and maybe exit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants