From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C74812B9B for ; Tue, 22 Mar 2016 22:24:09 +0100 (CET) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 22 Mar 2016 14:24:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,379,1455004800"; d="scan'208";a="916727939" Received: from sie-lab-214-036.ir.intel.com (HELO sie-lab-214-36.ir.intel.com) ([10.237.214.36]) by orsmga001.jf.intel.com with ESMTP; 22 Mar 2016 14:24:07 -0700 From: Pablo de Lara To: dev@dpdk.org Cc: declan.doherty@intel.com, Pablo de Lara Date: Tue, 22 Mar 2016 21:23:58 +0000 Message-Id: <1458681841-245648-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1458652644-30754-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1458652644-30754-1-git-send-email-pablo.de.lara.guarch@intel.com> Subject: [dpdk-dev] [PATCH v2 0/3] Extend list of supported algorithms in L2fwd-crypto 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, 22 Mar 2016 21:24:10 -0000 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 examples/l2fwd-crypto/main.c | 59 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 49 insertions(+), 10 deletions(-) -- 2.5.0