From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jul 2018 08:06:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,427,1526367600"; d="scan'208";a="77081373" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 31 Jul 2018 08:06:22 -0700 Received: from irsmsx106.ger.corp.intel.com ([169.254.8.211]) by irsmsx110.ger.corp.intel.com ([169.254.15.197]) with mapi id 14.03.0319.002; Tue, 31 Jul 2018 16:05:59 +0100 From: "Daly, Lee" To: Thomas Monjalon CC: "dev@dpdk.org" , "De Lara Guarch, Pablo" , "Trahe, Fiona" Thread-Topic: [dpdk-dev] [PATCH] test/compress: add offset tests Thread-Index: AQHUI1eyzERSDkbBo0SzpNfqwhSX7aSpZ0eAgAAROaA= 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> In-Reply-To: <15030724.CL6TfWpdQW@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjI3NDdiYTItM2FjZC00NzMyLTlmZDQtMDM2OWNkNzM4Mjc3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiIzUmxHaUxid25RMTJYeG1yQ2lnUzgyZlFVWVVET3RiTUt0MUI0RmdEcW9rZlo5QjFcL2hPSnhXRTNsd3ZtaUlZZSJ9 x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test/compress: add offset tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2018 15:06:24 -0000 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