From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 0/8] Fixes for GCC8 against lagopus Date: Tue, 22 May 2018 16:29:39 +0200 Message-ID: <19092843.MXqdRuKeXz@xps> References: <152686781484.58694.14737673447518527445.stgit@localhost.localdomain> <152695215195.111551.10652921922687464367.stgit@localhost.localdomain> <20180522091349.GC22916@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson To: Andy Green Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 54F482BBD for ; Tue, 22 May 2018 16:29:42 +0200 (CEST) In-Reply-To: <20180522091349.GC22916@bricha3-MOBL.ger.corp.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" 22/05/2018 11:13, Bruce Richardson: > On Tue, May 22, 2018 at 09:24:07AM +0800, Andy Green wrote: > > The following series fixes build problems in dpdk master > > headers, found when using it as the dpdk subproject in > > lagopus. These errors are coming when you try to use > > the dpdk headers, not when you build dpdk itself. > > > > 6/8 are acked by Bruce Richardson... the other two have > > had the pending comment applied in this version. > > > I've acked the final two versions now. All look ok to me. Applied, thanks