mbox series

[v5,0/3] Compression Unit Tests

Message ID 20190117101912.30550-1-marko.kovacevic@intel.com (mailing list archive)
Headers
Series Compression Unit Tests |

Message

Kovacevic, Marko Jan. 17, 2019, 10:19 a.m. UTC
  Made changes to the two unit tests for the out of space i have added
proper checkes for all the cases compressing with compress dev and
decompressing with compress dev.

Varied buffer patch i have removed the extra unit test and merged it
into the sgl test as one.

Added a third patch into my patch set this patch refactors the
test_deflate_comp_decomp to make it a less congested with parameters

V5 has minor code chnages requested by Pablo.

Kovacevic, Marko (2):
  test/compress: add out of space test
  test/compress: add varied buffer input/outputs

Pablo de Lara (1):
  test/compress: refactor main test function

 test/test/test_compressdev.c | 585 ++++++++++++++++++++++++++++++-------------
 1 file changed, 414 insertions(+), 171 deletions(-)
  

Comments

Thomas Monjalon Jan. 18, 2019, 12:06 a.m. UTC | #1
17/01/2019 11:19, Kovacevic, Marko:
> Made changes to the two unit tests for the out of space i have added
> proper checkes for all the cases compressing with compress dev and
> decompressing with compress dev.
> 
> Varied buffer patch i have removed the extra unit test and merged it
> into the sgl test as one.
> 
> Added a third patch into my patch set this patch refactors the
> test_deflate_comp_decomp to make it a less congested with parameters
> 
> V5 has minor code chnages requested by Pablo.
> 
> Kovacevic, Marko (2):
>   test/compress: add out of space test
>   test/compress: add varied buffer input/outputs
> 
> Pablo de Lara (1):
>   test/compress: refactor main test function

Applied, thanks