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 41BF8A0096 for ; Wed, 5 Jun 2019 15:14:11 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 383491BB0B; Wed, 5 Jun 2019 15:14:10 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id 7933C1BA5A; Wed, 5 Jun 2019 15:14:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 0F0C35F2; Wed, 5 Jun 2019 09:14:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 09:14:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=VhhcEsf1gMol2bZkdyz/ipBPwMt3IVZ7Alya1bxJeGE=; b=XoRcXeFQcuyT NTa4kmQzSZ/EhBdwGUntfgFgTnZ2JBP5/o4Nj45nV5y9okSTvnWkx4VPFFONvgU2 zRstdr3keh01aUAF1PpK9LNjcImPovYZ7/Lklqin2wuC9RIbwlFunUn3I1IaQcTe yoDi/PKNcEIIkNLSy/oYiV6MDo6FKtU= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=VhhcEsf1gMol2bZkdyz/ipBPwMt3IVZ7Alya1bxJe GE=; b=pZ3nLkXG61xwIYIiK3F/oVvmIFh1q0v0Kd7HHp80oa98y6NBh4YCwzvBw YgYRicKBTG4bxC42sxPHcweEzUHDaVeWgw3MoRThwHaIPJFZuyWl37WR+Z3ZOcsc 5JNJ1LMhSQeSJ+pQFISdbyQHCYXJbZnBS4STYjCAkyIWxQgR14CrzdC033FZGDJb RBGC2m1XWPmEH20+/li7iosHRlOKpTZrnM8tEbePC1bwL0IrLayOQlMC03FR2Jh8 xa8BWfDd3M7A2SU9GooKx2ULTQ5qdAS9tChCNkQmp7cLmclRbV3li9woLxqA4M9l Q4aKUdbsv5VE6tVhBl5KSs38S+u8Q== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddgiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 0F49338008A; Wed, 5 Jun 2019 09:14:04 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: Bruce Richardson , dev@dpdk.org, stable@dpdk.org, Anatoly Burakov Date: Wed, 05 Jun 2019 15:14:04 +0200 Message-ID: <3976742.XO3IndD6m0@xps> In-Reply-To: <20190605125012.GD1550@bricha3-MOBL.ger.corp.intel.com> References: <1559725576-6427-1-git-send-email-david.marchand@redhat.com> <1559734226-8821-1-git-send-email-david.marchand@redhat.com> <20190605125012.GD1550@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 v2] examples/multi_process: fix compilation error on FreeBSD 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" 05/06/2019 14:50, Bruce Richardson: > On Wed, Jun 05, 2019 at 01:30:26PM +0200, David Marchand wrote: > > Caught on FreeBSD 12: > > > > /usr/include/netinet/ip.h:71:17: error: field 'ip_src' has incomplete type > > struct in_addr ip_src,ip_dst; /* source and dest address */ > > ^~~~~~ > > > > On FreeBSD, netinet/ip.h is not auto sufficient like on Linux. > > But actually, this header is not used in the example, just remove it. > > > > Fixes: 764bf26873b9 ("add FreeBSD support") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > Tested-by: Bruce Richardson > Acked-by: Bruce Richardson > > This should knock off one of the CI build errors once merged, I hope! > Thanks for doing the patch. Applied, thanks