From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 May 2018 14:26:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,379,1520924400"; d="scan'208";a="54276475" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga001.jf.intel.com with ESMTP; 08 May 2018 14:26:27 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.150]) by IRSMSX154.ger.corp.intel.com ([169.254.12.181]) with mapi id 14.03.0319.002; Tue, 8 May 2018 22:26:26 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" CC: "Trahe, Fiona" , "Daly, Lee" , "shally.verma@cavium.com" , "ahmed.mansour@nxp.com" , "Ashish.Gupta@cavium.com" Thread-Topic: [PATCH v4 0/5] Initial compressdev unit tests Thread-Index: AQHT45HfmClefdI2uEKGZND00tOcDaQmXyyg 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> In-Reply-To: <20180504102218.30672-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTgwYjQxOGItY2FiYS00MGFjLThlZTUtM2M2YTVjYWJkYzg5IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5pXC9lV3dUcXp1VHB4WHZOYm45Q291bEo0NGtTUGFsek1pVEdKdGVNSGZzPSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 0/5] Initial compressdev unit tests 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, 08 May 2018 21:26:31 -0000 > -----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