-
Notifications
You must be signed in to change notification settings - Fork 306
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
DAOS-7043 engine: switch module unload and iv fini #5065
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Do IV fini before module unload, because iv_fini will need some iv class operation, which might be destoryed during module unload. Remove some error message in CRT IV, which might be possible during shutdown process, to satisfy the NLT checking. Signed-off-by: Di Wang <di.wang@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Did something happen to the tests on the patch here? Or has it literally been waiting 4 days in queue? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. No errors found by checkpatch.
Do IV fini before module unload, because iv_fini will need some iv class operation, which might be destoryed during module unload. Remove some error message in CRT IV, which might be possible during shutdown process, to satisfy the NLT checking. Signed-off-by: Di Wang <di.wang@intel.com>
Do IV fini before module unload, because iv_fini will need some iv class operation, which might be destoryed during module unload. Remove some error message in CRT IV, which might be possible during shutdown process, to satisfy the NLT checking. Signed-off-by: Di Wang <di.wang@intel.com>
Do IV fini before module unload, because iv_fini will
need some iv class operation, which might be destoryed
during module unload.
Signed-off-by: Di Wang di.wang@intel.com