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

2023-06-14 Thread Fengnan Chang
Burakov, Anatoly 于2023年6月13日周二 19:00写道: > > On 5/29/2023 12:21 PM, Fengnan Chang wrote: > > when there is enough space for memseg, we should pormpt which > > config to modify, not just print numbers. > > > > Signed-off-by: Fengnan Chang > > --- > > lib/eal/linux/eal_memory.c | 5 ++--- > > 1 f

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

2023-06-14 Thread Fengnan Chang
David Marchand 于2023年6月12日周一 21:09写道: > > On Mon, May 29, 2023 at 1:22 PM Fengnan Chang > wrote: > > > > when there is enough space for memseg, we should pormpt which > > config to modify, not just print numbers. > > I think you want to explain the case when there is *not* enough > objects declar

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

2023-06-13 Thread Burakov, Anatoly
On 5/29/2023 12:21 PM, Fengnan Chang wrote: when there is enough space for memseg, we should pormpt which config to modify, not just print numbers. Signed-off-by: Fengnan Chang --- lib/eal/linux/eal_memory.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/eal/lin

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

2023-06-12 Thread David Marchand
On Mon, May 29, 2023 at 1:22 PM Fengnan Chang wrote: > > when there is enough space for memseg, we should pormpt which > config to modify, not just print numbers. I think you want to explain the case when there is *not* enough objects declared in the static configuration. Could you rephrase and f

[PATCH] eal: fix prompt info when remap_segment failed

2023-05-29 Thread Fengnan Chang
when there is enough space for memseg, we should pormpt which config to modify, not just print numbers. Signed-off-by: Fengnan Chang --- lib/eal/linux/eal_memory.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/eal/linux/eal_memory.c b/lib/eal/linux/eal_memory.c ind