From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 4D36D56A2 for ; Thu, 31 Mar 2016 10:53:34 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 31 Mar 2016 01:53:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,421,1455004800"; d="scan'208";a="76441240" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 31 Mar 2016 01:53:33 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 31 Mar 2016 01:53:32 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 31 Mar 2016 01:53:32 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.24]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Thu, 31 Mar 2016 16:53:30 +0800 From: "Cao, Min" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" , "De Lara Guarch, Pablo" Thread-Topic: [dpdk-dev] [PATCH 0/7] L2fwd-crypto fixes/enhancements Thread-Index: AQHRioR6yNy0VzRSQUKfjMbnl8GGEZ9y2QbQ Date: Thu, 31 Mar 2016 08:53:30 +0000 Message-ID: References: <1459342950-52434-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1459342950-52434-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/7] L2fwd-crypto fixes/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: Thu, 31 Mar 2016 08:53:34 -0000 Tested-by: Min Cao - Tested Commit: 6ac91f938cc88423885b757ce24c2a984da097d4 - 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 44 cases, 44 passed, 0 failed - test case 1: QAT Unit test=20 Total 31 cases, 31 passed, 0 failed - test case 2: AES_NI Unit test=20 Total 10 cases, 10 passed, 0 failed - test case 3: l2fwd-crypto AES-CBC 128/192/256 Total 3 cases, 3 passed, 0 failed -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pablo de Lara Sent: Wednesday, March 30, 2016 9:02 PM To: dev@dpdk.org Cc: Doherty, Declan; De Lara Guarch, Pablo Subject: [dpdk-dev] [PATCH 0/7] L2fwd-crypto fixes/enhancements This patches fixes some small issues in L2fwd-crypto app and also improves = the app, making it more flexible (accepting different key sizes) and readab= le (information display improvement). Pablo de Lara (7): l2fwd-crypto: add missing new line character in help l2fwd-crypto: rename period parameter l2fwd-crypto: add missing string initialization l2fwd-crypto: fix length of random IV/AAD l2fwd-crypto: fix ambiguous input key size l2fwd-crypto: use key-value list of supported algorithms l2fwd-crypto: extend crypto information examples/l2fwd-crypto/main.c | 465 ++++++++++++++++++++++++++++--= ---- lib/librte_cryptodev/rte_crypto_sym.h | 6 +- 2 files changed, 398 insertions(+), 73 deletions(-) -- 2.5.5