From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id DA62B2906 for ; Mon, 24 Oct 2016 15:35:04 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP; 24 Oct 2016 06:35:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,542,1473145200"; d="scan'208";a="1058288540" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 24 Oct 2016 06:35:04 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.56]) by IRSMSX151.ger.corp.intel.com ([169.254.4.28]) with mapi id 14.03.0248.002; Mon, 24 Oct 2016 14:35:02 +0100 From: "Jain, Deepak K" To: "Trahe, Fiona" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Kusztal, ArkadiuszX" Thread-Topic: [PATCH 2/2] app/test: use correct offsets in AES perf test Thread-Index: AQHSLe/B2+GdFfzOiUK3IQaUZc9c7KC3mjlg Date: Mon, 24 Oct 2016 13:35:01 +0000 Deferred-Delivery: Mon, 24 Oct 2016 13:34:06 +0000 Message-ID: References: <1477310400-4934-1-git-send-email-fiona.trahe@intel.com> <1477310400-4934-3-git-send-email-fiona.trahe@intel.com> In-Reply-To: <1477310400-4934-3-git-send-email-fiona.trahe@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWI5NTEwMjYtOTBiMS00YTEyLTk3YjAtYjUzN2RiYzA4MDk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkhqbVZYa1ZJNlo1aWNQWll4YjBObXBRRWVcLzZ4bU5qXC9SR3krTHBPVitUMD0ifQ== x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/2] app/test: use correct offsets in AES perf test 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: Mon, 24 Oct 2016 13:35:05 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Monday, October 24, 2016 1:00 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Trahe, Fiona > ; Griffin, John ; Jain, > Deepak K ; Kusztal, ArkadiuszX > > Subject: [PATCH 2/2] app/test: use correct offsets in AES perf test >=20 > offsets for digest and data need to be adjusted to take prepended IV into > account >=20 > Signed-off-by: Fiona Trahe > --- > app/test/test_cryptodev_perf.c | 15 ++++++++------- > 1 file changed, 8 insertions(+), 7 deletions(-) >=20 > diff --git a/app/test/test_cryptodev_perf.c > b/app/test/test_cryptodev_perf.c index e05e11b..53dd8f5 100644 > --- a/app/test/test_cryptodev_perf.c > +++ b/app/test/test_cryptodev_perf.c > @@ -2714,26 +2714,27 @@ test_perf_set_crypto_op_aes(struct > rte_crypto_op *op, struct rte_mbuf *m, >=20 > -- > 2.5.0 Acked-by: Deepak Kumar Jain