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 13D1E5594 for ; Tue, 29 Mar 2016 14:14:39 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP; 29 Mar 2016 05:14:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,410,1455004800"; d="scan'208";a="920940006" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 29 Mar 2016 05:14:38 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.137]) by IRSMSX154.ger.corp.intel.com ([169.254.12.174]) with mapi id 14.03.0248.002; Tue, 29 Mar 2016 13:14:37 +0100 From: "Jain, Deepak K" To: Thomas Monjalon , "Trahe, Fiona" , "Kusztal, ArkadiuszX" CC: "dev@dpdk.org" , "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH 1/2] driver/crypto: out-of-place symmetric operations Thread-Index: AQHRiaBN+TK8bHaP9kmXmFNe3X1OoZ9wQbWAgAATRQA= Date: Tue, 29 Mar 2016 12:14:36 +0000 Deferred-Delivery: Tue, 29 Mar 2016 12:13:58 +0000 Message-ID: References: <1459244349-20476-1-git-send-email-fiona.trahe@intel.com> <1459244349-20476-2-git-send-email-fiona.trahe@intel.com> <69489506.5S3E4QEBv8@xps13> In-Reply-To: <69489506.5S3E4QEBv8@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODQ4YWUyNDQtNzZmMy00ZTc3LThkYjktZDFjNTBkNjE1YjNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJcL0dnNEtcL0tzWGtCOWxWRGk1QmNYeDhSaERRY0s4Tm5NTkRaNW15cWRZZz0ifQ== 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 1/2] driver/crypto: out-of-place symmetric operations 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, 29 Mar 2016 12:14:41 -0000 Hi, "Out-of-place" operation means the result of the operation will be written = to the destination buffer instead of overwriting the source buffer as done = in "in-place" operation. -----Original Message----- From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon Sent: Tuesday, March 29, 2016 1:02 PM To: Trahe, Fiona ; Kusztal, ArkadiuszX Cc: dev@dpdk.org; Doherty, Declan Subject: Re: [dpdk-dev] [PATCH 1/2] driver/crypto: out-of-place symmetric o= perations 2016-03-29 10:39, Fiona Trahe: > From: Arek Kusztal >=20 > Driver now support out of place crypto operations, driver assumes both=20 > buffers can be of different size. Please, could you explain what exactly means "out of place" operations?