From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6994D2BAA for ; Fri, 14 Jul 2017 16:59:06 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 14 Jul 2017 07:59:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,359,1496127600"; d="scan'208";a="286932174" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga004.fm.intel.com with ESMTP; 14 Jul 2017 07:59:03 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX103.ger.corp.intel.com ([169.254.3.9]) with mapi id 14.03.0319.002; Fri, 14 Jul 2017 15:59:03 +0100 From: "De Lara Guarch, Pablo" To: Srisivasubramanian S , "Doherty, Declan" , "jerin.jacob@caviumnetworks.com" , "zbigniew.bodek@caviumnetworks.com" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] test/crypto: fix ARMV8 crypto performance test application Thread-Index: AQHS/GODWTM5/AO9zEemLxSFUU2o/6JTalIA Date: Fri, 14 Jul 2017 14:59:03 +0000 Message-ID: References: <1500010987-20719-1-git-send-email-ssrinivasan@caviumnetworks.com> In-Reply-To: <1500010987-20719-1-git-send-email-ssrinivasan@caviumnetworks.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test/crypto: fix ARMV8 crypto performance test application X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 14:59:06 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of > Srisivasubramanian S > Sent: Friday, July 14, 2017 6:43 AM > To: Doherty, Declan ; > jerin.jacob@caviumnetworks.com; zbigniew.bodek@caviumnetworks.com > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] test/crypto: fix ARMV8 crypto performance > test application >=20 > Session was null as test_crypto_session not initialised. >=20 > Fixes: b3bbd9e5f265 ("cryptodev: support device independent sessions") >=20 > Signed-off-by: Srisivasubramanian S Modified the title to: "test/crypto-perf: fix ARMv8 session creation" Applied to dpdk-next-crypto. Thanks, Pablo