Re: [PATCH] eal: log hugepage create errors with filename

2022-01-21 Thread Thomas Monjalon
07/01/2022 12:53, Bruce Richardson: > On Thu, Dec 23, 2021 at 11:21:58AM -0800, Stephen Hemminger wrote: > > While debugging running DPDK service in a container, it is > > useful to see which file creation failed. Don't hide this > > failure with DEBUG. > > > > Signed-off-by: Stephen Hemminger >

Re: [PATCH] eal: log hugepage create errors with filename

2022-01-07 Thread Bruce Richardson
On Thu, Dec 23, 2021 at 11:21:58AM -0800, Stephen Hemminger wrote: > While debugging running DPDK service in a container, it is > useful to see which file creation failed. Don't hide this > failure with DEBUG. > > Signed-off-by: Stephen Hemminger > --- > lib/eal/linux/eal_memalloc.c | 8 ---