[dpdk-dev] [PATCH v8] mem: command line option to delete hugepage backing files

2015-11-04 Thread Thomas Monjalon
2015-10-28 23:23, Sergio Gonzalez Monroy: > On 28/10/2015 22:04, Shesha Sreenivasamurthy wrote: > > When an application using huge-pages crash or exists, the hugetlbfs > > backing files are not cleaned up. This is a patch to clean those files. > > There are multi-process DPDK applications that may

[dpdk-dev] [PATCH v8] mem: command line option to delete hugepage backing files

2015-10-28 Thread Sergio Gonzalez Monroy
On 28/10/2015 22:04, Shesha Sreenivasamurthy wrote: > When an application using huge-pages crash or exists, the hugetlbfs > backing files are not cleaned up. This is a patch to clean those files. > There are multi-process DPDK applications that may be benefited by those > backing files. Therefore,

[dpdk-dev] [PATCH v8] mem: command line option to delete hugepage backing files

2015-10-28 Thread Shesha Sreenivasamurthy
When an application using huge-pages crash or exists, the hugetlbfs backing files are not cleaned up. This is a patch to clean those files. There are multi-process DPDK applications that may be benefited by those backing files. Therefore, I have made that configurable so that the application that d