> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Friday, May 4, 2018 11:22 AM > To: dev@dpdk.org > Cc: Trahe, Fiona <fiona.tr...@intel.com>; Daly, Lee <lee.d...@intel.com>; > shally.ve...@cavium.com; ahmed.mans...@nxp.com; > ashish.gu...@cavium.com; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com> > Subject: [PATCH v4 0/5] Initial compressdev unit tests > > Added initial tests for Compressdev library. > The tests are performed compressing a test buffer (or multiple test buffers) > with > compressdev or Zlib, and decompressing it/them with the other library (if > compression is done with compressdev, decompression is done with Zlib, and > viceversa). > > 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 > > 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. >
Applied to dpdk-next-crypto. Thanks, Pablo