This test will not be up streamed in 18.08. V2, containing a fix for this error, will be sent for 18.11.
> -----Original Message----- > From: Thomas Monjalon [mailto:[email protected]] > Sent: Tuesday, July 31, 2018 4:02 PM > To: Daly, Lee <[email protected]> > Cc: [email protected]; De Lara Guarch, Pablo <[email protected]>; > Trahe, Fiona <[email protected]> > Subject: Re: [dpdk-dev] [PATCH] test/compress: add offset tests > > 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] > >

