Re: [dpdk-dev] [PATCH v17 0/6] enable hotplug on multi-process

2018-10-16 Thread Zhang, Qi Z
uce > ; Yigit, Ferruh ; > Shelton, Benjamin H ; Vangati, Narender > > Subject: Re: [dpdk-dev] [PATCH v17 0/6] enable hotplug on multi-process > > > Qi Zhang (6): > > ethdev: add function to release port in secondary process > > eal: enable hotplug on multi-pr

Re: [dpdk-dev] [PATCH v17 0/6] enable hotplug on multi-process

2018-10-16 Thread Thomas Monjalon
> Qi Zhang (6): > ethdev: add function to release port in secondary process > eal: enable hotplug on multi-process > eal: support attach or detach share device from secondary > drivers/net: enable hotplug on secondary process > drivers/net: enable device detach on secondary > examples/

[dpdk-dev] [PATCH v17 0/6] enable hotplug on multi-process

2018-10-15 Thread Qi Zhang
v17: - fix format in release notes - rework build_devargs - fix devargs memory leak in rte_dev_hotplug_add - always explicit if ( != 0) - rename rte_dev_hotplug_mp_init to rte_mp_dev_hotplug_init and move funciton claim to rte_dev.h - comment reword v16: - rebase to patch "simplify parameters o