From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 40D082C0C for ; Wed, 6 Apr 2016 18:39:04 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id 191so64570662wmq.0 for ; Wed, 06 Apr 2016 09:39:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=YG+iLZGWl5Mes3jeu/OTbEvZS6dBsTBiqAZz9dmxVfc=; b=p19CHNb+DjGSjDBYvsaX+NG6x7VyBuBHyvud5amFcUdbEdx1+xb6cDZRFGM0ufg0EQ NoMpZ2FpFpHWuDMQ7vs99YVEnHSAe+MJ5UGEgfsJSDoJz0QCWVEURR5f4rwqhBQ3JqpR oHRRgkJedG/K/IXHIPYUVjTWBe6lzYRiAt6Z8QZk4BY5zF1Q2snlmmwbfm6/CktxKWAq 6PLuucR0CXoG5uapZ52OIyPoJpY621DOiVXpZXjDuFqw66AAVgCD2WMWkpPROg+lk79Z Gg4cXNhAL/fM5QU15ANjFjui1hszfj/HBXvsNlGqzx0i8eGhAUwcLATuO3quqIRPtsrg S7jg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=YG+iLZGWl5Mes3jeu/OTbEvZS6dBsTBiqAZz9dmxVfc=; b=RyIuFekjXFeNAwQPXSosWQzwpv2ecEabrUZPc2xlNL0lydlgN2iXJuMUtiokpTuzIO lbgVtse46maFX/HiiQ+wk7QK5DInp7lYlj+4uUn82VdVMcA6bkg7RYOOPJ1gdUyFvRfp 2Wrs82x2cjnv47io8aBStsEnT2MoHr3DDAg8FuSqLArRQtkqL8luYL61AbK5VW1kyq/D cF4+jl0HDz1ZdZXz8+vbUeyYe+pFPd+MgWu3BZfdmEuaQNFn6ecFexRYY9f7piXfCPT8 XF2HUaI1NYXPCTjqpS5bypFJMjMZVzBfyplu7tMiT5ZikSPTSuFfUcx3FFIgZpbh8Zi3 ekwA== X-Gm-Message-State: AD7BkJIjH513fsO8+teOzFBXgCzA+GMA5+3ePjdeUonyFKtvHFxS4rDU8RNP6UHpST+DD1Tn X-Received: by 10.28.63.195 with SMTP id m186mr24056122wma.25.1459960744101; Wed, 06 Apr 2016 09:39:04 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id 20sm4553545wmv.4.2016.04.06.09.39.03 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Apr 2016 09:39:03 -0700 (PDT) From: Thomas Monjalon To: Fiona Trahe Cc: dev@dpdk.org, Declan.doherty@intel.com Date: Wed, 06 Apr 2016 18:37:25 +0200 Message-ID: <8588938.YlbkXjqJbI@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1459940708-8032-1-git-send-email-fiona.trahe@intel.com> References: <1459842793-18071-1-git-send-email-fiona.trahe@intel.com> <1459940708-8032-1-git-send-email-fiona.trahe@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:39:04 -0000 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 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 > v2: The v2 is missing in the title (option -v2 in git).