aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_pool.c
AgeCommit message (Expand)Author
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
2018-11-30linux-gen: pool: remove unnecessary align padding from buffersMatias Elo
2018-11-30linux-gen: pool: move ODP_CONFIG_BUFFER_ALIGN_MIN out of config headerMatias Elo
2018-11-30linux-gen: pool: reduce buffer memory usageMatias Elo
2018-11-14linux-gen: ishm: add internal _ODP_ISHM_USE_HP flagMatias Elo
2018-11-14linux-gen: ishm: remove _ODP_SHM_NO_HP flagMatias Elo
2018-10-18linux-gen: pool: add max num packets in config filePetri Savolainen
2018-10-18linux-gen: pool: add packet param checksPetri Savolainen
2018-10-18linux-gen: pool: output error on pool createPetri Savolainen
2018-10-15linux-gen: pool: ring size must be larger than num itemsPetri Savolainen
2018-10-11linux-gen: dpdk: improved zero-copy implementationMatias Elo
2018-10-09linux-gen: do not use huge pages for internal allocationsMaxim Uvarov
2018-10-04linux-gen: split global data into RO and RW structsMatias Elo
2018-09-28linux-gen: shm: reserve internal shms using single VA flagMatias Elo
2018-08-10abi: pool: set ODP_POOL_INVALID to zeroMatias Elo
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-05-22linux-gen: use inlined thread functions everywhereDmitry Eremin-Solenikov
2018-05-21linux-gen: ticketlock: remove separate API inlining headerDmitry Eremin-Solenikov
2018-05-10linux-gen: buffer: remove buffer_inlines header filePetri Savolainen
2018-04-17linux-gen: fix clang on aarch64 buildMaxim Uvarov