Re: [dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus

2017-09-18 Thread Tan, Jianfeng
dhat.com; > mtetsu...@gmail.com; Yigit, Ferruh > Subject: RE: [dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus > > ... > > > Let's say the cryptodev lib must be updated. > > > I understand the need to move rte_cryptodev_vdev.h outside > > > librte

Re: [dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus

2017-09-18 Thread De Lara Guarch, Pablo
...@redhat.com; > mtetsu...@gmail.com; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus > > Hi Gaetan, > > > On 8/29/2017 6:04 AM, Gaëtan Rivet wrote: > > On Fri, Aug 25, 2017 at 09:40:44AM +, Jianfeng Tan wrote: > >> Move the vdev bus

Re: [dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus

2017-08-29 Thread Tan, Jianfeng
Hi Gaetan, On 8/29/2017 6:04 AM, Gaëtan Rivet wrote: On Fri, Aug 25, 2017 at 09:40:44AM +, Jianfeng Tan wrote: Move the vdev bus from lib/librte_eal to drivers/bus. As the crypto vdev helper function refers to data structure in rte_vdev.h, so we move those helper function into drivers/bus

Re: [dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus

2017-08-29 Thread Gaëtan Rivet
On Fri, Aug 25, 2017 at 09:40:44AM +, Jianfeng Tan wrote: > Move the vdev bus from lib/librte_eal to drivers/bus. > > As the crypto vdev helper function refers to data structure > in rte_vdev.h, so we move those helper function into drivers/bus > too. > > Signed-off-by: Jianfeng Tan > --- >

[dpdk-dev] [PATCH 04/12] vdev: move to drivers/bus

2017-08-25 Thread Jianfeng Tan
Move the vdev bus from lib/librte_eal to drivers/bus. As the crypto vdev helper function refers to data structure in rte_vdev.h, so we move those helper function into drivers/bus too. Signed-off-by: Jianfeng Tan --- config/common_base| 5 + drivers/bus/Makefile