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 0E46DA0096 for ; Wed, 5 Jun 2019 11:25:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CEB711B9DB; Wed, 5 Jun 2019 11:25:56 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 073651B9D9 for ; Wed, 5 Jun 2019 11:25:55 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id A09895D5; Wed, 5 Jun 2019 05:25:53 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 05 Jun 2019 05:25:54 -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=YkVJngKt1SL5C4b0l2pFZmWHiOutonC7IaR9bUrwpKg=; b=dyj2ZclBwcIl 6wWky6Hh9PqBE3zN0Rrq1AZyrU44wCDtuztG+4tm8tddtfLwcmDh8Cnc26T59TgM mUJ7TszYPG89EooxG5aDnbmcWymqJtmK6jaTt2/ICiJ3YuMsqqPL4zD1PTcTMNK6 CxVhzQvJ2S9GKInnAxrp4ch4U5KwWT0= 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=YkVJngKt1SL5C4b0l2pFZmWHiOutonC7IaR9bUrwp Kg=; b=tGSwLmhoIyXJMqKmj5DFwODGFDFFjwDT1Svtm2s9mBT7Lh9IbD9TMAFe8 hYrWkC76ZWQ8p5jAE8Q6ZLo+fuCddNrCPfrovwCt2rHH8+Lrt6Okrfgy/RyhIFQJ ONNIfdDLsGMKDV3in37GZL2kjG9cEXPdBZIgIorP8f9whpZdm6BZTvQzgkD4eF39 TbqvWlsToLTkVg2ROey0rXsyO9cOP3syXjrPp7su6ahHXT+b2z3X5/DjSoHxkVwp Q0zAmc2xRNGBEk7uFs6UDeDjnLe+kpezWVGV3Zi0gPKf7YZEy3bA0aZLNtJkDpUx Uik3cpD/+5qlb4bMpOKslfMzOzXSg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudegvddgudeiucetufdoteggodetrfdotf 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 F12028005A; Wed, 5 Jun 2019 05:25:51 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, bruce.richardson@intel.com, Anatoly Burakov Date: Wed, 05 Jun 2019 11:25:50 +0200 Message-ID: <2833528.hd4umUYrtg@xps> In-Reply-To: <1559725576-6427-1-git-send-email-david.marchand@redhat.com> References: <1559725576-6427-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] 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 11:06, David Marchand: > 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 */ > ^~~~~~ > > POSIX defines netinet/in.h as the right header for in_addr. > Linux seems fine without it but let's include it explicitly. > > Signed-off-by: David Marchand Please could you add a "Fixes:" tag with Cc stable?