> -----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 <pablo.de.lara.gua...@intel.com>; > tho...@monjalon.net > Cc: dev@dpdk.org > 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 <pablo.de.lara.gua...@intel.com> > > --- > ... > > > > this should be squashed with the previous patch
As said, I will fix the previous one and leave this as it is. Thanks, Pablo