From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 733D1568A for ; Fri, 2 Nov 2018 12:04:24 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Nov 2018 04:04:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,455,1534834800"; d="scan'208";a="93183513" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.107]) by FMSMGA003.fm.intel.com with SMTP; 02 Nov 2018 04:04:21 -0700 Received: by (sSMTP sendmail emulation); Fri, 02 Nov 2018 11:04:17 +0000 Date: Fri, 2 Nov 2018 11:04:17 +0000 From: Bruce Richardson To: Tomasz Jozwiak Cc: dev@dpdk.org, fiona.trahe@intel.com, Shally.Verma@cavium.com, akhil.goyal@nxp.com Message-ID: <20181102110417.GA26868@bricha3-MOBL.ger.corp.intel.com> References: <1538400427-20164-1-git-send-email-tomaszx.jozwiak@intel.com> <1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1541151842-8746-1-git-send-email-tomaszx.jozwiak@intel.com> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.10.1 (2018-07-13) 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:04:24 -0000 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?