[dpdk-dev] [PATCH] Remove duplicated lines in memzone_reserve_aligned_thread_unsafe

2014-01-02 Thread peicha...@gmail.com
From: Pei Chao Remove duplicated lines when reserving memory zone. Signed-off-by: Pei Chao --- lib/librte_eal/common/eal_common_memzone.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/lib/librte_eal/common/eal_common_memzone.c b/lib/librte_eal/common/eal_common_memzone.c index f03

[dpdk-dev] [PATCH] Remove duplicated lines in memzone_reserve_aligned_thread_unsafe

2014-01-02 Thread Thomas Monjalon
02/01/2014 14:05, peichao85 at gmail.com : > > Remove duplicated lines when reserving memory zone. > > Signed-off-by: Pei Chao Acked and applied in 1.5.1r2 with this log: mem: remove duplicated lines Extra space for future alignment was reserved twice. It was introduced in version