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 43FCD29CB for ; Thu, 13 Jul 2017 14:37:07 +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; 13 Jul 2017 05:37:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,354,1496127600"; d="scan'208";a="878527612" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by FMSMGA003.fm.intel.com with ESMTP; 13 Jul 2017 05:37:05 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX102.ger.corp.intel.com (163.33.3.155) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 13 Jul 2017 13:37:04 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX156.ger.corp.intel.com ([10.108.20.68]) with mapi id 14.03.0319.002; Thu, 13 Jul 2017 13:37:04 +0100 From: "De Lara Guarch, Pablo" To: Jan Blunck , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH] cryptodev: deprecate rte_cryptodev_create_vdev() Thread-Index: AQHS+0uzwv8rDgxs6UefhSclT02Z6KJRsnuA Date: Thu, 13 Jul 2017 12:37:03 +0000 Message-ID: References: <20170712201537.65691-1-jblunck@infradead.org> In-Reply-To: <20170712201537.65691-1-jblunck@infradead.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: deprecate rte_cryptodev_create_vdev() 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: Thu, 13 Jul 2017 12:37:07 -0000 > -----Original Message----- > From: Jan Blunck [mailto:jblunck@gmail.com] On Behalf Of Jan Blunck > Sent: Wednesday, July 12, 2017 9:16 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo > > Subject: [PATCH] cryptodev: deprecate rte_cryptodev_create_vdev() >=20 > This function is an alias for rte_vdev_init() which is scheduled to move = out > of the rte_eal library. Lets deprecate this function to be able to remove= it > from the cryptodev library in 17.11. >=20 > Signed-off-by: Jan Blunck Funny, I thought I submitted this patch yesterday, but forgot to cc the mai= ling list :) Obviously then: Acked-by: Pablo de Lara