> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Declan Doherty > Sent: Tuesday, June 20, 2017 3:36 PM > To: De Lara Guarch, Pablo <[email protected]>; > [email protected] > Cc: [email protected] > Subject: Re: [dpdk-dev] [PATCH 04/12] cryptodev: simplify device list > retrieval > logic > > 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 de Lara <[email protected]> > > --- > ... > > > > this should be squashed with the previous patch
As said, I will fix the previous one and leave this as it is. Thanks, Pablo

