From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B87672156E; Tue, 31 Jul 2018 11:01:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 31 Jul 2018 11:01:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=FBttSxuPxhG6A4PnWhSz2lyPD1 OQMdPxTaWASqyg1FI=; b=SWr5tjOYW63QaTKJNGLPc4r0EiSIydYjvsFbIDIE9U lhk6UkivnhlN0AdD0lPN6qTodYAUlCRDQSrsIuuS5UkBFVlLRJ4WTFP75WHXxsBi OTQ6pye+PhKJqTKidsY8quWnMiinwAE3Cuk0sfaEbHPXpTbABhCZDw3+FIJl2ZJu Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=FBttSx uPxhG6A4PnWhSz2lyPD1OQMdPxTaWASqyg1FI=; b=j922VukJGMc83FYFyT+iBW sjqOgsBEXujFWxxpD+FLqjyGBAWsEP8RwWMBf7nroWG/O8sSqlGQC5kQ/OJew8bj FzSnexVa0vG8ndYz/7smdhX7+NqNwJsI66OZcYWspC7TWnEW/hhwDoeJjFIpq34a nSH8DL19MmhsfzBdq4XTWxRDMEmTvALfQiH5nem2M+6iDmpWEXHT/dexI74Y694g q72BsBzFte4LY2DdEazW64ui+GGlu/T23XdyTJj0nKxlL+j6vAETnW2Crelr5R9S jJNlTfGvO2AiGhlFZwp/SStRFCIpzBBNMfnOzqph7Mbn148IQRjSOMPgEoieIgNg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id EC34E10278; Tue, 31 Jul 2018 11:01:35 -0400 (EDT) From: Thomas Monjalon To: Lee Daly Cc: dev@dpdk.org, pablo.de.lara.guarch@intel.com, fiona.trahe@intel.com Date: Tue, 31 Jul 2018 17:01:31 +0200 Message-ID: <15030724.CL6TfWpdQW@xps> In-Reply-To: <1532441167-101058-1-git-send-email-lee.daly@intel.com> References: <1532441167-101058-1-git-send-email-lee.daly@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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:01:38 -0000 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]