Re: [dpdk-dev] [PATCH 2/3] cryptodev: break dependency on virtual device bus

2017-10-25 Thread De Lara Guarch, Pablo
Hi Tomasz, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tomasz Duszynski > Sent: Wednesday, October 25, 2017 7:18 AM > To: Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 2/3] cryptodev: break dependency on &g

Re: [dpdk-dev] [PATCH 2/3] cryptodev: break dependency on virtual device bus

2017-10-24 Thread Tomasz Duszynski
On Fri, Oct 20, 2017 at 10:21:12PM +0100, Declan Doherty wrote: > Removes any dependency of librte_cryptodev on the virtual device > infrastructure code and removes the functions which were virtual > device specific. > > Updates all virtual PMDs to remove dependencies on rte_cryptodev_vdev.h > and

Re: [dpdk-dev] [PATCH 2/3] cryptodev: break dependency on virtual device bus

2017-10-24 Thread Akhil Goyal
On 10/21/2017 2:51 AM, Declan Doherty wrote: Removes any dependency of librte_cryptodev on the virtual device infrastructure code and removes the functions which were virtual device specific. Updates all virtual PMDs to remove dependencies on rte_cryptodev_vdev.h and replaces those calls with th

Re: [dpdk-dev] [PATCH 2/3] cryptodev: break dependency on virtual device bus

2017-10-24 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Friday, October 20, 2017 10:21 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 2/3] cryptodev: break dependency on virtual > device bus >

[dpdk-dev] [PATCH 2/3] cryptodev: break dependency on virtual device bus

2017-10-20 Thread Declan Doherty
Removes any dependency of librte_cryptodev on the virtual device infrastructure code and removes the functions which were virtual device specific. Updates all virtual PMDs to remove dependencies on rte_cryptodev_vdev.h and replaces those calls with the new bus independent functions. Signed-off-by