Re: [PATCH v5 1/2] mm: cma: NUMA node interface

From: Andrew Morton
Date: Wed Apr 08 2020 - 20:53:15 EST


On Tue, 7 Apr 2020 09:38:39 -0700 Roman Gushchin <guro@xxxxxx> wrote:

> From: Aslan Bakirov <aslan@xxxxxx>
>
> I've noticed that there is no interfaces exposed by CMA which would let me
> to declare contigous memory on particular NUMA node.
>
> This patchset adds the ability to try to allocate contiguous memory on
> specific node. It will fallback to other nodes if the specified one
> doesn't work.
>
> Implement a new method for declaring contigous memory on particular node
> and keep cma_declare_contiguous() as a wrapper.
>
> Signed-off-by: Aslan Bakirov <aslan@xxxxxx>
> Acked-by: Michal Hocko <mhocko@xxxxxxxxxx>

This should have had your signed-off-by, as you were on the patch
delivery path. Please send it along?