Skip to content

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

Open
ayalevin wants to merge 1 commit into
Mellanox:mlnx_ofedfrom
ayalevin:mlnx_sf
Open

tsbin/mlnx-sf: Wait for SF config driver to load#94
ayalevin wants to merge 1 commit into
Mellanox:mlnx_ofedfrom
ayalevin:mlnx_sf

Conversation

@ayalevin
Copy link
Copy Markdown
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 <ayal@nvidia.com>
Comment thread tsbin/mlnx-sf
start = time.process_time()
while True:
if time.process_time() - start > SF_CFG_DRIVER_TIMEOUT:
break
Copy link
Copy Markdown
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