[dpdk-dev] [PATCH] test/compress: fix size of test buffer

Kovacevic, Marko marko.kovacevic at intel.com
Tue Jan 22 14:43:08 CET 2019


> Changed size of test buffer to 100 to allow qat to run compress unit-test,
> qat_comp_process_response():
> QAT intermediate buffer may be too small for output, try configuring a larger
> size
> 
> Fixes: c1bbb613ce96 ("test/compress: add out of space test")
> Cc: marko.kovacevic at intel.com
> 
> Signed-off-by: Marko Kovacevic <marko.kovacevic at intel.com>
> ---
>  test/test/test_compressdev.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/test/test_compressdev.c b/test/test/test_compressdev.c
> index e8476ed..99cc390 100644
> --- a/test/test/test_compressdev.c
> +++ b/test/test/test_compressdev.c
> @@ -42,7 +42,7 @@
>  #define GZIP_HEADER_SIZE 10
>  #define GZIP_TRAILER_SIZE 8
> 

Changing this caused the isal_compression to fail and not run
Need more investigation

Self Nack


More information about the dev mailing list