Re: [dpdk-dev] [PATCH 04/12] cryptodev: simplify device list retrieval logic

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:36 PM > To: De Lara Guarch, Pablo ; > tho...@monjalon.net > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 04/12] cryptodev: simplify dev

Re: [dpdk-dev] [PATCH 04/12] cryptodev: simplify device list retrieval logic

2017-06-20 Thread Declan Doherty
On 24/05/2017 4:27 PM, Pablo de Lara wrote: rte_cryptodev_devices_get() function returns an array of devices sharing the same driver. Instead of having two different paths depending on the device being virtual or physical, retrieve the driver name from rte_device structure. Signed-off-by: Pablo

[dpdk-dev] [PATCH 04/12] cryptodev: simplify device list retrieval logic

2017-05-24 Thread Pablo de Lara
rte_cryptodev_devices_get() function returns an array of devices sharing the same driver. Instead of having two different paths depending on the device being virtual or physical, retrieve the driver name from rte_device structure. Signed-off-by: Pablo de Lara --- lib/librte_cryptodev/rte_crypto