Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

[LibOS] Rename async helper to async worker #2318

Merged
merged 1 commit into from
May 10, 2021

Conversation

boryspoplawski
Copy link
Contributor

@boryspoplawski boryspoplawski commented Apr 16, 2021

Description of the changes

To be consistent with recent IPC worker rename.


This change is Reviewable

Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 30 files reviewed, 2 unresolved discussions, not enough approvals from maintainers (2 more required), not enough approvals from different teams (1 more required, approved so far: ITL), "DONTMERGE" and "TODO" found in commit messages' one-liners (waiting on @boryspoplawski)

a discussion (no related file):
Grepping for async helper (case insensitive) also shows some mentions in db_threading.c, shim_thread.c, enclave_entry.S.



LibOS/shim/include/shim_utils.h, line 163 at r1 (raw file):

/* Asynchronous event support */
int init_async(void);

We have init_async() but init_ipc_worker. I suggest to rename this to init_async_worker for uniformity.

Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 30 files reviewed, 3 unresolved discussions, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: ITL), "DONTMERGE" and "TODO" found in commit messages' one-liners (waiting on @boryspoplawski)

a discussion (no related file):
@boryspoplawski The IPC Rework PR was merged, can you rebase this one?


@boryspoplawski boryspoplawski force-pushed the borys/rename_async_helper branch from 8df5e8f to 7843399 Compare May 10, 2021 09:47
@boryspoplawski boryspoplawski marked this pull request as ready for review May 10, 2021 09:48
@boryspoplawski boryspoplawski force-pushed the borys/rename_async_helper branch from 7843399 to 5a80ab1 Compare May 10, 2021 09:52
Copy link
Contributor Author

@boryspoplawski boryspoplawski left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 33 files reviewed, 3 unresolved discussions, not enough approvals from maintainers (1 more required), not enough approvals from different teams (1 more required, approved so far: ITL) (waiting on @dimakuv)

a discussion (no related file):

Previously, dimakuv (Dmitrii Kuvaiskii) wrote…

Grepping for async helper (case insensitive) also shows some mentions in db_threading.c, shim_thread.c, enclave_entry.S.

Done.


a discussion (no related file):

Previously, dimakuv (Dmitrii Kuvaiskii) wrote…

@boryspoplawski The IPC Rework PR was merged, can you rebase this one?

Done.



LibOS/shim/include/shim_utils.h, line 163 at r1 (raw file):

Previously, dimakuv (Dmitrii Kuvaiskii) wrote…

We have init_async() but init_ipc_worker. I suggest to rename this to init_async_worker for uniformity.

Done.

Just to be consistent with IPC worker.

Signed-off-by: Borys Popławski <[email protected]>
Copy link

@dimakuv dimakuv left a comment

Choose a reason for hiding this comment

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

Reviewed 27 of 27 files at r2.
Reviewable status: 27 of 33 files reviewed, all discussions resolved

Copy link
Member

@mkow mkow left a comment

Choose a reason for hiding this comment

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

Reviewed 7 of 27 files at r2.
Reviewable status: 27 of 33 files reviewed, all discussions resolved

@boryspoplawski
Copy link
Contributor Author

Jenkins, retest Jenkins-18.04 please (kill11 failed - known issue, writev07 failed - unrelated - recently we've started to observe tests seemingly succeeding but then timing out)

Copy link
Member

@mkow mkow left a comment

Choose a reason for hiding this comment

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

Reviewed 6 of 30 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@boryspoplawski boryspoplawski merged commit 5a80ab1 into master May 10, 2021
@boryspoplawski boryspoplawski deleted the borys/rename_async_helper branch May 10, 2021 10:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants