From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 35942235 for <dev@dpdk.org>; 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: <xmx:0HlgW81p_yeb1sUN8UWyHGEmf6gfgv064klDFY2-Eplb9xH3_D22tA> <xmx:0HlgW30-klKtF6dE7rvcO76KM8OzQ1sG7D9K8bIIMSrrydHwQgMLWg> <xmx:0HlgW0j6FeBb037cbrfP389KDc9l7D9nOSVENQC29SCAgOX32OPLOw> <xmx:0HlgW_DHBFJLgUNYwf9MUU5mhwFd0n2ClkQwIRmHt6GIqU_SVgTJmQ> <xmx:0HlgWwZ2JVtEbzkWeocCSQI3TDOMrxSc7fZN42V0s6MDvjrDXXIWkA> <xmx:0XlgWz8YeLK0RWyJVNuWsOmGW7KIkI50BMOre8VrI8x9nUoKyGp4RQ> X-ME-Sender: <xms:0HlgW1W2s2X74Zbs0H-YxcP3YQdoW-nzZNv6uB3yl90KYw6a7tNYtg> 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 <thomas@monjalon.net> To: Lee Daly <lee.daly@intel.com> 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 <dev.dpdk.org> List-Unsubscribe: <https://mails.dpdk.org/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://mails.dpdk.org/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <https://mails.dpdk.org/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 31 Jul 2018 15:01:38 -0000 24/07/2018 16:06, Lee Daly: > From: "Daly, Lee" <lee.daly@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.daly@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]