[PATCH v4] api: increment ODP API version to 1.51.0#2378
Merged
Conversation
JannePeltonen
approved these changes
Jun 29, 2026
Increment API version number to reflect the following changes: Backward incompatible: - ipsec: change per-packet outbound options to be optional by introducing odp_ipsec_capability_t.out_op capability bits Backward compatible: - general: clarify that invalid handles must not be passed to ODP API functions unless explicitly allowed - classifier: clarify that the CoS being destroyed must not be used as pktio error CoS - crypto: add ODP_CIPHER_ALG_ZUC_NEA6 cipher and ODP_AUTH_ALG_ZUC_NIA6 auth algorithms - event vector: remove the default value from odp_event_aggr_config_t.event_type specification - packet: remove the value range from the len parameter descriptions of odp_packet_push_head(), odp_packet_pull_head(), odp_packet_push_tail(), and odp_packet_pull_tail() - packet: relax odp_packet_ref() specification regarding referencing relationship after pull or truncation operations - pktio: clarify that odp_pktio_default_cos_set() may be called multiple times, each call replacing the previous default CoS binding - pktio: clarify that odp_pktio_error_cos_set() may be called multiple times, each call replacing the previous error CoS binding - timer: change odp_timer_pool_param_t.periodic.freq.freq_hz to a pointer to const - timer: clarify odp_timer_pool_info() frequency values for ODP_TIMER_TYPE_PERIODIC_FREQ timer pools - timer: clarify that parameter values unused by the timer pool type are undefined in odp_timer_pool_info() Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
This file contains hidden or 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
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.
Increment API version number to reflect the following changes:
Backward incompatible:
Backward compatible:
V2: