From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Daly, Lee" Subject: Re: [PATCH] test/compress: add offset tests Date: Tue, 31 Jul 2018 15:05:58 +0000 Message-ID: References: <1532441167-101058-1-git-send-email-lee.daly@intel.com> <15030724.CL6TfWpdQW@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" , "De Lara Guarch, Pablo" , "Trahe, Fiona" To: Thomas Monjalon Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 8935AF72 for ; Tue, 31 Jul 2018 17:06:23 +0200 (CEST) In-Reply-To: <15030724.CL6TfWpdQW@xps> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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:thomas@monjalon.net] > Sent: Tuesday, July 31, 2018 4:02 PM > To: Daly, Lee > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > Trahe, Fiona > Subject: Re: [dpdk-dev] [PATCH] test/compress: add offset tests >=20 > 24/07/2018 16:06, Lee Daly: > > From: "Daly, Lee" > > > > Added offset test, which tests compression/decompression with a buffer > > containing an offset spanning across multiple segments. > > > > Signed-off-by: Lee Daly >=20 > There is a compilation error (with GCC 8). >=20 > > + if ((capab->comp_feature_flags & > RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) =3D=3D > > +1) { >=20 > test_compressdev.c:1540:67: error: > bitwise comparison always evaluates to false [-Werror=3Dtautological- > compare] >=20 >=20