aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_pool.c
AgeCommit message (Expand)Author
2022-01-12linux-gen: event: rename implementation internal buffer_index_t typeMatias Elo
2022-01-12linux-gen: packet: move reference counter to packet headerMatias Elo
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-07linux-gen: pool: reduce max uarea size to 2048 bytesAshwin Sekhar T K
2021-12-09linux-gen: dma: implement the new DMA APIPetri Savolainen
2021-11-23linux-gen: pool: use common event header for all pool typesMatias Elo
2021-11-23linux-gen: buffer: use common event headerMatias Elo
2021-11-23linux-gen: pool: add internal functions for processing eventsMatias Elo
2021-11-11linux-gen: pool: implement new odp_pool_print_all() functionMatias Elo
2021-11-11linux-gen: pool: allocate enough packets for multi-segment usageMatias Elo
2021-11-10linux-gen: pool: add pool type checks to alloc functionsMatias Elo
2021-10-27linux-gen: pool: improve possible pool starvation detectionMatias Elo
2021-10-21linux-gen: fix print format build errorsMatias Elo
2021-09-22linux-gen: shm: rename implementation internal shm blocksMatias Elo
2021-07-09linux-gen: pool: implement external memory poolPetri Savolainen
2021-07-09linux-gen: pool: reusable buffer header init functionPetri Savolainen
2021-07-09linux-gen: pool: reusable pool create functionsPetri Savolainen
2021-07-09linux-gen: pool: prepare pool type usage with pool_extPetri Savolainen
2021-02-26linux-gen: rename remaining global symbols in the static libraryJere Leppänen
2021-02-05linux-gen: packet: ensure header size with static assertPetri Savolainen
2021-01-15linux-gen: pool: add maximum packet length config optionMatias Elo
2020-12-23linux-gen: pool: remove old debug pool statisticsMatias Elo
2020-12-23linux-gen: pool: implement support for pool statisticsMatias Elo
2020-12-23linux-gen: pool: implement new pool index functionsMatias Elo
2020-11-20linux-gen: pool: update odp_buffer_is_valid() implementationPetri Savolainen
2020-11-19linux-gen: pool: implement vector pool typeMatias Elo
2020-11-16linux-gen: unify ODP_ALIGNED usageMatias Elo
2020-06-11linux-gen: pool: fix overflow when creating a huge packet poolJanne Peltonen
2020-06-05linux-gen: pool: include pool index into SHM namePetri Savolainen
2020-06-05linux-gen: pool: per thread counters for debuggingPetri Savolainen
2020-05-15linux-gen: pool: implement cache size parameterPetri Savolainen
2020-05-15api: add missing const qualifiersPetri Savolainen
2020-01-28linux-gen: pool: set packet pool max align capaPetri Savolainen
2019-11-26linux-gen: pool: check global pointer on terminatePetri Savolainen
2019-11-26linux-gen: pool: use align config optionsPetri Savolainen
2019-11-26linux-gen: pool: add data align config file optionsPetri Savolainen
2019-11-26linux-gen: pool: rename pool global variablePetri Savolainen
2019-11-18linux-gen: pool: decrease number of pools capaPetri Savolainen
2019-11-18linux-gen: pool: add line feed to error printsPetri Savolainen
2019-10-23linux-gen: packet: reimplement segmentation using linked listMatias Elo
2019-10-22linux-gen: init: prefix internal init/term functions with underscoreMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2019-08-16linux-gen: dpdk: remove unnecessary zero-copy block size round upMatias Elo
2019-04-17linux-gen: pool: use pointer ring to store buffer headersMatias Elo
2019-04-17linux-gen: ring: enable storing pointers in ring dataMatias Elo
2019-04-15linux-gen: pool: warn about entire pool fitting into thread local cachesMatias Elo
2019-04-15linux-gen: pool: enable setting local cache and burst size using configMatias Elo
2019-04-15linux-gen: pool: optimize buffer cachingMatias Elo
2019-03-18linux-gen: shm: implement new ODP_SHM_HP flagMatias Elo