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

2015-10-22 Thread Sergio Gonzalez Monroy
On 21/10/2015 18:21, shesha Sreenivasamurthy (shesha) 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. Th

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

2015-10-21 Thread shesha Sreenivasamurthy (shesha)
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