Re: [dpdk-dev] [PATCH 02/22] bus/vdev: enable one device scan

2018-06-13 Thread Zhang, Qi Z
, Benjamin H > ; Vangati, Narender > > Subject: Re: [dpdk-dev] [PATCH 02/22] bus/vdev: enable one device scan > > On 6/7/2018 6:08 PM, Qi Zhang wrote: > > Implemented the bus ops scan_one, besides this improve the scan > > efficiency in

Re: [dpdk-dev] [PATCH 02/22] bus/vdev: enable one device scan

2018-06-08 Thread Shreyansh Jain
On 6/7/2018 6:08 PM, Qi Zhang wrote: Implemented the bus ops scan_one, besides this improve the scan efficiency in hotplug case, it aslo avoid sync IPC invoke (which also happens in vdev->scan on secondary process). The ben

[dpdk-dev] [PATCH 02/22] bus/vdev: enable one device scan

2018-06-07 Thread Qi Zhang
Implemented the bus ops scan_one, besides this improve the scan efficiency in hotplug case, it aslo avoid sync IPC invoke (which happens in vdev->scan on secondary process). The benifit is it removes the potiential deadlock in the case when secondary process receive a request from primary process t