From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 24098282 for ; Mon, 8 May 2017 12:33:16 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2017 03:33:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,309,1491289200"; d="scan'208";a="1145023506" Received: from dwdohert-mobl1.ger.corp.intel.com (HELO [163.33.229.26]) ([163.33.229.26]) by fmsmga001.fm.intel.com with ESMTP; 08 May 2017 03:33:15 -0700 To: Slawomir Mrozowicz References: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> Cc: dev@dpdk.org From: Declan Doherty Message-ID: <5b0bb043-79f1-d61c-221a-b41971f7c53f@intel.com> Date: Mon, 8 May 2017 11:33:14 +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: <20170505112419.14965-1-slawomirx.mrozowicz@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] doc: announce crypto device type enumeration removal 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, 08 May 2017 10:33:17 -0000 On 05/05/2017 12:24 PM, Slawomir Mrozowicz wrote: > Refer to RFC patch - cryptodev: remove crypto device type enumeration > > It is planned to remove device type enumeration rte_cryptodev_type from > library to remove the coupling between crypto PMD and the librte_cryptodev. > > In this case following stuctures will be changed: rte_cryptodev_session, > rte_cryptodev_sym_session, rte_cryptodev_info, rte_cryptodev. > > It is planned to change the function rte_cryptodev_count_devtype(). > The function prototype doesn’t clearly show the operation. > From next release 17.08 the dev_type will be changed to driver_id. > So the function name will change to rte_cryptodev_device_count_by_driver(). > > Signed-off-by: Slawomir Mrozowicz > --- ... > Acked-by: Declan Doherty