Re: [dpdk-dev] [PATCH 06/12] cryptodev: move vdev functions to a separate file

2017-06-20 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Tuesday, June 20, 2017 3:37 PM > To: De Lara Guarch, Pablo ; > tho...@monjalon.net > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 06/12] cryptodev: move vdev func

Re: [dpdk-dev] [PATCH 06/12] cryptodev: move vdev functions to a separate file

2017-06-20 Thread Declan Doherty
On 24/05/2017 4:27 PM, Pablo de Lara wrote: Move all functions handling virtual devices to a separate header file "rte_cryptodev_vdev.h", in order to leave only generic functions for any device in the rest of the files. Signed-off-by: Pablo de Lara --- ... +++ b/lib/librte_cryptodev/rte_cry

[dpdk-dev] [PATCH 06/12] cryptodev: move vdev functions to a separate file

2017-05-24 Thread Pablo de Lara
Move all functions handling virtual devices to a separate header file "rte_cryptodev_vdev.h", in order to leave only generic functions for any device in the rest of the files. Signed-off-by: Pablo de Lara --- drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 1 + drivers/crypto/aesni_mb/rte_aes