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

2019-01-24 Thread Kovacevic, Marko
> 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 > > S

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

2019-01-24 Thread Marko Kovacevic
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: Mark

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

2019-01-22 Thread Kovacevic, Marko
> 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 > > S

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

2019-01-22 Thread Marko Kovacevic
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: Mark