[dpdk-dev] [PATCH] lib/librte_mempool: a redundant of socket_id assignment

2016-11-18 Thread Olivier Matz
ei >> Subject: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant of socket_id >> assignment >> >> From: zhao wei >> >> There is a redundant repetition mempool socket_id assignment in the file >> rte_mempool.c in function rte_mempool_create_empty.The sta

[dpdk-dev] [PATCH] lib/librte_mempool: a redundant of socket_id assignment

2016-11-14 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wei Zhao > Sent: Monday, November 14, 2016 2:16 AM > To: dev at dpdk.org > Cc: olivier.matz at 6wind.com; Zhao1, Wei > Subject: [dpdk-dev] [PATCH] lib/librte_mempool: a redundant of sock

[dpdk-dev] [PATCH] lib/librte_mempool: a redundant of socket_id assignment

2016-11-14 Thread Wei Zhao
From: zhao wei There is a redundant repetition mempool socket_id assignment in the file rte_mempool.c in function rte_mempool_create_empty.The statement "mp->socket_id = socket_id;"appear twice in line 821 and 824.One of them is redundant, so delete it. Fixes: 85226f9c526b