test mbuf attach
[dpdk.git] / lib / librte_mempool /
2020-07-21 Zhike Wangmempool: fix allocation in memzone during retry
2020-07-08 David Marchandeal: register non-EAL threads as lcores
2020-07-06 Fady Badermempool: use generic memory syscall wrappers
2020-07-05 David Marchandtrace: simplify trace point registration
2020-06-15 Dmitry Kozlyuktrace: add size_t field emitter
2020-05-06 David Marchandtrace: simplify trace point headers
2020-05-04 Olivier Matzmempool: return 0 if area is too small on populate
2020-04-24 Fady Badermempool: remove inline functions from export list
2020-04-23 Sunil Kumar Korimempool: add tracepoints
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-02-14 Ciara Powerlib: fix unnecessary double negation
2020-01-20 Jerin Jacobmempool: remove memory wastage on non-x86
2020-01-20 Olivier Matzmempool: fix populate with small virtual chunks
2020-01-20 Olivier Matzmempool: fix slow allocation of large pools
2020-01-20 Olivier Matzmempool: fix anonymous populate
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-11-19 Anatoly Burakovmempool: remove check for bad IOVA when populating
2019-11-19 Anatoly Burakovmempool: use actual IOVA addresses when populating
2019-11-06 Olivier Matzmempool: use specific macro for object alignment
2019-11-06 Olivier Matzmempool: prevent objects from being across pages
2019-11-06 Olivier Matzmempool: introduce helpers for populate and required...
2019-11-06 Olivier Matzmempool: introduce function to get mempool page size
2019-11-06 Olivier Matzmempool: remove optimistic IOVA-contiguous allocation
2019-11-06 Olivier Matzmempool: reduce wasted space on populate
2019-11-06 Olivier Matzmempool: allow populating with unaligned virtual area
2019-10-16 Olivier Matzmempool: clarify default populate function
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakoveal: add API to lock/unlock mempool list
2019-07-05 Anatoly Burakoveal: add API to lock/unlock tailq list
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-03-27 Jerin Jacobuse appropriate EAL macro for constructors
2018-10-11 Anatoly Burakovmalloc: add function to check if socket is external
2018-10-11 Anatoly Burakovmem: allow memseg lists to be marked as external
2018-08-05 Andrew Rybchenkomempool: fold memory size calculation helper
2018-08-05 Andrew Rybchenkomempool: remove deprecated functions
2018-08-05 Pablo de Laramempool: check for zero size creation
2018-05-15 Anatoly Burakovmempool: fix virtual address population
2018-05-14 Ferruh Yigitlib: clear experimental version tag in linker scripts
2018-05-08 Olivier Matzmempool: fix alignment of memzone length when populating
2018-04-26 Artem V. Andreevmempool: support block dequeue operation
2018-04-26 Artem V. Andreevmempool: implement abstract mempool info API
2018-04-24 Artem V. Andreevmempool: support flushing the default cache
2018-04-24 Andrew Rybchenkomempool: remove callback to register memory area
2018-04-24 Andrew Rybchenkomempool: deprecate xmem functions
2018-04-24 Andrew Rybchenkomempool: remove callback to get capabilities
2018-04-24 Andrew Rybchenkomempool: add op to populate objects using provided...
2018-04-24 Andrew Rybchenkomempool: add op to calculate memory size to be allocated
2018-04-23 Artem V. Andreevmempool: ensure mempool is initialized before populating
2018-04-23 Andrew Rybchenkomempool: rename flag to control IOVA-contiguous objects
2018-04-23 Andrew Rybchenkomempool: fix leak when no objects are populated
2018-04-11 Anatoly Burakovmem: replace memseg with memseg lists
2018-04-11 Anatoly Burakovmempool: use memseg walk instead of iteration
2018-04-11 Anatoly Burakovmempool: support new allocation methods
2018-03-27 Andrew Rybchenkomempool: fix library version in meson build
2018-02-05 Andrew Rybchenkomempool: fix physical contiguous check
2018-02-01 Olivier Matzmempool: use SPDX tags
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-12 Pavan Nikhileshmempool: fix first memory area notification
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Thomas Monjalonmempool: increase ABI version
2017-11-06 Thomas Monjalonmempool: rename populate functions to IOVA
2017-11-06 Thomas Monjalonmempool: rename address mapping function to IOVA
2017-11-06 Thomas Monjalonmempool: rename addresses from physical to IOVA
2017-11-06 Thomas Monjalonmemzone: rename address from physical to IOVA
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-12 Hemant Agrawalmempool: remove get capability debug log
2017-10-08 Jianfeng Tanmem: remove API to get physical address in dom0
2017-10-08 Jianfeng Tanxen: remove dependency in libraries
2017-10-06 Santosh Shuklamempool: notify memory area to pool
2017-10-06 Santosh Shuklamempool: introduce block size alignment flag
2017-10-06 Santosh Shuklamempool: detect physical contiguous objects
2017-10-06 Santosh Shuklamempool: get capabilities
2017-10-06 Santosh Shuklamempool: add flags arg in xmem size and usage
2017-10-06 Santosh Shuklamempool: change flags from int to unsigned int
2017-10-06 Santosh Shuklamempool: remove unused flags argument
2017-07-04 Olivier Matzmem: do not advertise physical address when no hugepages
2017-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-03 Shreyansh Jainmempool: move stack handler as a driver
2017-04-03 Shreyansh Jainmempool: move ring handler as a driver
2017-04-03 Shreyansh Jainmempool: fix crash when handler not found
2017-04-03 Andriy Berestovskyymempool: fix typos
2017-04-03 Gage Eadsmempool: update non-EAL thread note
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-29 Bruce Richardsonring: make bulk and burst return values consistent
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-02-21 Olivier Matzmempool: remove deprecated get and put functions
2017-02-21 Olivier Matzmempool: remove deprecated count functions
2017-01-29 Olivier Matzmempool: fix stack handler dequeue
2017-01-13 Wenfeng Liumempool: use cache in single producer or consumer mode
2016-12-06 Yong Wangdoc: fix typos in code comments
2016-12-06 Olivier Matzmempool: fix API documentation
2016-12-06 Wei Zhaomempool: remove a redundant word in comment
next