Re: [dpdk-dev] [PATCH v6 03/19] ethdev: enable hotplug on multi-process

2018-06-28 Thread Zhang, Qi Z
> -Original Message- > From: Burakov, Anatoly > Sent: Thursday, June 28, 2018 5:20 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 v6 03/19] ethd

Re: [dpdk-dev] [PATCH v6 03/19] ethdev: enable hotplug on multi-process

2018-06-28 Thread Burakov, Anatoly
On 28-Jun-18 2:52 AM, Qi Zhang wrote: We are going to 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 sh

Re: [dpdk-dev] [PATCH v6 03/19] ethdev: enable hotplug on multi-process

2018-06-28 Thread Burakov, Anatoly
On 28-Jun-18 2:52 AM, Qi Zhang wrote: We are going to 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 sh

[dpdk-dev] [PATCH v6 03/19] ethdev: enable hotplug on multi-process

2018-06-27 Thread Qi Zhang
We are going to 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 pr

[dpdk-dev] [PATCH v6 03/19] ethdev: enable hotplug on multi-process

2018-06-27 Thread Qi Zhang
We are going to 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 pr