From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 1818BA00E6 for ; Fri, 19 Apr 2019 12:05:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 16A871BB6F; Fri, 19 Apr 2019 12:05:50 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id C42F71DBC; Fri, 19 Apr 2019 12:05:48 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Apr 2019 03:05:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,369,1549958400"; d="scan'208";a="144026035" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.220.103]) by orsmga003.jf.intel.com with SMTP; 19 Apr 2019 03:05:45 -0700 Received: by (sSMTP sendmail emulation); Fri, 19 Apr 2019 11:05:44 +0100 Date: Fri, 19 Apr 2019 11:05:44 +0100 From: Bruce Richardson To: Tomasz Jozwiak Cc: dev@dpdk.org, stable@dpdk.org, fiona.trahe@intel.com, yskoh@mellanox.com Message-ID: <20190419100543.GA1833@bricha3-MOBL.ger.corp.intel.com> References: <1555667827-3715-1-git-send-email-tomaszx.jozwiak@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline In-Reply-To: <1555667827-3715-1-git-send-email-tomaszx.jozwiak@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Subject: Re: [dpdk-dev] [PATCH] test/compress: fix max mbuf size test case 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190419100544.eV5pSYEyoPyTFyxUXnoJCKXSWSZixq4i89h8AiGr1io@z> On Fri, Apr 19, 2019 at 11:57:07AM +0200, Tomasz Jozwiak wrote: > Fixed the compilation error on gcc (GCC) > 4.8.5 20150623 (Red Hat 4.8.5-28) > > Fixes: 355b02eedc65 ("test/compress: add max mbuf size test case") > Cc: stable@dpdk.org > > Signed-off-by: Tomasz Jozwiak > --- > app/test/test_compressdev.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > This fixes compilation for me with gcc4.8, though I can't comment on the correctness of the code. Acked-by: Bruce Richardson