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.45.0
Increment API version number to reflect the following changes: Backward incompatible: - crypto: increase size of odp_crypto_cipher_algos_t.all_bits and odp_crypto_auth_algos_t.all_bits - packet: change odp_packet_reset() specification to use odp_packet_reset_max_len() for maximum packet data length value - proto_stats: limit length of odp_proto_stats_create() object name parameter to a new ODP_PROTO_STATS_NAME_LEN define - tm: limit lengths of TM object names to a new ODP_TM_NAME_LEN define Backward compatible: - common: make mentions of maximum string lengths clear and consistent and always state that the null character is included - cpu: add more specific data prefetch variants: odp_prefetch_l1(), odp_prefetch_l2(), and odp_prefetch_l3() - cpu: add more specific data prefetch variants for store: odp_prefetch_store_l1(), odp_prefetch_store_l2(), and odp_prefetch_store_l3() - cpu: add streaming data prefetch functions odp_prefetch_strm_l1() and odp_prefetch_store_strm_l1() - crypto: add SHA-3 based cryptographic hash functions and HMACs based on them - crypto: add SNOW-V cipher algorithm and SNOW-V-GCM AEAD algorithm - crypto: add SM3 cryptographic hash function and a HMAC based on it - crypto: add SM4 cipher in ECB, CBC, CTR, GCM, CCM and GMAC modes - event: add odp_event_user_flag_set() function - packet: clarify odp_packet_buf_len() specification - packet: clarify odp_packet_reset() specification - packet: add odp_packet_reset_meta() function - pool: clarify in odp_pool_param_t.buf.size specification Helper library (1.6.0): Backward incompatible: - remove unused cuckoo table API - remove unused hash table API - remove unused linear table API - remove unused IP lookup table API - remove unused table interface API Backward compatible: - stress: add CPU stress functions: odph_stress_pow2_u32(), odph_stress_log2_u32(), odph_stress_sqrt_u32(), odph_stress_sqrt_f32() - string: add odph_strcpy() function - thread: add odph_thread_join_result() function - thread: clarify in odph_thread_create() specification Signed-off-by: Matias Elo <[email protected]> Reviewed-by: Petri Savolainen <[email protected]>
- Loading branch information