Re: [dpdk-dev] [PATCH v3 3/5] bus/vdev: bus scan by multi-process channel

2018-04-20 Thread Burakov, Anatoly
On 20-Apr-18 4:32 PM, Tan, Jianfeng wrote: On 4/20/2018 11:19 PM, Burakov, Anatoly wrote: On 20-Apr-18 3:28 PM, Tan, Jianfeng wrote: On 4/20/2018 4:41 PM, Burakov, Anatoly wrote: On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: To scan the vdevs in primary, we send request to primary process to

Re: [dpdk-dev] [PATCH v3 3/5] bus/vdev: bus scan by multi-process channel

2018-04-20 Thread Tan, Jianfeng
On 4/20/2018 11:19 PM, Burakov, Anatoly wrote: On 20-Apr-18 3:28 PM, Tan, Jianfeng wrote: On 4/20/2018 4:41 PM, Burakov, Anatoly wrote: On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name i

Re: [dpdk-dev] [PATCH v3 3/5] bus/vdev: bus scan by multi-process channel

2018-04-20 Thread Burakov, Anatoly
On 20-Apr-18 3:28 PM, Tan, Jianfeng wrote: On 4/20/2018 4:41 PM, Burakov, Anatoly wrote: On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name is shared from the primary. In probe(), the device

Re: [dpdk-dev] [PATCH v3 3/5] bus/vdev: bus scan by multi-process channel

2018-04-20 Thread Tan, Jianfeng
On 4/20/2018 4:41 PM, Burakov, Anatoly wrote: On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name is shared from the primary. In probe(), the device driver is supposed to locate (or request mor

Re: [dpdk-dev] [PATCH v3 3/5] bus/vdev: bus scan by multi-process channel

2018-04-20 Thread Burakov, Anatoly
On 19-Apr-18 5:50 PM, Jianfeng Tan wrote: To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name is shared from the primary. In probe(), the device driver is supposed to locate (or request more) the detail information from the primary. Sign

[dpdk-dev] [PATCH v3 3/5] bus/vdev: bus scan by multi-process channel

2018-04-19 Thread Jianfeng Tan
To scan the vdevs in primary, we send request to primary process to obtain the names for vdevs. Only the name is shared from the primary. In probe(), the device driver is supposed to locate (or request more) the detail information from the primary. Signed-off-by: Jianfeng Tan Reviewed-by: Qi Zha