Re: [dpdk-dev] [PATCH v3] lib/librte_vhost: move fdset_del out of conn_mutex

2018-01-18 Thread Yuanhan Liu
Hi, Apologize for late review. On Tue, Jan 02, 2018 at 02:08:36AM -0800, zhike wang wrote: > From: wang zhike > > v3: > * Fix duplicate variable name, which leads to unexpected memory write. > v2: > * Move fdset_del before conn destroy. > * Fix coding style. Note that we prefer to put the chan

Re: [dpdk-dev] [PATCH v3] lib/librte_vhost: move fdset_del out of conn_mutex

2018-01-17 Thread 王志克
Hi Yuanhan, Huawei, Can you please spare some time for code review? Thanks. Br, Zhike -Original Message- From: 王志克 Sent: Tuesday, January 02, 2018 6:09 PM To: dev@dpdk.org Cc: 王志克 Subject: [PATCH v3] lib/librte_vhost: move fdset_del out of conn_mutex From: wang zhike v3: * Fix duplic