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 EAD552C0C for ; Wed, 6 Apr 2016 18:46:40 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 06 Apr 2016 09:46:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,447,1455004800"; d="scan'208";a="939636108" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 06 Apr 2016 09:46:19 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.157]) by IRSMSX106.ger.corp.intel.com ([169.254.8.172]) with mapi id 14.03.0248.002; Wed, 6 Apr 2016 17:46:18 +0100 From: "Trahe, Fiona" To: Thomas Monjalon CC: "dev@dpdk.org" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label Thread-Index: AQHRjxGGExGDQH7EnkyW3ST0dhZGXJ98uXUAgABc14CAABLt0A== Date: Wed, 6 Apr 2016 16:46:18 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43588FC71B6@IRSMSX101.ger.corp.intel.com> References: <1459842793-18071-1-git-send-email-fiona.trahe@intel.com> <1459940708-8032-1-git-send-email-fiona.trahe@intel.com> <8588938.YlbkXjqJbI@xps13> In-Reply-To: <8588938.YlbkXjqJbI@xps13> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzc4NDgzOTMtZGRjNi00NGNiLWFjNTAtOWExNmE2MmFlOTA4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im9neXEwU1pSMkU5aTJwMVRkZ2hJQjJuTkp3SkVXN2h1UEZZN0RxbUJnKzA9In0= 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: Wed, 06 Apr 2016 16:46:41 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, April 06, 2016 5:37 PM > To: Trahe, Fiona > Cc: dev@dpdk.org; Doherty, Declan > Subject: Re: [dpdk-dev] [PATCH] cryptodev: Remove EXPERIMENTAL label >=20 > 2016-04-06 12:05, 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 > I thought it was a good idea to use a dpdk_ prefix in this new "stable" l= ib, but it > appears that almost everybody is against having a mix of prefixes. >=20 > Acked-by: Thomas Monjalon >=20 > > v2: >=20 > The v2 is missing in the title (option -v2 in git). Sorry :( Do you want me to resend with updated subject?