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 ("cryptodev: retrieve device info") CC: [email protected] Signed-off-by: Pablo de Lara <[email protected]> ---
...
Acked-by: Declan Doherty <[email protected]>

