From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] cryptodev: Remove EXPERIMENTAL label Date: Wed, 06 Apr 2016 19:07:36 +0200 Message-ID: <1619518.Dqlz87fOW6@xps13> References: <1459842793-18071-1-git-send-email-fiona.trahe@intel.com> <1459940708-8032-1-git-send-email-fiona.trahe@intel.com> <8588938.YlbkXjqJbI@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Declan.doherty@intel.com To: Fiona Trahe Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id E833B2C53 for ; Wed, 6 Apr 2016 19:09:14 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id 191so65411022wmq.0 for ; Wed, 06 Apr 2016 10:09:14 -0700 (PDT) In-Reply-To: <8588938.YlbkXjqJbI@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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. > > I thought it was a good idea to use a dpdk_ prefix in this new "stable" lib, > but it appears that almost everybody is against having a mix of prefixes. > > Acked-by: Thomas Monjalon Applied, thanks