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)
commit5ce3ace1de458e2ded1b408acfe59c15cf9863f1
treed979515ece605a5f0b3c822ca2ddf31fd535d2b9
parentf459d2320bf82d82bc4efd6dcbfc73b607d462ea
eal: remove unnecessary hugepage zero-filling

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>
lib/librte_eal/linuxapp/eal/eal_memory.c