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 8CCFA29D2 for ; Thu, 7 Apr 2016 13:06:35 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 07 Apr 2016 04:06:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,449,1455004800"; d="scan'208";a="940244446" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 07 Apr 2016 04:06:10 -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; Thu, 7 Apr 2016 12:06:10 +0100 From: "Trahe, Fiona" To: "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [PATCH v2] cryptodev: Remove EXPERIMENTAL label Thread-Index: AQHRkL1unliX6207JE2uQ1zUTg/ER59+WW1g Date: Thu, 7 Apr 2016 11:06:09 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B43588FC7B9B@IRSMSX101.ger.corp.intel.com> References: <1460026585-30674-1-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1460026585-30674-1-git-send-email-fiona.trahe@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTNiMjBmZjEtYTU3YS00NmI3LWIzNmQtZTRhNTE0ZGUyYTA0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjcyN28ydGdzM0hpcVFVekhuREJ0VUdhOExcL2hLcXVBVFBweTVGN000SklRPSJ9 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 v2] 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: Thu, 07 Apr 2016 11:06:36 -0000 Sorry for spam, accidental resend > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, April 07, 2016 11:56 AM > To: dev@dpdk.org > Cc: Doherty, Declan; Trahe, Fiona > Subject: [PATCH v2] cryptodev: Remove EXPERIMENTAL label >=20 > 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 removed. >=20 > v2: > - remove extra empty line >=20 > Signed-off-by: Fiona Trahe > --- > MAINTAINERS | 2 +- > config/common_base | 1 - > lib/librte_cryptodev/rte_cryptodev.h | 3 --- > 3 files changed, 1 insertion(+), 5 deletions(-) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index 85d72ca..a7570cd 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -231,7 +231,7 @@ M: Thomas Monjalon > F: lib/librte_ether/ > F: scripts/test-null.sh >=20 > -Crypto API - EXPERIMENTAL > +Crypto API > M: Declan Doherty > F: lib/librte_cryptodev/ > F: app/test/test_cryptodev* > diff --git a/config/common_base b/config/common_base index > abd6a64..0124e86 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -327,7 +327,6 @@ CONFIG_RTE_PMD_PACKET_PREFETCH=3Dy >=20 > # > # Compile generic crypto device library -# EXPERIMENTAL: API may change > without prior notice # CONFIG_RTE_LIBRTE_CRYPTODEV=3Dy > CONFIG_RTE_LIBRTE_CRYPTODEV_DEBUG=3Dn > diff --git a/lib/librte_cryptodev/rte_cryptodev.h > b/lib/librte_cryptodev/rte_cryptodev.h > index 568ffbb..d47f1e8 100644 > --- a/lib/librte_cryptodev/rte_cryptodev.h > +++ b/lib/librte_cryptodev/rte_cryptodev.h > @@ -39,9 +39,6 @@ > * > * Defines RTE Crypto Device APIs for the provisioning of cipher and > * authentication operations. > - * > - * @b EXPERIMENTAL: this API may change without prior notice > - * > */ >=20 > #ifdef __cplusplus > -- > 2.1.0