From mboxrd@z Thu Jan 1 00:00:00 1970 From: "De Lara Guarch, Pablo" Subject: Re: [PATCH v4 0/5] Initial compressdev unit tests Date: Tue, 8 May 2018 21:26:26 +0000 Message-ID: References: <20180228140010.27251-1-pablo.de.lara.guarch@intel.com> <20180504102218.30672-1-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Trahe, Fiona" , "Daly, Lee" , "shally.verma@cavium.com" , "ahmed.mansour@nxp.com" , "Ashish.Gupta@cavium.com" To: "dev@dpdk.org" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D9C637CDF for ; Tue, 8 May 2018 23:26:30 +0200 (CEST) In-Reply-To: <20180504102218.30672-1-pablo.de.lara.guarch@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, May 4, 2018 11:22 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Daly, Lee ; > shally.verma@cavium.com; ahmed.mansour@nxp.com; > Ashish.Gupta@cavium.com; De Lara Guarch, Pablo > > Subject: [PATCH v4 0/5] Initial compressdev unit tests >=20 > Added initial tests for Compressdev library. > The tests are performed compressing a test buffer (or multiple test buffe= rs) with > compressdev or Zlib, and decompressing it/them with the other library (if > compression is done with compressdev, decompression is done with Zlib, an= d > viceversa). >=20 > Tests added so far are based on the deflate algorithm, > including: > - Fixed huffman on single buffer > - Dynamic huffman on single buffer > - Multi compression level test on single buffer > - Multi buffer > - Multi xform using the same buffer >=20 > Due to a dependency on Zlib, the test is not enabled by default. > Once the library is installed, the configuration option > CONFIG_RTE_COMPRESSDEV_TEST must be set to Y. > However, if building with Meson, the test will be built automatically, if= Zlib is > installed. >=20 Applied to dpdk-next-crypto. Thanks, Pablo