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

2023-06-21 Thread David Marchand
On Thu, Jun 15, 2023 at 9:08 AM 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 This lgtm, but I have a question: $ git grep 'RTE_STR(RTE_MAX' app/t

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

2023-06-15 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/freebsd/eal_memory.c | 5 ++--- lib/eal/linux/eal_memory.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-)