[dpdk-dev] [PATCH] contigmem: zero all pages during mmap

2016-08-16 Thread Sergio Gonzalez Monroy
On 15/08/2016 19:17, Jim Harris wrote: > On Linux, all huge pages are zeroed by the kernel before > first access by the DPDK application. But on FreeBSD, > the contigmem driver would only zero the contiguous > memory regions during initial driver load. > > DPDK commit b78c91751 eliminated the expl

[dpdk-dev] [PATCH] contigmem: zero all pages during mmap

2016-08-15 Thread Jim Harris
On Linux, all huge pages are zeroed by the kernel before first access by the DPDK application. But on FreeBSD, the contigmem driver would only zero the contiguous memory regions during initial driver load. DPDK commit b78c91751 eliminated the explicit memset() operation for rte_zmalloc(), which w