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

Split out CQE completion routines for winuser #3285

Merged
merged 2 commits into from
Dec 13, 2022

Conversation

mtfriesen
Copy link
Contributor

Description

Describe the purpose of and changes within this Pull Request.

As a follow up for #3282, split the IO completion routines into atomic units.

Testing

Do any existing tests cover this change? Are new tests needed?

CI/CD

Documentation

Is there any documentation impact for this change?

No.

@mtfriesen mtfriesen requested a review from a team as a code owner December 13, 2022 17:59
CXPLAT_SEND_DATA* SendData = CONTAINING_RECORD(Sqe, CXPLAT_SEND_DATA, Sqe);
CXPLAT_SOCKET_PROC* SocketProc = SendData->SocketProc;

#ifdef CXPLAT_DATAPATH_QUEUE_SENDS
Copy link
Member

Choose a reason for hiding this comment

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

I forgot to in my PR, but could you remove CXPLAT_DATAPATH_QUEUE_SENDS from CMakeList.txt? That should be the last reference.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Will do in my next PR - I don't want to restart the tests, and I have other PRs dependent on this one.

@mtfriesen mtfriesen merged commit 6e4aaa3 into main Dec 13, 2022
@mtfriesen mtfriesen deleted the mtfriesen/split_cqe_routines branch December 13, 2022 18:51
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