From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1EF9A046B for ; Thu, 27 Jun 2019 17:27:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9FDFB2C4F; Thu, 27 Jun 2019 17:27:37 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9C7082BEA; Thu, 27 Jun 2019 17:27:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 1CAE422053; Thu, 27 Jun 2019 11:27:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 27 Jun 2019 11:27:36 -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=0pktmgyAJO5sStTrQaRzpx6z6bTZCUHXKnq6Y0zjurI=; b=WqUl4EXy6lTz NyYmOh8L/TcePoaycr2D7RdrlgisCEDnOyBYv24VRLdz10FuDTp2PNYKewJ5KaZt +l3Joqpf7Nr++GTlNoJiajy+xeTBqyJpP1vMOBjE4i1IBbjtoCrO0BScIpTKuMBX ZO3iBEGK8jWf4c2hMaCOHNXvl6cI/KU= 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=fm3; bh=0pktmgyAJO5sStTrQaRzpx6z6bTZCUHXKnq6Y0zju rI=; b=edvTh8jiLcUZ9oR4Bstpy1ob1gTYfzWiLtD4dXCu6H2PD9BBlXHDcj4kU Dbo8/+JkjKGso1qqQJcOQ82b1VAYd7ydSSVRiPJzkBP8orJM2/IICK8bn02++csU vSgc6wevNYtd7PUosFmJew2tnPVOo+ZD7KudQg6Bp3QzCjnppK+qz9DKbyRaeWeM xkVXMN4fegz5vtU7e8DZq0VvnO0FmHEgQ3ZDjY2hSwObffBr1DNlk6THUPs4NS97 eZGIBIEDOvEiTEqlwTuVHPtfPbIuupIWPsBCf9JPm7C8TFoINmCPJK8u97WQpWW/ wZr4Mo53hknlV0jkBAYPyutIVxa7A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrudekgdeltdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 2D7AA380083; Thu, 27 Jun 2019 11:27:35 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, stable@dpdk.org Date: Thu, 27 Jun 2019 17:27:33 +0200 Message-ID: <10624938.PNiJocc0en@xps> In-Reply-To: <20190606154016.13984-1-bruce.richardson@intel.com> References: <20190606154016.13984-1-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] kernel/freebsd: fix module build on latest head 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" 06/06/2019 17:40, Bruce Richardson: > Internal changes in the freebsd kernel have meant that additional includes > are now necessary to build the kernel modules for DPDK. Tested with latest > bsd HEAD revision. > > Bugzilla ID: 282 > Cc: stable@dpdk.org > > Signed-off-by: Bruce Richardson Applied, thanks