> 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.kovace...@intel.com > > Signed-off-by: Marko Kovacevic <marko.kovace...@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