aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-12-09 16:23:21 +0200
committerMatias Elo <matias.elo@nokia.com>2021-12-10 10:06:20 +0200
commitd1f5531d0bee1fcc6cd8f247c1fcea20090a5163 (patch)
tree9612d32c41f9ec60481c7b8b31b85ec12bee9581 /config
parentcb9d0eff53ad8057e3a85e7ea6e75e335c2e309c (diff)
api: increment ODP API version to 1.33.0.0
Increment API version number to reflect the following changes: Backward incompatible: - shm: added a bit mask capability odp_shm_capability_t.flags for ODP_SHM_* flags - timer: added initialization function odp_timer_pool_param_init() for timer pool parameters. Application must use it to initialize parameters to their default values. Backward compatible: - classifier: added missing default values for odp_cls_cos_param_t.num_queue, odp_cls_cos_param_t.red.enable, odp_cls_cos_param_t.bp.enable, and odp_pmr_param_t.range_term - crypto: clarified that odp_crypto_session_create() parameters, including the key and IV data, can be freed after session creation. - dma: added new DMA module which enables applications to offload memory transfers (copies) to DMA hardware. See include/odp/api/spec/dma.h for more information. - ipsec: added possibility to request completed packets as packet vector events instead of packet events - ipsec: clarified that odp_ipsec_sa_create() parameters, including the various memory buffers pointed to by the parameters, can be freed after SA creation. - packet_io: clarified odp_pktin_vector_config_t.enable documentation to state that when packet vectors are enabled, packets may be delivered both as packet vector events and packet events. Packet vectors are disabled by default. - packet_io: clarified that the type of input queues is deduced from the pktio input mode in odp_pktin_queue_config(), and that the default queue type value and the queue type value passed in odp_pktin_queue_param_t.queue_param are ignored. - pool: added new pool type for DMA completion event pools. These pools are created with odp_dma_pool_create() and pool capability is included in odp_dma_capability_t. Otherwise, pool APIs are used normally for these pools. - shm: added ODP_SHM_NO_HP flag which can be used to prevent the implementation from allocating the shared memory block from huge pages - std: added DMA flag to odp_feature_t Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions