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 54F482BBD for ; Tue, 22 May 2018 16:29:42 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C9E0721B85; Tue, 22 May 2018 10:29:40 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Tue, 22 May 2018 10:29:40 -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=opJJ/PAt1cH7H4gYAyD8dKoTrA 2wWojtaHgpDgQY3e8=; b=jVxox2o52nZK9NapILyTm6xIp4iu8q6HF/a6OOGRn5 /cSn3suOL9Wbivt2BuwnzNAUvUakBV8LhPupLlkp4DrixDS7aIpHL0g1XVI6SX+V v7/SwCUfACQG8+nYvVaY0w4PruyCcXEvBG+SF9QlXdzpV67Ty6NjZylTwLkPYcp5 4= 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=fm2; bh=opJJ/P At1cH7H4gYAyD8dKoTrA2wWojtaHgpDgQY3e8=; b=mnOVu5Er50Dws9jPYHO98g qmZN7mhdVvTps9BFdS8Pp9D4lRFaSDLEOrQXj5h3Xzz1+ErDW2N19cKViPnaMr+i BaxsGyuAJbAxPFIa0n8hz8rl8WvgTe2Bpxka21W2t3YNTndBd07WyEAzNaG9X4o8 mu3qReSwAYFlSrAm0uxDLaRYm7XgvOiOFLmaWmWgLhjUb/IA4VtPgtJq9JHOc6g/ crhNl8XDGJ6SsbpAW3qoSUf7fmETFMmtCFQVJ3b+g0so6my/cU8ZDq77ScgBF+8E QlIc9fWKj6/v32fbE4g1siInIqLKa4QJSZVfYWIgtJ+/yHgs+2ArJgQ3z9VvMIgw == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: 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 3BF67E4445; Tue, 22 May 2018 10:29:40 -0400 (EDT) From: Thomas Monjalon To: Andy Green Cc: dev@dpdk.org, Bruce Richardson Date: Tue, 22 May 2018 16:29:39 +0200 Message-ID: <19092843.MXqdRuKeXz@xps> In-Reply-To: <20180522091349.GC22916@bricha3-MOBL.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v7 0/8] Fixes for GCC8 against lagopus 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, 22 May 2018 14:29:42 -0000 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