Re: [PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate

2014-01-14 Thread David Rientjes
On Mon, 2 Dec 2013, Joonsoo Kim wrote: > This logic is not simple to understand so that making separate function > helping readability. Additionally, we can use this change in the > following patch which implement for freelist to have another sized index > in according to nr objects. > >

Re: [PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate

2014-01-14 Thread David Rientjes
On Mon, 2 Dec 2013, Joonsoo Kim wrote: This logic is not simple to understand so that making separate function helping readability. Additionally, we can use this change in the following patch which implement for freelist to have another sized index in according to nr objects. Acked-by:

[PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate

2013-12-02 Thread Joonsoo Kim
This logic is not simple to understand so that making separate function helping readability. Additionally, we can use this change in the following patch which implement for freelist to have another sized index in according to nr objects. Acked-by: Christoph Lameter Signed-off-by: Joonsoo Kim

[PATCH v3 1/5] slab: factor out calculate nr objects in cache_estimate

2013-12-02 Thread Joonsoo Kim
This logic is not simple to understand so that making separate function helping readability. Additionally, we can use this change in the following patch which implement for freelist to have another sized index in according to nr objects. Acked-by: Christoph Lameter c...@linux.com Signed-off-by: