> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Friday, May 4, 2018 11:22 AM
> To: [email protected]
> Cc: Trahe, Fiona <[email protected]>; Daly, Lee <[email protected]>;
> [email protected]; [email protected];
> [email protected]; De Lara Guarch, Pablo
> <[email protected]>
> 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

Reply via email to