> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of shesha 
> Sreenivasamurthy (shesha)
> Sent: Tuesday, September 29, 2015 1:04 AM
> To: dev at dpdk.org
> Subject: [dpdk-dev] Unlinking hugepage backing file after initialiation
> 
> Hello,
> As of DPDK2.1, backing files are created in hugetablefs during mapping (in 
> eal_memory.c::rte_eal_hugepage_init()) and these files are
> not cleaned up (unlinked) after initialization (mmap-ing). This means, when 
> the application crashes or stopped, the memory is still
> consumed. Therefore, is there any reason not to unlink backing files after 
> initialization 

For secondary process(es) to be able to open/map them too?
Konstantin

>? If no, I will send a patch for the change.
> 
> --
> - Thanks
> char * (*shesha) (uint64_t cache, uint8_t F00D)
> { return 0x0000C0DE; }

Reply via email to