From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id C122429CA; Fri, 23 Jun 2017 14:54:44 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jun 2017 05:54:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,378,1493708400"; d="scan'208";a="871031181" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.219]) ([163.33.228.219]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2017 05:54:42 -0700 To: Pablo de Lara , thomas@monjalon.net 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> Cc: dev@dpdk.org, stable@dpdk.org From: Declan Doherty Message-ID: Date: Fri, 23 Jun 2017 13:54:41 +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: <20170621062826.21896-4-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 03/12] cryptodev: rename device retrieval argument X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 12:54:45 -0000 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