24/07/2018 16:06, Lee Daly: > From: "Daly, Lee" <[email protected]> > > Added offset test, which tests compression/decompression with a buffer > containing an offset spanning across multiple segments. > > Signed-off-by: Lee Daly <[email protected]>
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]

