From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 481871E2B for ; Mon, 9 Jan 2017 10:11:59 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 09 Jan 2017 01:11:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,339,1477983600"; d="scan'208";a="27921576" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by orsmga002.jf.intel.com with ESMTP; 09 Jan 2017 01:11:57 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by IRSMSX152.ger.corp.intel.com ([169.254.6.191]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 09:11:56 +0000 From: "Mrozowicz, SlawomirX" To: "De Lara Guarch, Pablo" , "dev@dpdk.org" CC: "Doherty, Declan" , "Kerlin, Marcin" Thread-Topic: [dpdk-dev] [PATCH v2 2/3] lib/librte_cryptodev: functions for new performance test application Thread-Index: AQHSaBd2ZJviwke6HkW5pgAMiDns/6Ev39pg Date: Mon, 9 Jan 2017 09:11:55 +0000 Message-ID: <158888A50F43E34AAE179517F56C974564C5DB@IRSMSX103.ger.corp.intel.com> References: <1480691702-4600-1-git-send-email-michalx.k.jastrzebski@intel.com> <1483635001-15473-1-git-send-email-slawomirx.mrozowicz@intel.com> <1483635001-15473-3-git-send-email-slawomirx.mrozowicz@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 2/3] lib/librte_cryptodev: functions for new performance test application 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: Mon, 09 Jan 2017 09:11:59 -0000 >-----Original Message----- >From: De Lara Guarch, Pablo >Sent: Friday, January 6, 2017 1:22 PM >To: Mrozowicz, SlawomirX ; >dev@dpdk.org >Cc: Mrozowicz, SlawomirX ; Doherty, >Declan ; Kerlin, Marcin > >Subject: RE: [dpdk-dev] [PATCH v2 2/3] lib/librte_cryptodev: functions for >new performance test application > > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Slawomir >> Mrozowicz >> Sent: Thursday, January 05, 2017 4:50 PM >> To: dev@dpdk.org >> Cc: Mrozowicz, SlawomirX; Doherty, Declan; Kerlin, Marcin >> Subject: [dpdk-dev] [PATCH v2 2/3] lib/librte_cryptodev: functions for >> new performance test application >> >> This patch adds helper functions for new performance application. >> Application can be used to measute throughput and latency of >> cryptography operation performed by crypto device. >> >> Signed-off-by: Declan Doherty >> Signed-off-by: Slawomir Mrozowicz >> Signed-off-by: Marcin Kerlin > >Hi Slawomir, > >You should change the title of this patch to something like: "cryptodev: a= dd >functions for...". >Also, maybe it would be better to say "add functions to retrieve device in= fo", >since you are not saying much with the current title. > >I have seen also that this is based on the SGL code, so this patch didn't = apply >cleanly. >Next time, specify it in the email the dependencies of the patch. > >Thanks, >Pablo > I am going to change the title of this patch to: "cryptodev: add functions to retrieve device info" Is it ok for you? I will fix the problem with correct patch applying. S=B3awomir