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

App Controlled Execution Config #3034

Merged
merged 34 commits into from
Sep 30, 2022
Merged

App Controlled Execution Config #3034

merged 34 commits into from
Sep 30, 2022

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Aug 30, 2022

Description

Refactors the MsQuic API to allow for the application to explicitly configure the execution of MsQuic internals. This is the next step to allow the app to fully control execution.

Testing

Existing CI

Documentation

to-do

@nibanks nibanks requested a review from a team as a code owner August 30, 2022 19:32
src/platform/datapath_epoll.c Fixed Show fixed Hide fixed
} else {*/
CxPlatWorkerCount = CxPlatProcMaxCount();
ProcessorList = NULL;
//}

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code
Comment on lines +114 to +117
/*if (Config && Config->ProcessorCount) {
CxPlatWorkerCount = Config->ProcessorCount;
ProcessorList = Config->ProcessorList;
} else {*/

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code
scripts/RemoteTests.json Outdated Show resolved Hide resolved
src/inc/msquic.h Outdated Show resolved Hide resolved
"CxPlatThreadCreate");
goto Error;
#ifndef _KERNEL_MODE // Not supported on kernel mode
if (ExecProfile != QUIC_EXECUTION_PROFILE_TYPE_MAX_THROUGHPUT) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does max throughput related flag works without splitpartitioning?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. Max throughput just means separate threads for UDP and QUIC now.

@nibanks nibanks merged commit 5b921c9 into main Sep 30, 2022
@nibanks nibanks deleted the nibanks/custom-execution-config branch September 30, 2022 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants