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

[pdpix] Add async_close API #527

Merged
merged 6 commits into from
Mar 10, 2023
Merged

[pdpix] Add async_close API #527

merged 6 commits into from
Mar 10, 2023

Conversation

iyzhang
Copy link
Contributor

@iyzhang iyzhang commented Mar 8, 2023

This is the first of several commits adding support for asynchronous close to Demikernel for issue #520 . This PR adds the API, the returned result in the runtime and unimplemented cases for all of the libOSes.

@iyzhang iyzhang requested a review from ppenna March 8, 2023 20:18
@iyzhang iyzhang added the enhancement Enhancement Request on an Existing Feature label Mar 8, 2023
@iyzhang iyzhang added this to the Demikernel v1.1 milestone Mar 8, 2023
@ppenna ppenna modified the milestone: Demikernel v1.1 Mar 8, 2023
@iyzhang iyzhang force-pushed the enhancement-pdpix-async-close branch 2 times, most recently from 7322f6f to 99351a4 Compare March 8, 2023 21:53
@iyzhang iyzhang removed this from the Demikernel v1.1 milestone Mar 8, 2023
@@ -61,6 +61,7 @@ extern "C"
DEMI_OPC_POP, /**< Pop operation. */
DEMI_OPC_ACCEPT, /**< Accept operation. */
DEMI_OPC_CONNECT, /**< Connect operation. */
DEMI_OPC_CLOSE, /**< Close operation. */
Copy link
Contributor

@ppenna ppenna Mar 9, 2023

Choose a reason for hiding this comment

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

Could you add an extra space here, so that comments align up?

@ppenna ppenna force-pushed the enhancement-pdpix-async-close branch from f713064 to 302ebef Compare March 10, 2023 18:55
@ppenna ppenna merged commit 65145c0 into dev Mar 10, 2023
@ppenna ppenna deleted the enhancement-pdpix-async-close branch March 10, 2023 19:14
@iyzhang iyzhang linked an issue Mar 19, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PDPIX] Add asynchronous close()
2 participants