Re: [PATCH v3] eal: allow to exclude memseg from core dump

2021-12-15 Thread Dmitry Kozlyuk
2021-12-14 23:18 (UTC+0800), Gaoxiang Liu: > Some DPDK application is allocated storage partition of 8G(or smaller) > If coredump happens, the application doesn't work because of > insufficient storage space. > The patch provides a config that means whether the memseg memory > is allowed to exclude

Re: [PATCH v3] eal: allow to exclude memseg from core dump

2021-12-15 Thread Dmitry Kozlyuk
2021-12-15 17:36 (UTC+0530), Jerin Jacob: [...] > > diff --git a/lib/eal/unix/eal_unix_memory.c b/lib/eal/unix/eal_unix_memory.c > > index 68ae93bd6e..44227aee95 100644 > > --- a/lib/eal/unix/eal_unix_memory.c > > +++ b/lib/eal/unix/eal_unix_memory.c > > @@ -83,10 +83,13 @@ eal_mem_set_dump(void *v

Re: [PATCH v3] eal: allow to exclude memseg from core dump

2021-12-15 Thread Jerin Jacob
On Tue, Dec 14, 2021 at 8:49 PM Gaoxiang Liu wrote: > > Some DPDK application is allocated storage partition of 8G(or smaller) > If coredump happens, the application doesn't work because of > insufficient storage space. > The patch provides a config that means whether the memseg memory > is allowe

[PATCH v3] eal: allow to exclude memseg from core dump

2021-12-14 Thread Gaoxiang Liu
Some DPDK application is allocated storage partition of 8G(or smaller) If coredump happens, the application doesn't work because of insufficient storage space. The patch provides a config that means whether the memseg memory is allowed to exclude from core dump. The DPDK application can choose to o