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 DAA7A20F for ; Tue, 10 Jan 2017 09:52:59 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 10 Jan 2017 00:52:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,343,1477983600"; d="scan'208";a="920819016" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga003.jf.intel.com with ESMTP; 10 Jan 2017 00:52:57 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by IRSMSX107.ger.corp.intel.com ([169.254.10.3]) with mapi id 14.03.0248.002; Tue, 10 Jan 2017 08:52:56 +0000 From: "Mrozowicz, SlawomirX" To: Thomas Monjalon , "Doherty, Declan" CC: "dev@dpdk.org" , "Azarewicz, PiotrX T" , "Kerlin, Marcin" , "Kobylinski, MichalX" Thread-Topic: [dpdk-dev] [PATCH v2 3/3] app/crypto-perf: introduce new performance test application Thread-Index: AQHSZ2ORxYmcmNQktkOIEbrFIlz+EaEwSkOAgAEj/sA= Date: Tue, 10 Jan 2017 08:52:55 +0000 Message-ID: <158888A50F43E34AAE179517F56C974564C8C6@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-4-git-send-email-slawomirx.mrozowicz@intel.com> <2098042.frnbFPgmZm@xps13> In-Reply-To: <2098042.frnbFPgmZm@xps13> 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 3/3] app/crypto-perf: introduce 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: Tue, 10 Jan 2017 08:53:00 -0000 >-----Original Message----- >From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] >Sent: Monday, January 9, 2017 4:25 PM >To: Mrozowicz, SlawomirX ; Doherty, >Declan >Cc: dev@dpdk.org; Azarewicz, PiotrX T ; >Kerlin, Marcin ; Kobylinski, MichalX > >Subject: Re: [dpdk-dev] [PATCH v2 3/3] app/crypto-perf: introduce new >performance test application > >2017-01-05 17:50, Slawomir Mrozowicz: >> --- a/app/Makefile >> +++ b/app/Makefile >> @@ -38,5 +38,6 @@ DIRS-$(CONFIG_RTE_TEST_PMD) +=3D test-pmd >> DIRS-$(CONFIG_RTE_LIBRTE_CMDLINE) +=3D cmdline_test >> DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) +=3D proc_info >> DIRS-$(CONFIG_RTE_LIBRTE_PDUMP) +=3D pdump >> +DIRS-$(CONFIG_RTE_APP_CRYPTO_PERF) +=3D crypto-perf > >Could we rename the directory to test-crypto or test-crypto-perf for >consistency? > >> --- /dev/null >> +++ b/app/crypto-perf/Makefile >[...] >> +APP =3D dpdk-crypto-perf > >I think we should have "test" in the name of the app. >dpdk-test-crypto? >dpdk-test-crypto-perf? I am going to change=20 the directory to: /app/test-crypto-perf the app name to: dpdk-test-crypto-perf S=B3awomir