[dpdk-dev] [PATCH v4 0/5] Initial compressdev unit tests

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue May 8 23:26:26 CEST 2018



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Friday, May 4, 2018 11:22 AM
> To: dev at dpdk.org
> Cc: Trahe, Fiona <fiona.trahe at intel.com>; Daly, Lee <lee.daly at intel.com>;
> shally.verma at cavium.com; ahmed.mansour at nxp.com;
> Ashish.Gupta at cavium.com; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at 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


More information about the dev mailing list