Re: [dpdk-dev] [PATCH 02/12] cryptodev: set driver name for all devices

2017-06-20 Thread Declan Doherty
On 24/05/2017 4:27 PM, Pablo de Lara wrote: When retrieving device information for a crypto driver, driver name was only set when it was a PCI driver. Getting the driver name from rte_device structure allows rte_cryptodev_get_info() function to return it regardless they are virtual or physical de

[dpdk-dev] [PATCH 02/12] cryptodev: set driver name for all devices

2017-05-24 Thread Pablo de Lara
When retrieving device information for a crypto driver, driver name was only set when it was a PCI driver. Getting the driver name from rte_device structure allows rte_cryptodev_get_info() function to return it regardless they are virtual or physical devices. Signed-off-by: Pablo de Lara --- lib