Re: [PATCH v4 0/5] Initial compressdev unit tests
From: De Lara Guarch, Pablo <hidden>
Date: 2018-05-08 21:26:30
-----Original Message----- From: De Lara Guarch, Pablo Sent: Friday, May 4, 2018 11:22 AM To: dev@dpdk.org Cc: Trahe, Fiona <redacted>; Daly, Lee <redacted>; shally.verma@cavium.com; ahmed.mansour@nxp.com; Ashish.Gupta@cavium.com; De Lara Guarch, Pablo [off-list ref] 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