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 CB37A137C for ; Tue, 5 Apr 2016 11:48:33 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP; 05 Apr 2016 02:48:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,443,1455004800"; d="scan'208";a="938533842" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 05 Apr 2016 02:48:33 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by IRSMSX109.ger.corp.intel.com ([169.254.13.174]) with mapi id 14.03.0248.002; Tue, 5 Apr 2016 10:48:31 +0100 From: "Trahe, Fiona" To: Thomas Monjalon CC: "dev@dpdk.org" , "Doherty, Declan" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Thread-Index: AQHRjxGGExGDQH7EnkyW3ST0dhZGXJ97AK2AgAAhf2A= Date: Tue, 5 Apr 2016 09:48:31 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43588FC5A3C@IRSMSX101.ger.corp.intel.com> References: <1459842793-18071-1-git-send-email-fiona.trahe@intel.com> <1926853.mVXDAIlGME@xps13> In-Reply-To: <1926853.mVXDAIlGME@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWEyM2M4ODUtNmFiZi00ZGE2LThhZTEtOWJmZDljZDUwOTU5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRuaXRKSlJEa3ZUTktHTDl6TllDSmlQQXJSUkdES0lrYUVBVDkwN0xsOWM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 09:48:34 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, April 05, 2016 9:48 AM > To: Trahe, Fiona > Cc: dev@dpdk.org; Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label >=20 > 2016-04-05 08:53, Fiona Trahe: > > The cryptodev API was introduced in the DPDK 2.2 release. > > Since then it has > > - been reviewed and iterated for the DPDK 16.04 release > > - had extensive use by the l2fwd-crypto app, > > the ipsec-secgw example app, > > the test app. > > We believe it is now stable and the EXPERIMENTAL label should be remove= d. >=20 > Are you sure sure? :) > It means you will try hard to not change the API anymore or you'll need a > deprecation notice strongly agreed (outside of your team). We're sure sure :) >=20 > > * Defines RTE Crypto Device APIs for the provisioning of cipher and > > * authentication operations. > > * >=20 > This empty line can be removed. >=20 > > - * @b EXPERIMENTAL: this API may change without prior notice > > - * > > */ A v2 without the empty line will follow shortly.