Re: [PATCH] mem: exclude used memory from core dump by config

2021-12-14 Thread Gaoxiang Liu
Hi Jerin, I will fix the issues. Thanks. Gaoxiang. 回复的原邮件 | 发件人 | Jerin Jacob | | 日期 | 2021年12月14日 20:08 | | 收件人 | Gaoxiang Liu | | 抄送至 | dpdk-dev、Anatoly Burakov、liugaoxi...@huawei.com、dpdk stable | | 主题 | Re: [PATCH] mem: exclude used memory from core dump by config | On Tue, Dec

Re: [PATCH] mem: exclude used memory from core dump by config

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

[PATCH] mem: exclude used memory from core dump by config

2021-12-14 Thread Gaoxiang Liu
Some DPDK application is allolcateed 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 huge used memory needs to be not dumped in core dump. The DPDK application can choose