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:tho...@monjalon.net] > Sent: Tuesday, July 31, 2018 4:02 PM > To: Daly, Lee <lee.d...@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > Trahe, Fiona <fiona.tr...@intel.com> > Subject: Re: [dpdk-dev] [PATCH] test/compress: add offset tests > > 24/07/2018 16:06, Lee Daly: > > From: "Daly, Lee" <lee.d...@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.d...@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] > >