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

2023-07-05 Thread Stephen Hemminger
On Wed, 6 Apr 2022 02:14:46 +0300 Dmitry Kozlyuk wrote: > > > > Don't merge this patch as is please; it would cause a lot of pain > > in a cloud environment. > > > > In our environment core dumps are collected (via systemd) and uploaded > > to a central server. With this kind of change the proc

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

2022-04-05 Thread Li Feng
On Wed, Apr 6, 2022 at 6:46 AM Stephen Hemminger wrote: > > On Fri, 1 Apr 2022 17:10:04 +0800 > 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 > >

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

2022-04-05 Thread Dmitry Kozlyuk
2022-04-05 15:46 (UTC-0700), Stephen Hemminger: > On Fri, 1 Apr 2022 17:10:04 +0800 > 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 > > --- > >

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

2022-04-05 Thread Stephen Hemminger
On Fri, 1 Apr 2022 17:10:04 +0800 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 insertio

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

2022-04-01 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