-
Notifications
You must be signed in to change notification settings - Fork 134
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
[PATCH v4] api: thread: add functions for control/worker thread counts #1950
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
odpbuild
changed the title
api: thread: add functions for control/worker thread counts
[PATCH v1] api: thread: add functions for control/worker thread counts
Nov 15, 2023
MatiasElo
force-pushed
the
dev/api-max-threads
branch
from
November 28, 2023 14:09
d9dcc3f
to
346e66e
Compare
odpbuild
changed the title
[PATCH v1] api: thread: add functions for control/worker thread counts
[PATCH v2] api: thread: add functions for control/worker thread counts
Nov 28, 2023
TuomasTaipale
approved these changes
Nov 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in 3bdae8a message: "belongs" -> "belong", otherwise looks good.
MatiasElo
added
the
API Ready
API change ready to be merged (with the next API version increment)
label
Dec 12, 2023
jerinjacobk
approved these changes
Dec 18, 2023
jerinjacobk
approved these changes
Dec 18, 2023
jerinjacobk
approved these changes
Dec 18, 2023
MatiasElo
force-pushed
the
dev/api-max-threads
branch
from
December 19, 2023 08:28
346e66e
to
f870093
Compare
odpbuild
changed the title
[PATCH v2] api: thread: add functions for control/worker thread counts
[PATCH v3] api: thread: add functions for control/worker thread counts
Dec 19, 2023
Move ODP_THREAD_COUNT_MAX specification and definition to thread_types headers where they belong to. No functional API changes. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
…count Add new functions odp_thread_control_count_max() and odp_thread_worker_count_max() for reading the maximum number of control and worker threads. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
…count Add new functions odp_thread_control_count() and odp_thread_worker_count() for reading the current number of control and worker threads. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Jerin Jacob <jerinj@marvell.com>
…tions Implement new functions odp_thread_control_count() and odp_thread_worker_count() for reading the current number of control and worker threads. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Implement new functions odp_thread_control_count_max() and odp_thread_worker_count_max() for reading the maximum number of control and worker threads. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
…ctions Add validation tests for the new control/worker thread count functions. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
psavol
force-pushed
the
dev/api-max-threads
branch
from
December 19, 2023 13:16
f870093
to
a771363
Compare
odpbuild
changed the title
[PATCH v3] api: thread: add functions for control/worker thread counts
[PATCH v4] api: thread: add functions for control/worker thread counts
Dec 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.