eal: remove unnecessary hugepage zero-filling
authorZhihong Wang <zhihong.wang@intel.com>
Sun, 22 Nov 2015 19:13:35 +0000 (14:13 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 21 Jan 2016 14:57:50 +0000 (15:57 +0100)
The kernel fills new allocated (huge) pages with zeros.
DPDK just has to populate page tables to trigger the allocation.

Signed-off-by: Zhihong Wang <zhihong.wang@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>

No differences found