From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH 04/12] cryptodev: simplify device list retrieval logic Date: Tue, 20 Jun 2017 15:35:48 +0100 Message-ID: <52c31a52-02ac-36f7-ef3a-7262759e0976@intel.com> References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <1495639634-74846-5-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Pablo de Lara , thomas@monjalon.net Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 709535599 for ; Tue, 20 Jun 2017 16:35:51 +0200 (CEST) In-Reply-To: <1495639634-74846-5-git-send-email-pablo.de.lara.guarch@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > --- ... > this should be squashed with the previous patch Acked-by: Declan Doherty