Re: [PATCH v2 0/7] kmalloc-reclaimable caches

2018-06-19 Thread Vlastimil Babka
On 06/18/2018 11:18 AM, Vlastimil Babka wrote: > v2 changes: > - shorten cache names to kmalloc-rcl- > - last patch shortens for all kmalloc caches to e.g. "1k", "4M" > - include dma caches to the 2D kmalloc_caches[] array to avoid a branch > - vmstat counter nr_indirectly_reclaimable_bytes rename

[PATCH v2 0/7] kmalloc-reclaimable caches

2018-06-18 Thread Vlastimil Babka
v2 changes: - shorten cache names to kmalloc-rcl- - last patch shortens for all kmalloc caches to e.g. "1k", "4M" - include dma caches to the 2D kmalloc_caches[] array to avoid a branch - vmstat counter nr_indirectly_reclaimable_bytes renamed to nr_kernel_misc_reclaimable, doesn't include kmallo