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

DAOS-7043 engine: switch module unload and iv fini #5065

Merged
merged 4 commits into from
Apr 9, 2021
Merged

Conversation

wangdi1
Copy link
Contributor

@wangdi1 wangdi1 commented Mar 18, 2021

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

Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

jolivier23
jolivier23 previously approved these changes Mar 18, 2021
liuxuezhao
liuxuezhao previously approved these changes Mar 21, 2021
Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

@kprantis
Copy link
Contributor

kprantis commented Apr 3, 2021

Did something happen to the tests on the patch here? Or has it literally been waiting 4 days in queue?

Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

Copy link
Collaborator

@daosbuild1 daosbuild1 left a 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.

@jolivier23 jolivier23 merged commit 6826cb4 into master Apr 9, 2021
@jolivier23 jolivier23 deleted the daos_7043 branch April 9, 2021 15:00
wangdi1 pushed a commit that referenced this pull request Apr 9, 2021
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>
johannlombardi pushed a commit that referenced this pull request Apr 12, 2021
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>
@ashleypittman ashleypittman mentioned this pull request Apr 28, 2021
@ashleypittman ashleypittman mentioned this pull request May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants