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 0B4502B98 for ; Fri, 11 Mar 2016 07:57:11 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 10 Mar 2016 22:57:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,319,1455004800"; d="scan'208";a="667537198" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 10 Mar 2016 22:57:12 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 10 Mar 2016 22:57:10 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.136]) with mapi id 14.03.0248.002; Fri, 11 Mar 2016 14:57:08 +0800 From: "Cao, Min" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 0/6] L2fwd-crypto enhancements Thread-Index: AQHReyknsXM39yITUU2F8PD6DkWYsJ9TzDrQ Date: Fri, 11 Mar 2016 06:57:07 +0000 Message-ID: References: <1457654571-17432-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1457654571-17432-1-git-send-email-pablo.de.lara.guarch@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [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 06:57:12 -0000 Tested-by: Min Cao - Tested Commit: 94b0ad8e0aa556230183f4c4d06b68bfd145dce3 - OS: Fedora20 3.11.10-301.fc20.x86_64 - GCC: gcc (GCC) 4.8.3 - CPU: Intel(R) Xeon(R) CPU E5-2658 v3 @ 2.20GHz - NIC: Niantic - Default x86_64-native-linuxapp-gcc configuration - Prerequisites: - Total 65 cases, 65 passed, 0 failed - test case 1: QAT Unit test=20 Total 45 cases, 45 passed, 0 failed - test case 2: AES_NI Unit test=20 Total 10 cases, 10 passed, 0 failed - test case 3: AES_NI GCM Unit test=20 Total 10 cases, 10 passed, 0 failed -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara Sent: Friday, March 11, 2016 8:03 AM To: dev@dpdk.org Subject: [dpdk-dev] [PATCH 0/6] L2fwd-crypto enhancements This patchset cleans up the l2fwd-crypto app, implements some missing funct= ionality and makes use of the new capability discovery mechanism that crypt= odev 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