From mboxrd@z Thu Jan 1 00:00:00 1970 From: Declan Doherty Subject: Re: [PATCH v2 03/12] cryptodev: rename device retrieval argument Date: Fri, 23 Jun 2017 13:54:41 +0100 Message-ID: References: <1495639634-74846-1-git-send-email-pablo.de.lara.guarch@intel.com> <20170621062826.21896-1-pablo.de.lara.guarch@intel.com> <20170621062826.21896-4-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, stable@dpdk.org To: Pablo de Lara , thomas@monjalon.net Return-path: In-Reply-To: <20170621062826.21896-4-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 21/06/2017 7:28 AM, Pablo de Lara wrote: > rte_cryptodev_devices_get() function was parsing a crypto > device name as an argument, but the function actually > returns device identifiers of devices that share the > same crypto driver, so the argument should be driver name, instead. > > Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") > CC: stable@dpdk.org > > Signed-off-by: Pablo de Lara > --- ... > Acked-by: Declan Doherty