Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-14 Thread Jeff Guo
On 11/12/2018 9:35 AM, Thomas Monjalon wrote: 11/11/2018 08:31, Matan Azrad: From: Jeff Guo On 11/9/2018 1:24 PM, Matan Azrad wrote: From: Jeff Guo On 11/8/2018 5:35 PM, Matan Azrad wrote: From: Jeff Guo On 11/8/2018 3:28 PM, Matan Azrad wrote: From: Ananyev, Konstantin From: Guo, Ji

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-11 Thread Thomas Monjalon
11/11/2018 08:31, Matan Azrad: > From: Jeff Guo > > On 11/9/2018 1:24 PM, Matan Azrad wrote: > > > From: Jeff Guo > > >> On 11/8/2018 5:35 PM, Matan Azrad wrote: > > >>> From: Jeff Guo > > On 11/8/2018 3:28 PM, Matan Azrad wrote: > > > From: Ananyev, Konstantin > > >> From: Guo, Jia

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-10 Thread Matan Azrad
From: Jeff Guo > On 11/9/2018 1:24 PM, Matan Azrad wrote: > > > > From: Jeff Guo > >> On 11/8/2018 5:35 PM, Matan Azrad wrote: > >>> From: Jeff Guo > On 11/8/2018 3:28 PM, Matan Azrad wrote: > > From: Ananyev, Konstantin > >>> -Original Message- > >>> From: Guo, Jia >

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-08 Thread Jeff Guo
On 11/9/2018 1:24 PM, Matan Azrad wrote: From: Jeff Guo On 11/8/2018 5:35 PM, Matan Azrad wrote: From: Jeff Guo On 11/8/2018 3:28 PM, Matan Azrad wrote: From: Ananyev, Konstantin -Original Message- From: Guo, Jia Sent: Wednesday, November 7, 2018 7:30 AM To: Matan Azrad ; Ananye

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-08 Thread Matan Azrad
From: Jeff Guo > On 11/8/2018 5:35 PM, Matan Azrad wrote: > > > > From: Jeff Guo > >> On 11/8/2018 3:28 PM, Matan Azrad wrote: > >>> From: Ananyev, Konstantin > > -Original Message- > > From: Guo, Jia > > Sent: Wednesday, November 7, 2018 7:30 AM > > To: Matan Azrad ; An

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-08 Thread Jeff Guo
On 11/8/2018 5:35 PM, Matan Azrad wrote: From: Jeff Guo On 11/8/2018 3:28 PM, Matan Azrad wrote: From: Ananyev, Konstantin -Original Message- From: Guo, Jia Sent: Wednesday, November 7, 2018 7:30 AM To: Matan Azrad ; Ananyev, Konstantin ; Burakov, Anatoly ; Thomas Monjalon ; Iremo

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-08 Thread Matan Azrad
From: Jeff Guo > On 11/8/2018 3:28 PM, Matan Azrad wrote: > > > > From: Ananyev, Konstantin > >>> -Original Message- > >>> From: Guo, Jia > >>> Sent: Wednesday, November 7, 2018 7:30 AM > >>> To: Matan Azrad ; Ananyev, Konstantin > >>> ; Burakov, Anatoly > >>> ; Thomas Monjalon > >> ; >

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-08 Thread Jeff Guo
On 11/8/2018 3:28 PM, Matan Azrad wrote: From: Ananyev, Konstantin -Original Message- From: Guo, Jia Sent: Wednesday, November 7, 2018 7:30 AM To: Matan Azrad ; Ananyev, Konstantin ; Burakov, Anatoly ; Thomas Monjalon ; Iremonger, Bernard ; Wu, Jingjing ; Lu, Wenzhuo Cc: Yigit, Fer

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-07 Thread Matan Azrad
From: Ananyev, Konstantin > > -Original Message- > > From: Guo, Jia > > Sent: Wednesday, November 7, 2018 7:30 AM > > To: Matan Azrad ; Ananyev, Konstantin > > ; Burakov, Anatoly > > ; Thomas Monjalon > ; > > Iremonger, Bernard ; Wu, Jingjing > > ; Lu, Wenzhuo > > Cc: Yigit, Ferruh ; dev

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-07 Thread Ananyev, Konstantin
> -Original Message- > From: Guo, Jia > Sent: Wednesday, November 7, 2018 7:30 AM > To: Matan Azrad ; Ananyev, Konstantin > ; Burakov, Anatoly > ; Thomas Monjalon ; > Iremonger, Bernard ; Wu, > Jingjing ; Lu, Wenzhuo > Cc: Yigit, Ferruh ; dev@dpdk.org; Zhang, Helin > ; He, Shaopeng >

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-06 Thread Jeff Guo
matan On 11/6/2018 2:36 PM, Matan Azrad wrote: Hi Jeff From: Jeff Guo Before detach device when device be hot-unplugged, the failure process in user space and kernel space both need to be finished, such as eal interrupt callback need to be inactive before the callback be unregistered when d

Re: [dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-05 Thread Matan Azrad
Hi Jeff From: Jeff Guo > Before detach device when device be hot-unplugged, the failure process in > user space and kernel space both need to be finished, such as eal interrupt > callback need to be inactive before the callback be unregistered when device > is being cleaned. This patch add rte a

[dpdk-dev] [PATCH 3/3] app/testpmd: fix callback issue for hot-unplug

2018-11-05 Thread Jeff Guo
Before detach device when device be hot-unplugged, the failure process in user space and kernel space both need to be finished, such as eal interrupt callback need to be inactive before the callback be unregistered when device is being cleaned. This patch add rte alarm for device detaching, with th