Re: [dpdk-dev] [PATCH 04/22] ethdev: enable hotplug on multi-process

2018-06-19 Thread Burakov, Anatoly
On 19-Jun-18 4:22 AM, Zhang, Qi Z wrote: -Original Message- From: Burakov, Anatoly Sent: Monday, June 18, 2018 4:18 PM To: Zhang, Qi Z ; tho...@monjalon.net Cc: Ananyev, Konstantin ; dev@dpdk.org; Richardson, Bruce ; Yigit, Ferruh ; Shelton, Benjamin H ; Vangati, Narender Subject: Re:

Re: [dpdk-dev] [PATCH 04/22] ethdev: enable hotplug on multi-process

2018-06-18 Thread Zhang, Qi Z
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, June 18, 2018 4:18 PM > To: Zhang, Qi Z ; tho...@monjalon.net > Cc: Ananyev, Konstantin ; dev@dpdk.org; > Richardson, Bruce ; Yigit, Ferruh > ; Shelton, Benjamin H > ; Vangati, Narender > > Subject: Re: [PATCH 04/22] ethdev: e

Re: [dpdk-dev] [PATCH 04/22] ethdev: enable hotplug on multi-process

2018-06-18 Thread Burakov, Anatoly
On 07-Jun-18 1:38 PM, Qi Zhang wrote: The patch introduce the solution to handle different hotplug cases in multi-process situation, it include below scenario: 1. Attach a share device from primary 2. Detach a share device from primary 3. Attach a share device from secondary 4. Detach a share de

Re: [dpdk-dev] [PATCH 04/22] ethdev: enable hotplug on multi-process

2018-06-15 Thread Burakov, Anatoly
On 07-Jun-18 1:38 PM, Qi Zhang wrote: The patch introduce the solution to handle different hotplug cases in multi-process situation, it include below scenario: 1. Attach a share device from primary 2. Detach a share device from primary 3. Attach a share device from secondary 4. Detach a share de

[dpdk-dev] [PATCH 04/22] ethdev: enable hotplug on multi-process

2018-06-07 Thread Qi Zhang
The patch introduce the solution to handle different hotplug cases in multi-process situation, it include below scenario: 1. Attach a share device from primary 2. Detach a share device from primary 3. Attach a share device from secondary 4. Detach a share device from secondary 5. Attach a private