Re: [RFC 0/3] Slab allocator array operations

2015-02-06 Thread Christoph Lameter
On Wed, 4 Feb 2015, Jesper Dangaard Brouer wrote: > I promised Christoph that I will performance benchmark this. I'll start > by writing/performing some micro benchmarks, but it first starts to get > really interesting once we plug it into e.g. the networking stack, as > effects as instruction-cac

Re: [RFC 0/3] Slab allocator array operations

2015-02-03 Thread Jesper Dangaard Brouer
On Fri, 23 Jan 2015 18:28:00 -0600 (CST) Christoph Lameter wrote: > On Fri, 23 Jan 2015, Andrew Morton wrote: > > > On Fri, 23 Jan 2015 15:37:27 -0600 Christoph Lameter wrote: > > > > > Attached a series of 3 patches to implement functionality to allocate > > > arrays of pointers to slab object

Re: [RFC 0/3] Slab allocator array operations

2015-01-23 Thread Christoph Lameter
On Fri, 23 Jan 2015, Andrew Morton wrote: > On Fri, 23 Jan 2015 15:37:27 -0600 Christoph Lameter wrote: > > > Attached a series of 3 patches to implement functionality to allocate > > arrays of pointers to slab objects. This can be used by the slab > > allocators to offer more optimized allocatio

Re: [RFC 0/3] Slab allocator array operations

2015-01-23 Thread Andrew Morton
On Fri, 23 Jan 2015 15:37:27 -0600 Christoph Lameter wrote: > Attached a series of 3 patches to implement functionality to allocate > arrays of pointers to slab objects. This can be used by the slab > allocators to offer more optimized allocation and free paths. What's the driver for this? The

[RFC 0/3] Slab allocator array operations

2015-01-23 Thread Christoph Lameter
Attached a series of 3 patches to implement functionality to allocate arrays of pointers to slab objects. This can be used by the slab allocators to offer more optimized allocation and free paths. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t