Re: [dpdk-dev] [PATCH v14 5/6] drivers/net: enable device detach on secondary

2018-08-14 Thread Zhang, Qi Z
Bruce ; Yigit, Ferruh > ; Shelton, Benjamin H > ; Vangati, Narender > > Subject: Re: [dpdk-dev] [PATCH v14 5/6] drivers/net: enable device detach on > secondary > > On 10.08.2018 03:42, Qi Zhang wrote: > > With the enabling for hotplug on multi-process, it is not necessary to

Re: [dpdk-dev] [PATCH v14 5/6] drivers/net: enable device detach on secondary

2018-08-12 Thread Andrew Rybchenko
On 10.08.2018 03:42, Qi Zhang wrote: With the enabling for hotplug on multi-process, it is not necessary to prevent detaching a device from a secondary process. Signed-off-by: Qi Zhang From the patch itself including description it is absolutely unclear why detach works and where it actually

[dpdk-dev] [PATCH v14 5/6] drivers/net: enable device detach on secondary

2018-08-09 Thread Qi Zhang
With the enabling for hotplug on multi-process, it is not necessary to prevent detaching a device from a secondary process. Signed-off-by: Qi Zhang --- drivers/net/bnxt/bnxt_ethdev.c | 2 +- drivers/net/ena/ena_ethdev.c | 2 +- drivers/net/liquidio/lio_ethdev.c | 2 +- drivers/net/vir