Re: [PATCH] test/compress: add offset tests
From: Thomas Monjalon <hidden>
Date: 2018-07-31 15:01:38
From: Thomas Monjalon <hidden>
Date: 2018-07-31 15:01:38
24/07/2018 16:06, Lee Daly:
From: "Daly, Lee" <redacted> Added offset test, which tests compression/decompression with a buffer containing an offset spanning across multiple segments. Signed-off-by: Lee Daly <redacted>
There is a compilation error (with GCC 8).
+ if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 1) {test_compressdev.c:1540:67: error: bitwise comparison always evaluates to false [-Werror=tautological-compare]