Re: [dpdk-dev] [PATCH v16 2/6] eal: enable hotplug on multi-process

2018-10-15 Thread Thomas Monjalon
Hi Qi, I wanted to push this old series, but I still have some questions and comments. Please let's fix them quickly. Note: I did not review the IPC mechanism and rollback. I trust you :) 28/09/2018 06:23, Qi Zhang: > --- a/doc/guides/rel_notes/release_18_11.rst > +++ b/doc/guides/rel_notes/rele

[dpdk-dev] [PATCH v16 2/6] eal: enable hotplug on multi-process

2018-09-27 Thread Qi Zhang
We are going to introduce the solution to handle hotplug in multi-process, it includes the below scenario: 1. Attach a device from the primary 2. Detach a device from the primary 3. Attach a device from a secondary 4. Detach a device from a secondary In the primary-secondary process model, we ass