[dpdk-dev] [PATCH] mem: remove unneeded log

2013-07-26 Thread Thomas Monjalon
26/07/2013 16:54, Thomas Monjalon : > From: Olivier Matz > > Remove an error log in memzone_reserve_aligned_thread_unsafe(). > It is up to the caller to log the error, and this is already done > in DPDK code (especially in network drivers). > > Signed-off-by: Olivier Matz > Acked-by: Thomas Mon

[dpdk-dev] [PATCH] mem: remove unneeded log

2013-07-26 Thread Thomas Monjalon
From: Olivier Matz Remove an error log in memzone_reserve_aligned_thread_unsafe(). It is up to the caller to log the error, and this is already done in DPDK code (especially in network drivers). Signed-off-by: Olivier Matz Acked-by: Thomas Monjalon --- lib/librte_eal/common/eal_common_memzone