Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: increment ODP API version to 1.46.0
Increment API version number to reflect the following changes: Backward incompatible: - crypto: change the default crypto op type to ODP_CRYPTO_OP_TYPE_BASIC - crypto: deprecate crypto op type ODP_CRYPTO_OP_TYPE_LEGACY - pktio: modify certain details of IP and TCP LSO, specify missing details, add restrictions, and clarify the API in general - pktio: deprecate ODP_PACKET_TX_COMPL_ALL define - pktio: deprecate odp_pktio_capability_t.tx_compl.mode_all field - pktio: deprecate odp_pktout_config_opt_t.bit.tx_compl_ena field - timer: deprecate odp_timer_pool_start() function Backward compatible: - event: clarify odp_event_free() documentation - init: add printf format check to odp_override_log() and odp_log_func_t declarations - init: add odp_log_fn_get() function - init: add odp_abort_fn_get() function - pktio: add a new custom LSO operation ODP_LSO_WRITE_BITS - pktio: specify that all segments, except the last one, have the maximum payload length with the custom LSO protocol (ODP_LSO_PROTO_CUSTOM) Remove deprecated APIs: - timer: remove deprecated odp_timeout_fresh() function - timer: remove deprecated odp_timer_set_t type Helper library 1.7.0: Backward incompatible changes: - linux: deprecate odph_linux_pthread_create() and odph_linux_pthread_join() functions - linux: deprecate odph_linux_process_fork(), odph_linux_process_fork_n(), and odph_linux_process_wait_n() functions Backward compatible: - api: explicitly state that ODP must be initialized before calling helper functions and document exceptions to this rule individually - debug: improve debug macro documentation Signed-off-by: Matias Elo <[email protected]> Reviewed-by: Petri Savolainen <[email protected]>
- Loading branch information