mempool: introduce function to get mempool page size
[dpdk.git] / lib / librte_mempool / rte_mempool.h
2019-11-06 Olivier Matzmempool: introduce function to get mempool page size
2019-11-06 Olivier Matzmempool: reduce wasted space on populate
2019-11-06 Olivier Matzmempool: allow populating with unaligned virtual area
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-03-27 Jerin Jacobuse appropriate EAL macro for constructors
2018-08-05 Andrew Rybchenkomempool: fold memory size calculation helper
2018-08-05 Andrew Rybchenkomempool: remove deprecated functions
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 Andrew Rybchenkomempool: rename flag to control IOVA-contiguous objects
2018-02-01 Olivier Matzmempool: use SPDX tags
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
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-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-06-06 Jerin Jacobeal: introduce macro for always inline
2017-04-03 Andriy Berestovskyymempool: fix typos
2017-04-03 Gage Eadsmempool: update non-EAL thread note
2017-02-21 Olivier Matzmempool: remove deprecated get and put functions
2017-02-21 Olivier Matzmempool: remove deprecated count functions
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
2016-10-13 Mauricio Vasquez Bdoc: fix file argument of debug functions
2016-10-04 Ferruh Yigitmempool: fix comments for no contiguous flag
2016-10-04 Ferruh Yigitmempool: fix comments of create functions
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-07-21 Zoltan Kissmempool: adjust name size in related data types
2016-07-15 Adrien Mazarguilmempool: fix empty structure definition
2016-07-01 Bruce Richardsonmempool: rename functions with confusing names
2016-06-30 Jerin Jacobmempool: optimize copy in cache
2016-06-30 Lazaros Koromilasmempool: allow user-owned cache
2016-06-30 Lazaros Koromilasmempool: use bit flags for multi consumers and producers
2016-06-30 Lazaros Koromilasmempool: deprecate specific get and put functions
2016-06-24 David Huntmempool: support handler operations
2016-05-19 Olivier Matzmempool: add flag for removing phys contiguous constraint
2016-05-19 Olivier Matzmempool: make mempool populate and free api public
2016-05-19 Olivier Matzmempool: create the internal ring when populating
2016-05-19 Olivier Matzmempool: rework support of Xen dom0
2016-05-19 Olivier Matzmempool: replace physical address by a memzone pointer
2016-05-19 Olivier Matzmempool: support no hugepage mode
2016-05-19 Olivier Matzmempool: allocate in several memory chunks by default
2016-05-19 Olivier Matzmempool: get memory size with unspecified page size
2016-05-19 Olivier Matzmempool: introduce a free callback for memory chunks
2016-05-19 Olivier Matzmempool: add function to iterate the memory chunks
2016-05-19 Olivier Matzmempool: store memory chunks in a list
2016-05-19 Olivier Matzmempool: remove macro to check if contiguous
2016-05-19 Olivier Matzmempool: store physical address in objects
2016-05-19 Olivier Matzmempool: create internal ring in a specific function
2016-05-19 Olivier Matzmempool: use the list to iterate the elements
2016-05-19 Olivier Matzmempool: remove const qualifier in dump and audit
2016-05-19 Olivier Matzmempool: remove const qualifier when browsing pools
2016-05-19 Olivier Matzmempool: list objects when added
2016-05-19 Olivier Matzmempool: rename object constructor typedef
2016-05-19 Olivier Matzmempool: uninline function to check cookies
2016-05-19 Olivier Matzmempool: rename element size variables
2016-05-19 Olivier Matzmempool: rework comments and style
2016-05-17 Keith Wilesmempool: reduce structure size if no cache needed
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-13 Stephen Hemmingerxen: allow determining DOM0 at runtime
2015-08-17 Sergey Balabanovmempool: fix explicit cast to build C++ app
2015-07-26 Yuichi Nakaimempool: fix trailer address
2015-07-13 Cyril Chemparathymempool: allow config override on element alignment
2015-06-24 Cyril Chemparathymempool: silence warning on pointer arithmetic
2015-06-23 John McNamaramempool: fix doxygen documentation
2015-06-19 Olivier Matzmempool: fix style
2015-06-19 Olivier Matzmempool: add structure for object trailers
2015-06-19 Olivier Matzmempool: add structure for object headers
2015-06-19 Thomas Monjalondoc: fix doxygen warnings
2015-05-20 Zoltan Kissmempool: limit cache size
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-04 Thomas Monjalonmempool: fix build with debug enabled
2015-02-24 Cunming Liangmempool: support non-EAL thread
2015-02-24 Stefan Puiulib: fix C++11 compilation
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-10-10 Keith Wilesmempool: remove useless variable
2014-10-09 Keith Wilesmempool: fix build with debug enabled and clang
2014-07-22 Anatoly Burakovmempool: make tailq fully local
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-16 Stephen Hemmingermempool: add iterator function
2014-05-16 Stephen Hemmingeradd FILE argument to debug functions
2014-05-16 Stephen Hemmingerspelling fixes
2014-03-24 Stephen Hemmingermempool: use GCC push/pop_options
2014-02-26 Damien Millescampsmem: fix mempool for --no-huge
2014-02-25 Bruce Richardsonxen: core library changes
2014-02-25 Bruce Richardsoneal: cleanup on mempool and memzone object names
next