Re: [PATCH] eal/linux: enable the hugepage mem dump

2022-04-01 Thread Li Feng
On Thu, Mar 31, 2022 at 10:47 PM Burakov, Anatoly wrote: > > On 08-Mar-22 9:41 AM, Li Feng wrote: > > These hugepages include important structures. We should dump these > > hugepages into a coredump file for debugging when generating a coredump. > > > > Signed-off-by: Li Feng > > --- > > lib/ea

Re: [PATCH] eal/linux: enable the hugepage mem dump

2022-03-31 Thread Burakov, Anatoly
On 08-Mar-22 9:41 AM, Li Feng wrote: These hugepages include important structures. We should dump these hugepages into a coredump file for debugging when generating a coredump. Signed-off-by: Li Feng --- lib/eal/linux/eal_memalloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/e

[PATCH] eal/linux: enable the hugepage mem dump

2022-03-08 Thread Li Feng
These hugepages include important structures. We should dump these hugepages into a coredump file for debugging when generating a coredump. Signed-off-by: Li Feng --- lib/eal/linux/eal_memalloc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/eal/linux/eal_memalloc.c b/lib/eal/linux/e