Re: [ndctl PATCH v2 2/6] ndctl/cxl/region: Report max size for region creation

2025-02-08 Thread Alison Schofield
On Mon, Nov 04, 2024 at 08:10:46PM -0600, Ira Weiny wrote: > When creating a region if the size exceeds the max an error is printed. > However, the max available space is not reported which makes it harder > to determine what is wrong. > > Add the max size available to the output error. > > Signe

Re: [ndctl PATCH v2 2/6] ndctl/cxl/region: Report max size for region creation

2024-11-05 Thread Fan Ni
On Mon, Nov 04, 2024 at 08:10:46PM -0600, Ira Weiny wrote: > When creating a region if the size exceeds the max an error is printed. > However, the max available space is not reported which makes it harder > to determine what is wrong. > > Add the max size available to the output error. > > Signe

Re: [ndctl PATCH v2 2/6] ndctl/cxl/region: Report max size for region creation

2024-11-05 Thread Dave Jiang
On 11/4/24 7:10 PM, Ira Weiny wrote: > When creating a region if the size exceeds the max an error is printed. > However, the max available space is not reported which makes it harder > to determine what is wrong. > > Add the max size available to the output error. > > Signed-off-by: Ira Weiny

[ndctl PATCH v2 2/6] ndctl/cxl/region: Report max size for region creation

2024-11-04 Thread Ira Weiny
When creating a region if the size exceeds the max an error is printed. However, the max available space is not reported which makes it harder to determine what is wrong. Add the max size available to the output error. Signed-off-by: Ira Weiny --- cxl/region.c | 4 ++-- 1 file changed, 2 insert