Re: [PATCH v3] eal: fix prompt info when remap_segment failed

2023-07-06 Thread Thomas Monjalon
05/07/2023 03:33, fengchengwen: > This is bugfix, suggest add Cc. > > With above add, Acked-by: Chengwen Feng > > On 2023/7/4 20:17, Fengnan Chang wrote: > > When there is not enough space to memsegs, we should prompt > > which configuration should be modified instead of printing > > some number

Re: [PATCH v3] eal: fix prompt info when remap_segment failed

2023-07-04 Thread fengchengwen
This is bugfix, suggest add Cc. With above add, Acked-by: Chengwen Feng On 2023/7/4 20:17, Fengnan Chang wrote: > When there is not enough space to memsegs, we should prompt > which configuration should be modified instead of printing > some numbers. > > Signed-off-by: Fengnan Chang > --- > l

Re: [PATCH v3] eal: fix prompt info when remap_segment failed

2023-07-04 Thread Burakov, Anatoly
On 7/4/2023 1:17 PM, Fengnan Chang wrote: When there is not enough space to memsegs, we should prompt which configuration should be modified instead of printing some numbers. Signed-off-by: Fengnan Chang --- Acked-by: Anatoly Burakov -- Thanks, Anatoly

[PATCH v3] eal: fix prompt info when remap_segment failed

2023-07-04 Thread Fengnan Chang
When there is not enough space to memsegs, we should prompt which configuration should be modified instead of printing some numbers. Signed-off-by: Fengnan Chang --- lib/eal/common/eal_common_dynmem.c | 6 ++ lib/eal/freebsd/eal_memory.c | 8 +++- lib/eal/linux/eal_memory.c