From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9F05519F5 for ; Thu, 4 Aug 2016 18:03:02 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 04 Aug 2016 09:03:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,470,1464678000"; d="scan'208";a="1029778938" Received: from sie-lab-212-151.ir.intel.com (HELO [10.237.212.151]) ([10.237.212.151]) by orsmga002.jf.intel.com with ESMTP; 04 Aug 2016 09:02:58 -0700 To: Fiona Trahe , dev@dpdk.org References: <1470312015-8633-1-git-send-email-fiona.trahe@intel.com> Cc: Declan.doherty@intel.com, pablo.de.lara.guarch@intel.com From: John Griffin Message-ID: <57A36731.20006@intel.com> Date: Thu, 4 Aug 2016 17:02:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <1470312015-8633-1-git-send-email-fiona.trahe@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 04 Aug 2016 16:03:03 -0000 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(-) > Acked-by: John Griffin