[dpdk-dev] Unlinking hugepage backing file after initialiation

Bruce Richardson bruce.richardson at intel.com
Thu Oct 1 10:41:20 CEST 2015


On Wed, Sep 30, 2015 at 10:04:36PM +0000, shesha Sreenivasamurthy (shesha) wrote:
> My bad that I said its not working, apologies.
> 
> Isn’t it correct to say that single process application do not benefit from having backing files ? In that case can make this configurable by passing a command line argument that will either unlink or keep the backing files, defaulting it to keeping the backing files. Single process application to do not need these files around can pass additional param to unlink these files ?
> 

Sure. 
Or else the user can just use rm after starting the application. Or the
application itself can also remove the files after starting up. There is no
reason that this needs to be done by the EAL :-)

/Bruce

> --
> - Thanks
> char * (*shesha) (uint64_t cache, uint8_t F00D)
> { return 0x0000C0DE; }
> 
> From: "Ananyev, Konstantin" <konstantin.ananyev at intel.com<mailto:konstantin.ananyev at intel.com>>
> Date: Wednesday, September 30, 2015 at 2:53 PM
> To: Cisco Employee <shesha at cisco.com<mailto:shesha at cisco.com>>, "dev at dpdk.org<mailto:dev at dpdk.org>" <dev at dpdk.org<mailto:dev at dpdk.org>>
> Cc: "Michael S. Tsirkin" <mst at redhat.com<mailto:mst at redhat.com>>
> Subject: RE: [dpdk-dev] Unlinking hugepage backing file after initialiation
> 
> 
> 
> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of shesha Sreenivasamurthy (shesha)
> Sent: Wednesday, September 30, 2015 10:44 PM
> To: dev at dpdk.org<mailto:dev at dpdk.org>
> Cc: Michael S. Tsirkin
> Subject: Re: [dpdk-dev] Unlinking hugepage backing file after initialiation
> What I heard is the following: A multi-process DPDK application, working either in master-worker or master-slave fashion, can
> potentially benefit by keeping the backing files in hugetlbfs. However, it is does not work today as the pages are cleaned and added
> back when the application restarts.
> 
> Who says it is not working?
> I admit that DPDK MP model is probably a bit constrained, but it does work.
> It is probably good to read some docs:
> http://dpdk.org/doc/guides/prog_guide/multi_proc_support.html
> and/or look at the code that does MP support inside DPDK.
> I think that might make things clearer.
> Konstantin
> 
> On the other hand, for a single process application there is actually no benefit keeping the pages
> around.
> Therefore, I was wondering if we can make this configurable by passing a command line argument that will either unlink or keep the
> backing files.
> --
> - Thanks
> char * (*shesha) (uint64_t cache, uint8_t F00D)
> { return 0x0000C0DE; }
> From: "Michael S. Tsirkin" <mst at redhat.com<mailto:mst at redhat.com><mailto:mst at redhat.com>>
> Date: Tuesday, September 29, 2015 at 2:35 PM
> To: Cisco Employee <shesha at cisco.com<mailto:shesha at cisco.com><mailto:shesha at cisco.com>>
> Cc: "Xie, Huawei" <huawei.xie at intel.com<mailto:huawei.xie at intel.com><mailto:huawei.xie at intel.com>>, "dev at dpdk.org<mailto:dev at dpdk.org><mailto:dev at dpdk.org>"
> <dev at dpdk.org<mailto:dev at dpdk.org><mailto:dev at dpdk.org>>
> Subject: Re: [dpdk-dev] Unlinking hugepage backing file after initialiation
> On Tue, Sep 29, 2015 at 05:50:00PM +0000, shesha Sreenivasamurthy (shesha) wrote:
> Sure. Then, is there any real reason why the backing files should not be
> unlinked ?
> AFAIK qemu unlinks them already.
> --
> MST
> 
> 


More information about the dev mailing list