From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 95AE71B259 for ; Fri, 6 Oct 2017 10:44:50 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Oct 2017 01:44:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,482,1500966000"; d="scan'208";a="160105730" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.11]) ([10.237.221.11]) by fmsmga006.fm.intel.com with ESMTP; 06 Oct 2017 01:44:48 -0700 To: Pablo de Lara , declan.doherty@intel.com References: <20171003023254.62621-1-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: Sergio Gonzalez Monroy Message-ID: Date: Fri, 6 Oct 2017 09:44:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <20171003023254.62621-1-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] cryptodev: add function to retrieve device name 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, 06 Oct 2017 08:44:51 -0000 On 03/10/2017 03:32, Pablo de Lara wrote: > Currently, in order to get the name of a crypto device, > a user needs to access to it using the crypto device structure. > > It is a better practise to have a function to retrieve this > name, given a device id. > > Signed-off-by: Pablo de Lara > --- Acked-by: Sergio Gonzalez Monroy