aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_stash.c
AgeCommit message (Expand)Author
2023-04-12linux-gen: stash: implement new per object size capabilitiesMatias Elo
2023-04-12linux-gen: stash: add support for odp_stash_param_t.strict_size parameterMatias Elo
2023-02-03linux-gen: stash: add mpmc ring based implementationMatias Elo
2023-02-03linux-gen: stash: add framework for using different ring typesMatias Elo
2023-01-24linux-gen: stash: add helper functions for stash handle conversionsMatias Elo
2023-01-24linux-gen: stash: reserve all memory from a single shm blockMatias Elo
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-09-29linux-gen: stash: implement new batch functionsMatias Elo
2022-07-14linux-gen: stash: implement statistics countersPetri Savolainen
2022-07-14linux-gen: stash: implement debug printPetri Savolainen
2022-06-02linux-gen: stash: change get/put function parameter namesMatias Elo
2022-05-24linux-gen: stash: alloc shm memory using ODP_SHM_SINGLE_VA in process modeMatias Elo
2022-05-02linux-gen: macros: prefix implementation internal macro namesMatias Elo
2021-12-09linux-gen: dma: implement the new DMA APIPetri Savolainen
2021-11-10linux-gen: stash: implement pointer only put and get functionsMatias Elo
2021-11-10linux-gen: stash: implement 32-bit only put and get functionsMatias Elo
2021-11-10linux-gen: stash: implement 64-bit only put and get functionsMatias Elo
2021-10-21linux-gen: fix invalid use of structure with flexible array member errorsMatias Elo
2021-10-21linux-gen: fix zero-size array build errorsMatias Elo
2021-10-19linux-gen: stash: make maximum number of stashes configurableMatias Elo
2021-09-22linux-gen: stash: add support for disabling stash featureMatias Elo
2021-09-22linux-gen: shm: rename implementation internal shm blocksMatias Elo
2020-04-07linux-gen: stash: implement the new APIPetri Savolainen