Re: [dpdk-dev] [PATCH] test/compress: return -ENOTSUP on capability get error

2019-09-19 Thread Akhil Goyal
> This patch fixes the return value of the test_deflate_comp_decomp > function on capabilities retrieval error to be -ENOTSUP. > > It also fixes passing of the test_deflate_comp_decomp function's > return value to the upper level (as the test suite function return > value). > > Signed-off-by: Ada

Re: [dpdk-dev] [PATCH] test/compress: return -ENOTSUP on capability get error

2019-09-09 Thread Trybula, ArturX
This patch fixes the return value of the test_deflate_comp_decomp function on capabilities retrieval error to be -ENOTSUP. It also fixes passing of the test_deflate_comp_decomp function's return value to the upper level (as the test suite function return value). Signed-off-by: Adam Dybkowski A

[dpdk-dev] [PATCH] test/compress: return -ENOTSUP on capability get error

2019-08-20 Thread Adam Dybkowski
This patch fixes the return value of the test_deflate_comp_decomp function on capabilities retrieval error to be -ENOTSUP. It also fixes passing of the test_deflate_comp_decomp function's return value to the upper level (as the test suite function return value). Signed-off-by: Adam Dybkowski ---