Re: [PATCH 2/3] ndctl: add numa_node support for regions

2018-03-07 Thread Dan Williams
On Wed, Mar 7, 2018 at 10:02 AM, Ross Zwisler wrote: > Add an API for getting the numa node of a given region and add a numa_node > field to the "ndctl list" region output. > Looks good, Reviewed-by: Dan Williams

[PATCH 2/3] ndctl: add numa_node support for regions

2018-03-07 Thread Ross Zwisler
Add an API for getting the numa node of a given region and add a numa_node field to the "ndctl list" region output. Signed-off-by: Ross Zwisler --- ndctl/lib/libndctl.c | 13 + ndctl/lib/libndctl.sym | 1 + ndctl/libndctl.h | 1 + ndctl/list.c