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

2015-10-20 Thread Gonzalez Monroy, Sergio
Hi Shesha, A few format comments: - Spacing/tabbing is all wrong for some reason, need to be fixed. - Signed-off is missing, see 'Contribute by sending patches' in http://dpdk.org/dev. - No capital letters in the commit title - there is a patch submitted with more detailed info regarding patch f

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

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

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

2015-10-14 Thread shesha Sreenivasamurthy (shesha)
--- lib/librte_eal/common/eal_common_options.c | 12 ++ lib/librte_eal/common/eal_internal_cfg.h | 1 + lib/librte_eal/common/eal_options.h| 2 ++ lib/librte_eal/linuxapp/eal/eal_memory.c | 37 ++ 4 files changed, 52 insertions(+) diff --git a/lib/libr