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

2015-10-27 Thread Sergio Gonzalez Monroy
On 27/10/2015 11:42, Sergio Gonzalez Monroy wrote: > On 21/10/2015 17:22, 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 applica

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

2015-10-27 Thread Sergio Gonzalez Monroy
On 21/10/2015 17:22, 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 v3] mem: command line option to delete hugepage backing files

2015-10-23 Thread shesha Sreenivasamurthy (shesha)
Employee Cc: "dev at dpdk.org" , Bruce Richardson Subject: Re: [dpdk-dev] [PATCH v3] mem: command line option to delete hugepage backing files On 22/10/2015 17:03, shesha Sreenivasamurthy (shesha) wrote: > Sergio, >Your comment regarding remap_all_functions is correct and c

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

2015-10-23 Thread Sergio Gonzalez Monroy
urn 0xC0DE; } > > > -Original Message- > From: Sergio Gonzalez Monroy > Date: Thursday, October 22, 2015 at 1:51 AM > To: Cisco Employee > Cc: "dev at dpdk.org" , Bruce Richardson > > Subject: Re: [dpdk-dev] [PATCH v3] mem: command line option to delete &

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

2015-10-22 Thread Bruce Richardson
On Thu, Oct 22, 2015 at 09:51:28AM +0100, Sergio Gonzalez Monroy wrote: > On 21/10/2015 17:34, Bruce Richardson wrote: > >On Wed, Oct 21, 2015 at 04:22:45PM +, shesha Sreenivasamurthy (shesha) > >wrote: > >>When an application using huge-pages crash or exists, the hugetlbfs > >>backing files a

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

2015-10-22 Thread shesha Sreenivasamurthy (shesha)
. -- - Thanks char * (*shesha) (uint64_t cache, uint8_t F00D) { return 0xC0DE; } -Original Message- From: Sergio Gonzalez Monroy Date: Thursday, October 22, 2015 at 1:51 AM To: Cisco Employee Cc: "dev at dpdk.org" , Bruce Richardson Subject: Re: [dpdk-dev] [PATCH v3] mem: co

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

2015-10-22 Thread Sergio Gonzalez Monroy
On 21/10/2015 17:34, Bruce Richardson wrote: > On Wed, Oct 21, 2015 at 04:22:45PM +, 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-pr

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

2015-10-21 Thread Bruce Richardson
On Wed, Oct 21, 2015 at 04:22:45PM +, 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 tho

[dpdk-dev] [PATCH v3] 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