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 A7A752C8 for ; Mon, 3 Jul 2017 11:54:54 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jul 2017 02:54:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,302,1496127600"; d="scan'208";a="106502510" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.228.221]) ([163.33.228.221]) by orsmga002.jf.intel.com with ESMTP; 03 Jul 2017 02:54:52 -0700 To: Slawomir Mrozowicz References: <20170522135430.25668-1-slawomirx.mrozowicz@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <63f07075-46d5-4416-f9da-9e28ef80e629@intel.com> Date: Mon, 3 Jul 2017 10:54:51 +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: <20170522135430.25668-1-slawomirx.mrozowicz@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] cryptodev: remove crypto device driver 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: Mon, 03 Jul 2017 09:54:55 -0000 On 22/05/2017 2:54 PM, Slawomir Mrozowicz wrote: > Remove crypto device driver name string definitions from librte_cryptodev, > which avoid to library changes every time a new crypto driver was added. > > The driver name is predefined internaly in the each PMD. > The applications could use the crypto device driver names based on > options with the driver name string provided in command line. > > Signed-off-by: Slawomir Mrozowicz > --- ... > Acked-by: Declan Doherty