From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 00/10] Crypto API and device framework Date: Wed, 25 Nov 2015 18:44:15 +0100 Message-ID: <1898375.FiD9IpFXuR@xps13> References: <1447441090-8129-1-git-send-email-declan.doherty@intel.com> <1448457917-27695-1-git-send-email-declan.doherty@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Declan Doherty Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 2181F93CE for ; Wed, 25 Nov 2015 18:45:37 +0100 (CET) Received: by wmec201 with SMTP id c201so267554220wme.0 for ; Wed, 25 Nov 2015 09:45:37 -0800 (PST) In-Reply-To: <1448457917-27695-1-git-send-email-declan.doherty@intel.com> 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" 2015-11-25 13:25, Declan Doherty: > This series of patches defines a set of application burst oriented APIs for > asynchronous symmetric cryptographic functions within DPDK. It also contains a > poll mode driver cryptographic device framework for the implementation of > crypto devices within DPDK. > > In the patch set we also have included 2 reference implementations of crypto > PMDs. Currently both implementations support AES-CBC with > HMAC_SHA1/SHA256/SHA512 authentication operations. The first device is a purely > software PMD based on Intel's multi-buffer library, which utilises both > AES-NI instructions and vector operations to accelerate crypto operations and > the second PMD utilises Intel's Quick Assist Technology (on DH895xxC) to > provide hardware accelerated crypto operations. After rebase, small fixes in configs and MAINTAINERS, Applied, thanks It is marked as experimental in the documentation and configs. The API needs to be more tested, discussed and documented. So it is not stable and no deprecation process is needed to make some changes.