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

2018-04-23 Thread Tan, Jianfeng
> -Original Message- > From: Burakov, Anatoly > Sent: Monday, April 23, 2018 5:55 PM > To: Tan, Jianfeng; dev@dpdk.org > Cc: tho...@monjalon.net > Subject: Re: [dpdk-dev] [PATCH v4 3/5] bus/vdev: bus scan by multi-process > channel > > On 20-Apr-18 5:57 PM,

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

2018-04-23 Thread Burakov, Anatoly
On 20-Apr-18 5:57 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 v4 3/5] bus/vdev: bus scan by multi-process channel

2018-04-20 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