index
:
dpdk
master
releases
Data Plane Development Kit
Thomas Monjalon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librte_mempool
Age
Commit message (
Expand
)
Author
2016-07-25
mempool: fix unsafe removal from list by callback
Thomas Monjalon
2016-07-21
mempool: fix missing registration of free function
Zoltan Kiss
2016-07-21
mempool: adjust name size in related data types
Zoltan Kiss
2016-07-15
mempool: fix empty structure definition
Adrien Mazarguil
2016-07-11
mempool: fix creation with Xen dom0
Olivier Matz
2016-07-01
mempool: add stack mempool handler
David Hunt
2016-07-01
mempool: rename functions with confusing names
Bruce Richardson
2016-06-30
mempool: optimize copy in cache
Jerin Jacob
2016-06-30
mempool: allow user-owned cache
Lazaros Koromilas
2016-06-30
mempool: use bit flags for multi consumers and producers
Lazaros Koromilas
2016-06-30
mempool: deprecate specific get and put functions
Lazaros Koromilas
2016-06-27
mempool: fix symbol export
Thomas Monjalon
2016-06-24
mempool: support handler operations
David Hunt
2016-06-15
mempool: fix local cache initialization
Sergio Gonzalez Monroy
2016-06-10
log: deprecate history dump
Thomas Monjalon
2016-05-24
mempool: avoid division by zero
Slawomir Mrozowicz
2016-05-19
mempool: add flag for removing phys contiguous constraint
Olivier Matz
2016-05-19
mem: avoid memzone/mempool/ring name truncation
Olivier Matz
2016-05-19
mempool: make mempool populate and free api public
Olivier Matz
2016-05-19
mempool: populate with anonymous memory
Olivier Matz
2016-05-19
mempool: create the internal ring when populating
Olivier Matz
2016-05-19
mempool: rework support of Xen dom0
Olivier Matz
2016-05-19
mempool: introduce a function to create an empty pool
Olivier Matz
2016-05-19
mempool: introduce a function to free a pool
Olivier Matz
2016-05-19
mempool: replace physical address by a memzone pointer
Olivier Matz
2016-05-19
mempool: support no hugepage mode
Olivier Matz
2016-05-19
mempool: allocate in several memory chunks by default
Olivier Matz
2016-05-19
mempool: get memory size with unspecified page size
Olivier Matz
2016-05-19
mempool: introduce a free callback for memory chunks
Olivier Matz
2016-05-19
mempool: simplify memory usage calculation
Olivier Matz
2016-05-19
mempool: add function to iterate the memory chunks
Olivier Matz
2016-05-19
mempool: store memory chunks in a list
Olivier Matz
2016-05-19
mempool: remove macro to check if contiguous
Olivier Matz
2016-05-19
mempool: store physical address in objects
Olivier Matz
2016-05-19
mempool: create internal ring in a specific function
Olivier Matz
2016-05-19
mempool: use the list to initialize objects
Olivier Matz
2016-05-19
mempool: use the list to audit all elements
Olivier Matz
2016-05-19
mempool: use the list to iterate the elements
Olivier Matz
2016-05-19
mempool: remove const qualifier in dump and audit
Olivier Matz
2016-05-19
mempool: remove const qualifier when browsing pools
Olivier Matz
2016-05-19
mempool: list objects when added
Olivier Matz
2016-05-19
mempool: rename object constructor typedef
Olivier Matz
2016-05-19
mempool: use sizeof to get size of header and trailer
Olivier Matz
2016-05-19
mempool: uninline function to check cookies
Olivier Matz
2016-05-19
mempool: rename element size variables
Olivier Matz
2016-05-19
mempool: rework comments and style
Olivier Matz
2016-05-17
mempool: reduce structure size if no cache needed
Keith Wiles
2016-05-02
eal: add assert macro for debug
Thomas Monjalon
2016-02-19
mempool: fix leak when creation fails
Olivier Matz
2016-02-10
remove extra parentheses in return statement
Huawei Xie
[next]