Re: [dpdk-dev] [PATCH v3 0/5] Initial compressdev unit tests

2018-05-01 Thread Daly, Lee
<...> > 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 vicev

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

2018-04-27 Thread Pablo de Lara
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 adde