[dpdk-dev] [PATCH] test/compress: add offset tests
Thomas Monjalon
thomas at monjalon.net
Tue Jul 31 17:01:31 CEST 2018
24/07/2018 16:06, Lee Daly:
> From: "Daly, Lee" <lee.daly at intel.com>
>
> Added offset test, which tests compression/decompression with a buffer
> containing an offset spanning across multiple segments.
>
> Signed-off-by: Lee Daly <lee.daly at intel.com>
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]
More information about the dev
mailing list