From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <declan.doherty@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 709535599
 for <dev@dpdk.org>; Tue, 20 Jun 2017 16:35:51 +0200 (CEST)
Received: from orsmga003.jf.intel.com ([10.7.209.27])
 by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 20 Jun 2017 07:35:50 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.39,364,1493708400"; d="scan'208";a="983074269"
Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.228])
 ([163.33.228.228])
 by orsmga003.jf.intel.com with ESMTP; 20 Jun 2017 07:35:49 -0700
To: Pablo de Lara <pablo.de.lara.guarch@intel.com>, thomas@monjalon.net
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>
Cc: dev@dpdk.org
From: Declan Doherty <declan.doherty@intel.com>
Message-ID: <52c31a52-02ac-36f7-ef3a-7262759e0976@intel.com>
Date: Tue, 20 Jun 2017 15:35:48 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101
 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <1495639634-74846-5-git-send-email-pablo.de.lara.guarch@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH 04/12] cryptodev: simplify device list
	retrieval logic
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 20 Jun 2017 14:35:51 -0000

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.guarch@intel.com>
> ---
...
>

this should be squashed with the previous patch


Acked-by: Declan Doherty <declan.doherty@intel.com>