[dpdk-dev] [PATCH 2/2] malloc: no need to zero out memory on zmalloc

2016-07-10 Thread Thomas Monjalon
2016-07-05 12:01, Sergio Gonzalez Monroy: > Zeroing out memory on rte_zmalloc_socket is not required anymore since all > allocated memory is already zeroed. > > Signed-off-by: Sergio Gonzalez Monroy Series applied, thanks This patch will need special attention when validating this release.

[dpdk-dev] [PATCH 2/2] malloc: no need to zero out memory on zmalloc

2016-07-05 Thread Sergio Gonzalez Monroy
Zeroing out memory on rte_zmalloc_socket is not required anymore since all allocated memory is already zeroed. Signed-off-by: Sergio Gonzalez Monroy --- lib/librte_eal/common/rte_malloc.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/librte_eal/common/rte_malloc.c