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] api: increment ODP API version to 1.42.1 #1934

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

MatiasElo
Copy link
Collaborator

Increment API version number to reflect the following changes:

Backward compatible:

  • cls: add odp_cls_pmr_create_multi() function
  • cls: add odp_cls_pmr_destroy_multi() function
  • cls: add odp_cls_cos_create_multi() function
  • cls: add odp_cos_destroy_multi() function
  • crypto: clarify packet ordering of async crypto ops
  • crypto: add null_crypto crypto op flag for skipping crypto
  • crypto: allow both basic and out-of-place ops in one session
  • pktio: add ODP_PKTIO_MAX_INDEX define
  • queue: add odp_queue_create_multi() function
  • queue: add odp_queue_destroy_multi() function
  • queue: clarify odp_queue_param_t default value specification
  • system: add new ARMv8 and v9 enumerations
  • timer: clean up odp_timer_pool_param_t.num_timers description
  • timer: add odp_timeout_alloc_multi() function
  • timer: add odp_timeout_free_multi() function

Helper library (1.4.0):

Backward incompatible:

  • protocols: rename ODP_GTP_HLEN define to ODPH_GTP_HLEN
  • protocols: rename ODP_IGMP_HLEN define to ODPH_IGMP_HLEN
  • protocols: remove unused ICMP defines and add missing ODPH_ prefix to the remaining defines

Backward compatible:

  • macros: add ODPH_MIN() and ODPH_MAX() helper macros
  • macros: add ODPH_ARRAY_SIZE() helper macro
  • macros: add ODPH_ABS() helper macro

@odpbuild odpbuild changed the title api: increment ODP API version to 1.42.1 [PATCH v1] api: increment ODP API version to 1.42.1 Oct 18, 2023
@odpbuild odpbuild changed the title [PATCH v1] api: increment ODP API version to 1.42.1 [PATCH v2] api: increment ODP API version to 1.42.1 Oct 19, 2023
@MatiasElo MatiasElo added the API Ready API change ready to be merged (with the next API version increment) label Oct 19, 2023
Increment API version number to reflect the following changes:

Backward compatible:
- cls: add odp_cls_pmr_create_multi() function
- cls: add odp_cls_pmr_destroy_multi() function
- cls: add odp_cls_cos_create_multi() function
- cls: add odp_cos_destroy_multi() function
- crypto: clarify packet ordering of async crypto ops
- crypto: add null_crypto crypto op flag for skipping crypto
- crypto: allow both basic and out-of-place ops in one session
- pktio: add ODP_PKTIO_MAX_INDEX define
- queue: add odp_queue_create_multi() function
- queue: add odp_queue_destroy_multi() function
- queue: clarify odp_queue_param_t default value specification
- system: add new ARMv8 and v9 enumerations
- timer: clean up odp_timer_pool_param_t.num_timers description
- timer: add odp_timeout_alloc_multi() function
- timer: add odp_timeout_free_multi() function

Helper library (1.4.0):

Backward incompatible:
- protocols: rename ODP_GTP_HLEN define to ODPH_GTP_HLEN
- protocols: rename ODP_IGMP_HLEN define to ODPH_IGMP_HLEN
- protocols: remove unused ICMP defines and add missing ODPH_ prefix to the
  remaining defines

Backward compatible:
- macros: add ODPH_MIN() and ODPH_MAX() helper macros
- macros: add ODPH_ARRAY_SIZE() helper macro
- macros: add ODPH_ABS() helper macro

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
@odpbuild odpbuild changed the title [PATCH v2] api: increment ODP API version to 1.42.1 [PATCH v3] api: increment ODP API version to 1.42.1 Oct 23, 2023
@MatiasElo MatiasElo enabled auto-merge (rebase) October 23, 2023 08:00
@MatiasElo MatiasElo merged commit 14915c2 into OpenDataPlane:master Oct 23, 2023
174 checks passed
@MatiasElo MatiasElo deleted the dev/release branch October 23, 2023 09:40
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.

2 participants