From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 264B83792 for ; Tue, 30 Aug 2016 22:55:08 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 30 Aug 2016 13:55:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,258,1470726000"; d="scan'208";a="2985509" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga004.jf.intel.com with ESMTP; 30 Aug 2016 13:55:07 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 30 Aug 2016 21:55:06 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by irsmsx112.ger.corp.intel.com ([169.254.1.45]) with mapi id 14.03.0248.002; Tue, 30 Aug 2016 21:55:06 +0100 From: "De Lara Guarch, Pablo" To: "Griffin, John" , "Trahe, Fiona" , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH] crypto/qat: optimisation of request copy Thread-Index: AQHR7kfbzeJL8bENVky8K8GLulVbfKA45gGAgCk+8bA= Date: Tue, 30 Aug 2016 20:55:05 +0000 Message-ID: References: <1470312015-8633-1-git-send-email-fiona.trahe@intel.com> <57A36731.20006@intel.com> In-Reply-To: <57A36731.20006@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzY2YzA3NWYtZWM5Mi00YTkzLTg4NzYtZjk3MmNhNmI4ODAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlM3cFwvZExNY2tzbUFzOXJRakFpSlRFN3gxNWgxeENabGYzTk5tOUlwZmZrPSJ9 x-ctpclassification: CTP_IC 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] crypto/qat: optimisation of request copy 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: Tue, 30 Aug 2016 20:55:09 -0000 > -----Original Message----- > From: Griffin, John > Sent: Thursday, August 04, 2016 9:03 AM > To: Trahe, Fiona; dev@dpdk.org > Cc: Doherty, Declan; De Lara Guarch, Pablo > Subject: Re: [dpdk-dev] [PATCH] crypto/qat: optimisation of request copy >=20 > On 04/08/16 13:00, Fiona Trahe wrote: > > From: Fiona Trahe > > > > using rte_mov128 instead of structure assignment to copy > > template request from session context into request > > > > Signed-off-by: Fiona Trahe > > > > --- > > drivers/crypto/qat/qat_crypto.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > >=20 > Acked-by: John Griffin Applied to dpdk-next-crypto. Thanks, Pablo