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 70AD3A6A for ; Tue, 5 Apr 2016 12:13:19 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id f198so25148975wme.0 for ; Tue, 05 Apr 2016 03:13:19 -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=O7d+6GwXQYQD2FtGHdDUJCtHe07bB/L3O7q2NZlVGpk=; b=bGOj9LsO4w9tZsirXme5MlkE0rzVoKk0rsMcbpOukTIoUBSVZniQipjS446mHOSSh4 iCCN/Xvv6jLkX2nYgXuauofsi99HAoOmiDKfXwwQU0uYV89lhx24FBH2ERj89DRgVUxA XCI7dz+4dBzLVKjIUSoC4jjnOd3/CHgHI37Q7ci0lC6ybrhs5/3WmBigVKG/QEX5tGfS yeeaEyKFRXYe5ca77SIvUdsnpnhcoOU36Xtp0HMiS5QHCfjmh9XKV5IyzbuWduTIlcL/ OX4GEmevYCkNHY2l2ksPWnNAToS5GQF5wvMVRjR9VAalXe65TfbIAsA5vThPHthKS2Ji rXzA== 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=O7d+6GwXQYQD2FtGHdDUJCtHe07bB/L3O7q2NZlVGpk=; b=P5bIJWySu9SfHaYwtnlOYYKl2GlBMm3TrcuGiG2wsVjqToRn/Fwm1nwpHcCY1XB6CX 5cWWS7/LKr0bECz8VgwXB8vSyccEVh/vI55tDBKnWr3Qx66/of+Z1BQi+HUthSrcZR8X ZqCUJ79irfDGeMK3b25tCJ0PGKmWeylKUDGGq1CoilgSzZoeCoGGc7Mt/uEuScFBZFuY 3WAhmNuRh8pCpWVEHbihZTY5YDSIuGyYPGrEeHr9+5T0b29pZjguGaBWElbNe8XMjOAj gzDnn2iTzCP4ngZhghH6giCVBw8MLJ+nXTHXPc1d2TtG4KrJvvP7MF0xuLcPRjub6B7o meaw== X-Gm-Message-State: AD7BkJI4ze6PSUTO1+K2rAoZT/aj50Fu0SY5o+ZO7fp5nZRfD/pom6jgJUgeo1p018TBnlSu X-Received: by 10.194.71.46 with SMTP id r14mr24672583wju.100.1459851199278; Tue, 05 Apr 2016 03:13:19 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id h7sm18592667wmf.9.2016.04.05.03.13.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Apr 2016 03:13:18 -0700 (PDT) From: Thomas Monjalon To: "Trahe, Fiona" Cc: dev@dpdk.org, "Doherty, Declan" Date: Tue, 05 Apr 2016 12:11:40 +0200 Message-ID: <1828032.Xk8haRDBUM@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <348A99DA5F5B7549AA880327E580B43588FC5A3C@IRSMSX101.ger.corp.intel.com> References: <1459842793-18071-1-git-send-email-fiona.trahe@intel.com> <1926853.mVXDAIlGME@xps13> <348A99DA5F5B7549AA880327E580B43588FC5A3C@IRSMSX101.ger.corp.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: Tue, 05 Apr 2016 10:13:19 -0000 2016-04-05 09:48, Trahe, Fiona: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > 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 removed. > > > > 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 :) I think we could change the namespace before making this API stable. What about using a dpdk_ prefix instead of rte_ ? (and some macros have CRYPTODEV or CDEV prefixes)