From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 0/3] Extend list of supported algorithms in L2fwd-crypto Date: Thu, 24 Mar 2016 20:53:12 +0100 Message-ID: <1670434.PpXP35kImb@xps13> References: <1458652644-30754-1-git-send-email-pablo.de.lara.guarch@intel.com> <1458681841-245648-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, declan.doherty@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 8B8A32B9A for ; Thu, 24 Mar 2016 20:54:57 +0100 (CET) Received: by mail-wm0-f54.google.com with SMTP id l68so137478wml.0 for ; Thu, 24 Mar 2016 12:54:57 -0700 (PDT) In-Reply-To: <1458681841-245648-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-22 21:23, Pablo de Lara: > New cipher/authentication algorithms are supported in cryptodev, > so L2fwd-crypto needs to have the list of supported algorithms updated. > > Changes in v2: > - Added other two algorithms > - Modified offset and length in bits for SNOW3G algorithms > > Pablo de Lara (3): > l2fwd-crypto: add SNOW3G algorithms > l2fwd-crypto: add AES GCM in auth algo list > l2fwd-crypto: add NULL in cipher/auth algo list Applied, thanks