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

2015-10-21 Thread Sergio Gonzalez Monroy
Hi Shesha, A few things: - For some reason the patch didn't upload properly to patchwork and the last bit of the patch is missing. The following link shows that the patch fails basic testing/compilation: http://dpdk.org/ml/archives/test-report/2015-October/000352.html - You seem to be sendi

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

2015-10-20 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

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

2015-10-20 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 tha