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 2DDFD5B16 for ; Fri, 2 Nov 2018 12:12:57 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2018 04:12:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,455,1534834800"; d="scan'208";a="100926621" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga002.fm.intel.com with ESMTP; 02 Nov 2018 04:12:56 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 2 Nov 2018 04:12:56 -0700 Received: from hasmsx108.ger.corp.intel.com (10.184.198.18) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.408.0; Fri, 2 Nov 2018 04:12:55 -0700 Received: from hasmsx112.ger.corp.intel.com ([169.254.11.97]) by hasmsx108.ger.corp.intel.com ([169.254.9.165]) with mapi id 14.03.0415.000; Fri, 2 Nov 2018 13:12:52 +0200 From: "Jozwiak, TomaszX" To: "Richardson, Bruce" CC: "dev@dpdk.org" , "Trahe, Fiona" , "Shally.Verma@cavium.com" , "akhil.goyal@nxp.com" Thread-Topic: [dpdk-dev] [PATCH v2 0/3] add initial version of compress-perf Thread-Index: AQHUcpCf68Ay/4+ehEmljIwDYc7/9KU8MO+AgAAi5AA= Date: Fri, 2 Nov 2018 11:12:52 +0000 Message-ID: References: <1538400427-20164-1-git-send-email-tomaszx.jozwiak@intel.com> <1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com> <20181102110417.GA26868@bricha3-MOBL.ger.corp.intel.com> In-Reply-To: <20181102110417.GA26868@bricha3-MOBL.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.103.104.44] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] add initial version of compress-perf 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: Fri, 02 Nov 2018 11:12:57 -0000 Hi Bruce, It's similar to test-crypto-perf and others like test-eventdev, test-pmd, e= tc. which are in 'app' folder, as well. --=20 Tomek > -----Original Message----- > From: Richardson, Bruce > Sent: Friday, November 2, 2018 12:04 PM > To: Jozwiak, TomaszX > Cc: dev@dpdk.org; Trahe, Fiona ; > Shally.Verma@cavium.com; akhil.goyal@nxp.com > Subject: Re: [dpdk-dev] [PATCH v2 0/3] add initial version of compress-pe= rf >=20 > On Fri, Nov 02, 2018 at 10:43:59AM +0100, Tomasz Jozwiak wrote: > > This patchset adds initial version of compression performance test. > > > > v2 changes: > > > > - Added release note > > - Added new cleanup flow into main function > > - Blocked dynamic compression test because it hasn't been > > tested enough > > - Changed `--max-num-sgl-segs' default value to 16 > > - Updated documentation > > > > Opens: comment from Shally Verma re separating validation from > > benchmarking will be investigated in a later release. > > Support for dynamic Huffman encoding will be added > > in a later release. > > > > Tomasz Jozwiak (3): > > app/compress-perf: add parser > > app/compress-perf: add performance measurement > > doc/guides/tools: add doc files > > > If this is a performance test app, should it not go in "test" rather than= "app" > folder?