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 v4] api: event: add odp_event_pool() function #1947

Merged
merged 3 commits into from
Dec 19, 2023

Conversation

MatiasElo
Copy link
Collaborator

No description provided.

@odpbuild odpbuild changed the title api: event: add odp_event_pool() function [PATCH v1] api: event: add odp_event_pool() function Nov 13, 2023
include/odp/api/spec/event.h Outdated Show resolved Hide resolved
include/odp/api/spec/event.h Outdated Show resolved Hide resolved
@odpbuild odpbuild changed the title [PATCH v1] api: event: add odp_event_pool() function [PATCH v2] api: event: add odp_event_pool() function Nov 17, 2023
@MatiasElo MatiasElo added the API Ready API change ready to be merged (with the next API version increment) label Dec 12, 2023
@ashwinyes
Copy link
Contributor

Acked-by: Ashwin Sekhar T K asekhar@marvell.com

@odpbuild odpbuild changed the title [PATCH v2] api: event: add odp_event_pool() function [PATCH v3] api: event: add odp_event_pool() function Dec 19, 2023
@psavol psavol enabled auto-merge (rebase) December 19, 2023 09:59
Add odp_event_pool() function, which returns a handle to the pool where the
event was allocated from. If the underlying event type does not have API
for returning pool handle (e.g. ODP_EVENT_IPSEC_STATUS), ODP_POOL_INVALID
is returned.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Acked-by: Ashwin Sekhar T K <asekhar@marvell.com>
Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Implement new odp_event_pool() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Add validation tests for new odp_event_pool() API.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
@odpbuild odpbuild changed the title [PATCH v3] api: event: add odp_event_pool() function [PATCH v4] api: event: add odp_event_pool() function Dec 19, 2023
@psavol psavol merged commit 026f78e into OpenDataPlane:master Dec 19, 2023
171 checks passed
@MatiasElo MatiasElo deleted the dev/api-event-pool branch December 20, 2023 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants