From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id A89587D8F for ; Fri, 28 Jul 2017 16:45:44 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jul 2017 07:45:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,425,1496127600"; d="scan'208";a="116808812" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga002.jf.intel.com with ESMTP; 28 Jul 2017 07:45:41 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX102.ger.corp.intel.com ([169.254.2.211]) with mapi id 14.03.0319.002; Fri, 28 Jul 2017 15:45:40 +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+0uzwv8rDgxs6UefhSclT02Z6KJpabMQ Date: Fri, 28 Jul 2017 14:45:39 +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: Fri, 28 Jul 2017 14:45:45 -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 Applied to dpdk-next-crypto. Thanks, Pablo