mempool: introduce function to get mempool page size
[dpdk.git] / lib / librte_mempool / rte_mempool.c
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-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
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-08 Olivier Matzmempool: fix alignment of memzone length when populating
2018-04-26 Artem V. Andreevmempool: support block dequeue operation
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-02-05 Andrew Rybchenkomempool: fix physical contiguous check
2018-02-01 Olivier Matzmempool: use SPDX tags
2018-01-12 Pavan Nikhileshmempool: fix first memory area notification
2017-11-06 Thomas Monjalonmempool: rename populate functions 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-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-07-04 Olivier Matzmem: do not advertise physical address when no hugepages
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-03 Shreyansh Jainmempool: fix crash when handler not found
2017-02-21 Olivier Matzmempool: remove deprecated count functions
2016-12-06 Wei Zhaomempool: remove redundant socket id assignment
2016-11-12 Nipun Guptamempool: fix leak if populate fails
2016-10-25 Wei Daimempool: fix search of maximum contiguous pages
2016-10-04 Ferruh Yigitmempool: fix comments of create functions
2016-09-16 Weiliang Luomempool: fix corruption due to invalid handler
2016-09-16 Amine Kherboucheremove unused ring includes
2016-07-25 Thomas Monjalonmempool: fix unsafe removal from list by callback
2016-07-15 Adrien Mazarguilmempool: fix empty structure definition
2016-07-11 Olivier Matzmempool: fix creation with Xen dom0
2016-07-01 Bruce Richardsonmempool: rename functions with confusing names
2016-06-30 Lazaros Koromilasmempool: allow user-owned cache
2016-06-24 David Huntmempool: support handler operations
2016-06-15 Sergio Gonzalez... mempool: fix local cache initialization
2016-06-10 Thomas Monjalonlog: deprecate history dump
2016-05-24 Slawomir Mrozowiczmempool: avoid division by zero
2016-05-19 Olivier Matzmempool: add flag for removing phys contiguous constraint
2016-05-19 Olivier Matzmem: avoid memzone/mempool/ring name truncation
2016-05-19 Olivier Matzmempool: make mempool populate and free api public
2016-05-19 Olivier Matzmempool: populate with anonymous memory
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: introduce a function to create an empty pool
2016-05-19 Olivier Matzmempool: introduce a function to free a pool
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: simplify memory usage calculation
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: 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 initialize objects
2016-05-19 Olivier Matzmempool: use the list to audit all elements
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: use sizeof to get size of header and trailer
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-05-02 Thomas Monjaloneal: add assert macro for debug
2016-02-19 Olivier Matzmempool: fix leak when creation fails
2015-12-06 Thomas Monjaloneal: fix build with Xen dom0 enabled
2015-11-13 Stephen Hemmingerxen: allow determining DOM0 at runtime
2015-10-26 Panu Matilainenmempool: use a better default for number of memory...
2015-07-13 Cyril Chemparathymempool: allow config override on element alignment
2015-06-24 Cyril Chemparathymempool: silence warning on pointer arithmetic
next