From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 9C8DD1075 for ; Tue, 21 Mar 2017 18:19:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490116742; x=1521652742; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=vwfLE7cyCkI3cPOgg5Guox8aW5mZOF4RDHWRLA1xhLI=; b=G5Z/QwdQN9t3x+n+k7u1ELTQowdakp7W48G9AoVzUMx9Cx7IbTE28vqC sIEXlx3rSdkAbFA2FVjqEGApVceO7g==; Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 10:19:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,200,1486454400"; d="scan'208";a="77850132" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga005.jf.intel.com with ESMTP; 21 Mar 2017 10:19:00 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by IRSMSX154.ger.corp.intel.com ([169.254.12.40]) with mapi id 14.03.0248.002; Tue, 21 Mar 2017 17:18:26 +0000 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" , "Zhang, Roy Fan" , "dev@dpdk.org" CC: "Gonzalez Monroy, Sergio" Thread-Topic: [PATCH] crypto/scheduler: optimize crypto op ordering Thread-Index: AQHSoY6rMul21zpmq06Wp+HluF1Nl6GfiHJQ Date: Tue, 21 Mar 2017 17:18:25 +0000 Message-ID: References: <1488464314-119897-1-git-send-email-roy.fan.zhang@intel.com> <0d175261-e600-6ab9-d694-da1fd1fd37ff@intel.com> In-Reply-To: <0d175261-e600-6ab9-d694-da1fd1fd37ff@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGI4YWU2YWItZDAyMy00ZjQ5LWI4ZjktZDBjYjg3NWRjMjkzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImlrTVNmbDNMWTZxVGZcL21vMjBFUWZLTXYzSDFycmRRUjBSN1I5SCtGSURjPSJ9 x-ctpclassification: CTP_IC 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] crypto/scheduler: optimize crypto op ordering 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: Tue, 21 Mar 2017 17:19:03 -0000 > -----Original Message----- > From: Doherty, Declan > Sent: Monday, March 20, 2017 3:28 PM > To: Zhang, Roy Fan; dev@dpdk.org > Cc: De Lara Guarch, Pablo; Gonzalez Monroy, Sergio > Subject: Re: [PATCH] crypto/scheduler: optimize crypto op ordering >=20 > On 02/03/17 14:18, Fan Zhang wrote: > > This patch optimizes the crypto op ordering by replacing the > > ordering method from using rte_reorder library to using rte_ring > > to avoid unnecessary crypto op storing and recovering cost. > > > > Signed-off-by: Fan Zhang > > Signed-off-by: Sergio Gonzalez Monroy > > > --- > ... > > >=20 > Acked-by: Declan Doherty Applied to dpdk-next-crypto. Thanks, Pablo