Re: [dpdk-dev] [PATCH v9 3/4] bus/vdev: move to vdev bus to drivers/bus

2017-10-27 Thread Gaƫtan Rivet
On Fri, Oct 27, 2017 at 10:53:11AM +0200, Thomas Monjalon wrote: > 27/10/2017 10:19, Tan, Jianfeng: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > 27/10/2017 03:06, Jianfeng Tan: > > > > --- /dev/null > > > > +++ b/drivers/bus/vdev/rte_bus_vdev_version.map > > > > @@ -0,0 +1,8 @@ > >

Re: [dpdk-dev] [PATCH v9 3/4] bus/vdev: move to vdev bus to drivers/bus

2017-10-27 Thread Thomas Monjalon
27/10/2017 10:19, Tan, Jianfeng: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 27/10/2017 03:06, Jianfeng Tan: > > > --- /dev/null > > > +++ b/drivers/bus/vdev/rte_bus_vdev_version.map > > > @@ -0,0 +1,8 @@ > > > +DPDK_17.11 { > > > + global: > > > + > > > + rte_vdev_init; >

Re: [dpdk-dev] [PATCH v9 3/4] bus/vdev: move to vdev bus to drivers/bus

2017-10-27 Thread Tan, Jianfeng
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Friday, October 27, 2017 3:56 PM > To: Tan, Jianfeng > Cc: dev@dpdk.org; jblu...@infradead.org; Richardson, Bruce; Ananyev, > Konstantin; De Lara Guarch, Pablo; y...@fridaylinux.org; > maxime.coque...@redhat

Re: [dpdk-dev] [PATCH v9 3/4] bus/vdev: move to vdev bus to drivers/bus

2017-10-27 Thread Thomas Monjalon
27/10/2017 03:06, Jianfeng Tan: > --- /dev/null > +++ b/drivers/bus/vdev/rte_bus_vdev_version.map > @@ -0,0 +1,8 @@ > +DPDK_17.11 { > + global: > + > + rte_vdev_init; > + rte_vdev_register; > + rte_vdev_uninit; > + rte_vdev_unregister; > +}; It should not be needed to

[dpdk-dev] [PATCH v9 3/4] bus/vdev: move to vdev bus to drivers/bus

2017-10-26 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 + doc/guides/rel_notes/release