Re: [dpdk-dev] [PATCH v2 03/12] cryptodev: rename device retrieval argument

2017-06-23 Thread Declan Doherty
On 21/06/2017 7:28 AM, Pablo de Lara wrote: rte_cryptodev_devices_get() function was parsing a crypto device name as an argument, but the function actually returns device identifiers of devices that share the same crypto driver, so the argument should be driver name, instead. Fixes: 38227c0e3ad2

[dpdk-dev] [PATCH v2 03/12] cryptodev: rename device retrieval argument

2017-06-21 Thread Pablo de Lara
rte_cryptodev_devices_get() function was parsing a crypto device name as an argument, but the function actually returns device identifiers of devices that share the same crypto driver, so the argument should be driver name, instead. Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") CC: sta..