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 20741A05D3 for ; Mon, 20 May 2019 18:24:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C09D94C80; Mon, 20 May 2019 18:24:12 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 25A2D4C80 for ; Mon, 20 May 2019 18:24:11 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id BB3D381F0F; Mon, 20 May 2019 16:24:06 +0000 (UTC) Received: from [10.36.118.41] (unknown [10.36.118.41]) by smtp.corp.redhat.com (Postfix) with ESMTP id BF495600CC; Mon, 20 May 2019 16:24:05 +0000 (UTC) To: "Richardson, Bruce" , "stable@dpdk.org" Cc: "Pattan, Reshma" References: <20190516182157.32128-1-ktraynor@redhat.com> <59AF69C657FD0841A61C55336867B5B0727AEB82@IRSMSX103.ger.corp.intel.com> From: Kevin Traynor Message-ID: <944e86b3-cfe1-4616-93be-4812af5e187b@redhat.com> Date: Mon, 20 May 2019 17:24:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <59AF69C657FD0841A61C55336867B5B0727AEB82@IRSMSX103.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Mon, 20 May 2019 16:24:06 +0000 (UTC) Subject: Re: [dpdk-stable] [PATCH 18.11 0/3] Fixes for GCC 9 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 17/05/2019 09:39, Richardson, Bruce wrote: > Series-acked-by: Bruce Richardson > >> -----Original Message----- >> From: Kevin Traynor [mailto:ktraynor@redhat.com] >> Sent: Thursday, May 16, 2019 7:22 PM >> To: stable@dpdk.org >> Cc: Richardson, Bruce ; Pattan, Reshma >> ; Kevin Traynor >> Subject: [PATCH 18.11 0/3] Fixes for GCC 9 >> >> Already there are some fixes from master in the 18.11 stable branch to >> allow working with GCC 9. These are some additional fixes required. >> >> Kevin Traynor (2): >> bus/fslmc: fix warning with GCC 9 >> mk: disable packed member pointer warning for telemetry >> >> Reshma Pattan (1): >> mk: disable warning for packed member pointer >> >> drivers/bus/fslmc/fslmc_bus.c | 2 +- >> lib/librte_telemetry/Makefile | 5 +++++ mk/toolchain/gcc/rte.vars.mk | >> 3 +++ >> 3 files changed, 9 insertions(+), 1 deletion(-) >> >> -- >> 2.20.1 > Thanks, applied