From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5] null_crypto_pmd: PMD to support null crypto operations Date: Fri, 11 Mar 2016 02:15:31 +0100 Message-ID: <4133523.tsRHzmSpqY@xps13> References: <1457657424-155354-1-git-send-email-pablo.de.lara.guarch@intel.com> <1457658250-156878-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 05964292D for ; Fri, 11 Mar 2016 02:17:14 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id p65so9328793wmp.0 for ; Thu, 10 Mar 2016 17:17:14 -0800 (PST) In-Reply-To: <1457658250-156878-1-git-send-email-pablo.de.lara.guarch@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" 2016-03-11 01:04, Pablo de Lara: > From: Declan Doherty > > This patch provides the implementation of a NULL crypto PMD, which supports > NULL cipher and NULL authentication operations, which can be chained together > as follows: > > - Authentication Only > - Cipher Only > - Authentication then Cipher > - Cipher then Authentication > > As this is a NULL operation device the crypto operations which are submitted for > processing are not actually modified and are stored in a queue pairs processed > packets ring ready for collection when rte_cryptodev_burst_dequeue() is called. > > The patch also contains the related unit tests function to test the PMDs > supported operations. > > Signed-off-by: Declan Doherty > Acked-by: Deepak Kumar JAIN Applied with a small doc indent fix, thanks