aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-21api: pool: add ML completion event pool typePetri Savolainen
2024-02-21api: event: add ML completion event typePetri Savolainen
2024-02-21api: feature: add ML API into ODP featuresPetri Savolainen
2024-02-21api: ml: add machine learning APIPetri Savolainen
2024-01-10api: fix doxygen documentation groupingMatias Elo
2023-12-20api: packet: clarify don't free optionPetri Savolainen
2023-12-20api: time: clarify odp_time_sum() specificationPetri Savolainen
2023-12-20api: time: add ODP startup time requestPetri Savolainen
2023-12-20api: time: allow non-zero startup timePetri Savolainen
2023-12-20api: timer: clarify timer tickPetri Savolainen
2023-12-20api: packet: clarify packet IO timePetri Savolainen
2023-12-20api: time: add nanoseconds into time stampPetri Savolainen
2023-12-20api: cls: remove capability fieldTuomas Taipale
2023-12-20api: cls: rename capability fieldTuomas Taipale
2023-12-20api: cls: add new packet matching rule capabilitiesTuomas Taipale
2023-12-20api: timer: deprecate odp_timeout_fresh()Petri Savolainen
2023-12-20api: timer: add odp_timer_pool_start_multi()Matias Elo
2023-12-19api: timer: only inactive timers can be freedPetri Savolainen
2023-12-19api: thread: add functions for reading current control/worker thread countMatias Elo
2023-12-19api: thread: add functions for reading maximum control/worker thread countMatias Elo
2023-12-19api: thread: move ODP_THREAD_COUNT_MAX to types headerMatias Elo
2023-12-19api: sched: clarify event ordering in ordered contextsJanne Peltonen
2023-12-19api: pool: clarify per thread statisticsPetri Savolainen
2023-12-19api: event: add odp_event_pool() functionMatias Elo
2023-12-19api: timer: explicitly deprecate odp_timer_set_tTuomas Taipale
2023-12-19api: hints: fix type conversion problem in odp_unlikely()Janne Peltonen
2023-12-18abi: event: remove unnecessary headerTuomas Taipale
2023-12-18api: timer: remove deprecated itemsTuomas Taipale
2023-12-18api: sched: remove deprecated itemsTuomas Taipale
2023-12-18api: crypto: remove deprecated itemsTuomas Taipale
2023-12-18api: cls: remove deprecated itemsTuomas Taipale
2023-11-30linux-gen: m4: add configuration option for enabling wfe locksMatias Elo
2023-11-01abi: dma: increase default transfer ID sizeTuomas Taipale
2023-10-20api: queue: add odp_queue_destroy_multi() functionMatias Elo
2023-10-20api: queue: add odp_queue_create_multi() functionMatias Elo
2023-10-20api: cls: add odp_cls_pmr_destroy_multi() functionMatias Elo
2023-10-20api: cls: add odp_cos_destroy_multi() functionMatias Elo
2023-10-20api: cls: add odp_cls_cos_create_multi() functionMatias Elo
2023-10-20api: cls: add odp_cls_pmr_create_multi() functionMatias Elo
2023-10-20api: timer: add odp_timeout_free_multi() functionMatias Elo
2023-10-20api: timer: add odp_timeout_alloc_multi() functionMatias Elo
2023-10-20api: sysinfo: add new ARMv8 and v9 enumerationsMatias Elo
2023-10-20api: crypto: allow both basic and out-of-place ops in one sessionJanne Peltonen
2023-10-20api: crypto: add null_crypto crypto op flag for skipping cryptoJanne Peltonen
2023-10-20api: crypto: clarify packet ordering of async crypto opsJanne Peltonen
2023-10-20api: queue: clarify odp_queue_param_t default value specificationMatias Elo
2023-10-20api: timer: clean up odp_timer_pool_param_t.num_timers descriptionJere Leppänen
2023-10-20api: pktio: add ODP_PKTIO_MAX_INDEX defineMatias Elo
2023-09-01api: update copyright formatMatias Elo
2023-08-14api: fix typosTianyu Li