aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-12linux-gen: packet: move user area pointer to packet headerMatias Elo
2022-01-12linux-gen: packet: move user context pointer to packet headerMatias Elo
2022-01-12validation: pool: check odp_pool_param_init() outputMatias Elo
2022-01-12test: lock_perf: add option to run tests repeatedlyJere Leppänen
2022-01-12test: lock_perf: print counter values when validation failsJere Leppänen
2022-01-07example: timer_accuracy: set exit code on failureMatias Elo
2022-01-07example: timer_accuracy: close output file on failureMatias Elo
2022-01-07test: performance: add DMA performance testTuomas Taipale
2022-01-07validation: packet: add new test for user area testingAshwin Sekhar T K
2022-01-07linux-gen: pool: reduce max uarea size to 2048 bytesAshwin Sekhar T K
2022-01-05validation: timer: max number of timer poolsPetri Savolainen
2022-01-05linux-gen: timer: use ODP_DBG for resolution too high messagesPetri Savolainen
2022-01-05linux-gen: timer: avoid race between timer pool scan and destroyPetri Savolainen
2022-01-05validation: queue: create pools with enough buffersAshwin Sekhar T K
2022-01-05validation: pktio: create pools with enough buffersAshwin Sekhar T K
2021-12-29linux-gen: pktio: socket: fix log textTuomas Taipale
2021-12-27linux-gen: sched: update random data tablePetri Savolainen
2021-12-27validation: atomic: add separate test for each type of operationJere Leppänen
2021-12-27validation: atomic: add separate test for odp_atomic_init_*() functionsJere Leppänen
2021-12-27validation: random: test randomnessJere Leppänen
2021-12-27validation: random: add test for buffer overflow and alignment problemsJere Leppänen
2021-12-27linux-gen: random: improve ODP_RANDOM_BASIC data and random test dataJere Leppänen
2021-12-23linux-gen: shm: stop listing deprecated ODP_SHM_SW_ONLY flag as supportedMatias Elo
2021-12-23test: performance: random: remove usage of deprecated ODP_SHM_SW_ONLY flagMatias Elo
2021-12-23example: ipfragreass: use standard 128-bit atomic operationsMatias Elo
2021-12-22example: ipsec_crypto: remove unnecessary IP ID randomizationJanne Peltonen
2021-12-22example: ipsec_crypto: fix outbound ESP processing to not reuse IVsJanne Peltonen
2021-12-22validation: ipsec: change boolean function arguments to enumsJanne Peltonen
2021-12-22validation: ipsec: add AH to many tests that now use only ESPJanne Peltonen
2021-12-22validation: ipsec: move AH AES-GMAC out+in tests in the common AH testJanne Peltonen
2021-12-22validation: ipsec: remove unneeded capability callsJanne Peltonen
2021-12-14validation: atomic: define CNT as unsigned long longPetri Savolainen
2021-12-13validation: atomic: increase number of test roundsJere Leppänen
2021-12-13validation: atomic: remove unused global and thread specific dataJere Leppänen
2021-12-13validation: atomic: validate resulting value from cas operationsJere Leppänen
2021-12-13validation: atomic: test xchg operations with random dataJere Leppänen
2021-12-13validation: atomic: add increment/add and decrement/sub testsJere Leppänen
2021-12-13validation: atomic: validate max and min valuesJere Leppänen
2021-12-13validation: atomic: break validation function into multiple functionsJere Leppänen
2021-12-10test: pktio_ordered: add option to enable promisc modeVolodymyr Fialko
2021-12-10example: classifier: fix potential memory leaksTuomas Taipale
2021-12-10api: increment ODP API version to 1.33.0.0v1.33.0.0Matias Elo
2021-12-09validation: dma: add tests for the new APIPetri Savolainen
2021-12-09linux-gen: dma: implement the new DMA APIPetri Savolainen
2021-12-09api: std_types: add DMA to ODP featuresPetri Savolainen
2021-12-09api: pool: add new ODP_POOL_DMA_COMPL pool typePetri Savolainen
2021-12-09api: dma: add new DMA offload APIPetri Savolainen
2021-12-09api: event: add DMA completion event typePetri Savolainen
2021-12-09test: timer: use timer pool param init functionPetri Savolainen
2021-12-09validation: timer: test timer pool param init functionPetri Savolainen