Re: [dpdk-dev] [PATCH v2 09/12] ethdev: support attach vdev in secondary process

2017-10-08 Thread Tan, Jianfeng
y...@fridaylinux.org; Maxime Coquelin; Tetsuya Mukawa; > Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH v2 09/12] ethdev: support attach vdev in > secondary process > > On Thu, Sep 28, 2017 at 3:55 PM, Jianfeng Tan > wrote: > > When vdev driver requests an ethdev entry i

Re: [dpdk-dev] [PATCH v2 09/12] ethdev: support attach vdev in secondary process

2017-10-05 Thread Jan Blunck
On Thu, Sep 28, 2017 at 3:55 PM, Jianfeng Tan wrote: > When vdev driver requests an ethdev entry in secondary process, > we will identify the correct entry in rte_eth_dev_data array > and return the correct entry in the rte_eth_devices arrays. > > Signed-off-by: Jianfeng Tan > --- > lib/librte_e

[dpdk-dev] [PATCH v2 09/12] ethdev: support attach vdev in secondary process

2017-09-28 Thread Jianfeng Tan
When vdev driver requests an ethdev entry in secondary process, we will identify the correct entry in rte_eth_dev_data array and return the correct entry in the rte_eth_devices arrays. Signed-off-by: Jianfeng Tan --- lib/librte_ether/rte_ethdev_vdev.h | 26 +++--- 1 file chan