Re: [dpdk-dev] [PATCH 1/3] eal: fix lock issue for hot-unplug

2018-11-07 Thread Matan Azrad
From: Jeff Guo > hi matan > > On 11/6/2018 2:22 PM, Matan Azrad wrote: > > Hi Jeff > > > > Can you detail more in the commit log that we can understand the > deadlock scenario. And how does this commit fix it? > > > Before i add more detail in the commit log of next version, i would explain t

Re: [dpdk-dev] [PATCH 1/3] eal: fix lock issue for hot-unplug

2018-11-06 Thread Jeff Guo
hi matan On 11/6/2018 2:22 PM, Matan Azrad wrote: Hi Jeff Can you detail more in the commit log that we can understand the deadlock scenario. And how does this commit fix it? Before i add more detail in the commit log of next version, i would explain to you here at first here. When the d

Re: [dpdk-dev] [PATCH 1/3] eal: fix lock issue for hot-unplug

2018-11-05 Thread Matan Azrad
Hi Jeff Can you detail more in the commit log that we can understand the deadlock scenario. And how does this commit fix it? > -Original Message- > From: Jeff Guo > Sent: Tuesday, November 6, 2018 8:07 AM > To: konstantin.anan...@intel.com; anatoly.bura...@intel.com; Thomas > Monjalon

[dpdk-dev] [PATCH 1/3] eal: fix lock issue for hot-unplug

2018-11-05 Thread Jeff Guo
This patch will add missing unlock for hot-unplug handler, without this patch potential dead lock will occur when device be hotplug-in after device be hot-unplugged. Fixes: 0fc54536b14a ("eal: add failure handling for hot-unplug") Signed-off-by: Jeff Guo --- lib/librte_eal/linuxapp/eal/eal_dev.c