From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 67F0E5922 for ; Fri, 23 Sep 2016 09:45:37 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga101.jf.intel.com with ESMTP; 23 Sep 2016 00:45:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="12437942" Received: from sie-lab-212-109.ir.intel.com (HELO silpixa00389029.ir.intel.com) ([10.237.212.109]) by fmsmga005.fm.intel.com with ESMTP; 23 Sep 2016 00:45:35 -0700 From: Sergio Gonzalez Monroy To: dev@dpdk.org, pablo.de.lara.guarch@intel.com Date: Fri, 23 Sep 2016 08:45:26 +0100 Message-Id: <1474616734-118291-1-git-send-email-sergio.gonzalez.monroy@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1471971574-108998-1-git-send-email-sergio.gonzalez.monroy@intel.com> References: <1471971574-108998-1-git-send-email-sergio.gonzalez.monroy@intel.com> Subject: [dpdk-dev] [PATCH v2 0/8] IPsec Enhancements 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: Fri, 23 Sep 2016 07:45:37 -0000 This patch set mainly adds support for AES-GCM and AES-CTR. It also updates the IV generation method for AES-CBC mode using the forward function instead of randomly generating the IV. v2: - Update releas notes. - Initialize salt values, GCM/CTR key length now is 20B, 16B key and 4 LSB salt. - Do not check SP/ACL if we have no rules. - Add macro for cryptodev queue size Dependencies: examples/ipsec-secgw: add configuration file support http://dpdk.org/dev/patchwork/patch/16004/ examples/ipsec-secgw: add sample configuration files http://dpdk.org/dev/patchwork/patch/16003/ Sergio Gonzalez Monroy (8): examples/ipsec-secgw: change CBC IV generation examples/ipsec-secgw: reset crypto operation status examples/ipsec-secgw: add AES-GCM support examples/ipsec-secgw: enable AES-CTR mode examples/ipsec-secgw: check sp only when setup examples/ipsec-secgw: cryptodev queue size macro examples/ipsec-secgw: initialize sa salt examples/ipsec-secgw: update release notes doc/guides/rel_notes/release_16_11.rst | 9 ++ examples/ipsec-secgw/esp.c | 146 +++++++++++++++++++++++---------- examples/ipsec-secgw/ipsec-secgw.c | 7 +- examples/ipsec-secgw/ipsec.c | 1 + examples/ipsec-secgw/ipsec.h | 42 +++++++++- examples/ipsec-secgw/sa.c | 54 ++++++++++-- 6 files changed, 205 insertions(+), 54 deletions(-) -- 2.5.5