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

NIC Driver binding refactoring #1682

Merged
merged 1 commit into from
Jan 6, 2022
Merged

NIC Driver binding refactoring #1682

merged 1 commit into from
Jan 6, 2022

Conversation

mcgov
Copy link
Collaborator

@mcgov mcgov commented Jan 6, 2022

moves uio_hv_generic out of the binding function, hoists it to the initialization function above.
The enabling function now checks whether the driver has been loaded or not, it only loads it if it has been loaded already.

@mcgov mcgov requested a review from squirrelsc as a code owner January 6, 2022 00:11
@squirrelsc
Copy link
Member

moves uio_hv_generic out of the binding function, hoists it to the initialization function above. The enabling function now checks whether the driver has been loaded or not, it only loads it if it has been loaded already.

Please add the details in the commit message. The commit message is easier to view in code history.

moves uio_hv_generic out of the binding function,
hoists it to the initialization function above.
The enabling function now checks whether the driver has been loaded or
not, it only loads it if it has been loaded already.
@mcgov mcgov merged commit 50d07cb into main Jan 6, 2022
@mcgov mcgov deleted the mcgov/rebind-fix branch January 6, 2022 20:05
squirrelsc pushed a commit that referenced this pull request Jan 14, 2022
moves uio_hv_generic out of the binding function,
hoists it to the initialization function above.
The enabling function now checks whether the driver has been loaded or
not, it only loads it if it has been loaded already.
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