subject s/vmallock/vmalloc/ On Wed, May 17, 2017 at 10:09:32AM +0200, Michal Hocko wrote: > From: Michal Hocko <[email protected]> > > While converting drm_[cm]alloc* helpers to kvmalloc* variants Chris > Wilson has wondered why we want to try kmalloc before vmalloc fallback > even for larger allocations requests. Let's clarify that one larger > physically contiguous block is less likely to fragment memory than many > scattered pages which can prevent more large blocks from being created. > > Suggested-by: Chris Wilson <[email protected]> > Signed-off-by: Michal Hocko <[email protected]>
It helped me understand the decisions made by the code, so Reviewed-by: Chris Wilson <[email protected]> -Chris -- Chris Wilson, Intel Open Source Technology Centre

