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

2018-06-28 Thread Zhang, Qi Z
] [PATCH v7 03/19] ethdev: enable hotplug on multi-process On 06/28/2018 03:56 PM, 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

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

2018-06-28 Thread Andrew Rybchenko
On 06/28/2018 03:56 PM, 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

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

2018-06-28 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