Re: [dpdk-dev] [PATCH v3] mempool: remove a redundant socket id assignment

2016-12-06 Thread Thomas Monjalon
2016-12-05 11:39, Wei Zhao: > 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: 85226f9c52

[dpdk-dev] [PATCH v3] mempool: remove a redundant socket id assignment

2016-12-04 Thread Wei Zhao
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 ("mempool: introduce a function to cr

[dpdk-dev] [PATCH v3] mempool: remove a redundant socket id assignment

2016-12-04 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 ("mempool: introduce

[dpdk-dev] [PATCH v3] mempool: remove a redundant socket id assignment

2016-12-04 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 ("mempool: introduce