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

[PATCH v3] helper: deprecate linux specific thread/process create and join functions #2153

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

MatiasElo
Copy link
Collaborator

No description provided.

@odpbuild odpbuild changed the title helper: deprecate linux specific thread/process create and join functions [PATCH v1] helper: deprecate linux specific thread/process create and join functions Nov 22, 2024
@MatiasElo MatiasElo added the API next API change for next release label Nov 26, 2024
@MatiasElo MatiasElo added this to the v1.46.0.0 release milestone Nov 26, 2024
@MatiasElo MatiasElo force-pushed the dev/deprecate-helpers branch from d247281 to bfe2de4 Compare December 9, 2024 09:58
@odpbuild odpbuild changed the title [PATCH v1] helper: deprecate linux specific thread/process create and join functions [PATCH v2] helper: deprecate linux specific thread/process create and join functions Dec 9, 2024
…bled

Build pthread and process test applications only when deprecated helper API
functions have been enabled.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Janne Peltonen <[email protected]>
Deprecate unused odph_linux_pthread_create() and odph_linux_pthread_join()
functions which have been replaced by generic odph_thread_create() and
odph_thread_join() functions.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Janne Peltonen <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
Deprecate unused odph_linux_process_fork(), odph_linux_process_fork_n(),
and odph_linux_process_wait_n() functions which have been replaced by
generic odph_thread_create() and odph_thread_join() functions.

Signed-off-by: Matias Elo <[email protected]>
Reviewed-by: Janne Peltonen <[email protected]>
Reviewed-by: Petri Savolainen <[email protected]>
@MatiasElo MatiasElo force-pushed the dev/deprecate-helpers branch from bfe2de4 to 81b3ea9 Compare December 20, 2024 13:35
@odpbuild odpbuild changed the title [PATCH v2] helper: deprecate linux specific thread/process create and join functions [PATCH v3] helper: deprecate linux specific thread/process create and join functions Dec 20, 2024
@MatiasElo MatiasElo added the API Ready API change ready to be merged (with the next API version increment) label Dec 20, 2024
@MatiasElo MatiasElo enabled auto-merge (rebase) December 20, 2024 13:36
@MatiasElo MatiasElo merged commit c0c594f into OpenDataPlane:master Dec 20, 2024
160 checks passed
@MatiasElo MatiasElo deleted the dev/deprecate-helpers branch December 20, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API next API change for next release API Ready API change ready to be merged (with the next API version increment)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants