From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id ABAA52C66 for ; Fri, 11 Mar 2016 01:00:36 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 10 Mar 2016 16:00:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,317,1455004800"; d="scan'208";a="63916617" Received: from sie-lab-212-116.ir.intel.com ([10.237.212.116]) by fmsmga004.fm.intel.com with ESMTP; 10 Mar 2016 16:00:34 -0800 From: Pablo de Lara To: dev@dpdk.org Date: Fri, 11 Mar 2016 00:02:45 +0000 Message-Id: <1457654571-17432-1-git-send-email-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.5.0 Subject: [dpdk-dev] [PATCH 0/6] L2fwd-crypto 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, 11 Mar 2016 00:00:37 -0000 This patchset cleans up the l2fwd-crypto app, implements some missing functionality and makes use of the new capability discovery mechanism that cryptodev library offers to discover which crypto operations a PMD can provide. This patchset depends on "cryptodev: add capabilities discovery mechanism" patch (http://dpdk.org/dev/patchwork/patch/11434/) Pablo de Lara (6): l2fwd-crypto: code cleanup l2fwd-crypto: update auth algo list l2fwd-crypto: implement parse_key function l2fwd_crypto: add AAD parsing l2fwd-crypto: add missing cipher/hash only cases l2fwd-crypto: use cryptodev capability discovery examples/l2fwd-crypto/main.c | 517 +++++++++++++++++++++++++++++-------------- 1 file changed, 348 insertions(+), 169 deletions(-) -- 2.5.0