From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] test/compress: add offset tests Date: Tue, 31 Jul 2018 17:01:31 +0200 Message-ID: <15030724.CL6TfWpdQW@xps> References: <1532441167-101058-1-git-send-email-lee.daly@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com To: Lee Daly Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 35942235 for ; Tue, 31 Jul 2018 17:01:38 +0200 (CEST) In-Reply-To: <1532441167-101058-1-git-send-email-lee.daly@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 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]