[RFC PATCH 2/3] mm: qmempool - quick queue based memory pool

2014-12-10 Thread Jesper Dangaard Brouer
A quick queue-based memory pool, that functions as a cache in-front of kmem_cache SLAB/SLUB allocators. Which allows faster than SLAB/SLUB reuse/caching of fixed size memory elements The speed gain comes from, the shared storage, using a Lock-Free queue that supports bulk refilling elements (to

[RFC PATCH 2/3] mm: qmempool - quick queue based memory pool

2014-12-10 Thread Jesper Dangaard Brouer
A quick queue-based memory pool, that functions as a cache in-front of kmem_cache SLAB/SLUB allocators. Which allows faster than SLAB/SLUB reuse/caching of fixed size memory elements The speed gain comes from, the shared storage, using a Lock-Free queue that supports bulk refilling elements (to