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 9DC18A051F; Mon, 20 Jan 2020 17:47:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 019421BE94; Mon, 20 Jan 2020 17:47:06 +0100 (CET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 27A3C1BC25 for ; Mon, 20 Jan 2020 17:47:04 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 7DFD121EAE; Mon, 20 Jan 2020 11:47:03 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 11:47:03 -0500 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=QYbFsjvTltbh4t7MVXX7eve7r5IkmeGV/iGRZP5ji5Q=; b=mLx5UVv1hIsI VS4paepIpZnla7z205u7G817UrsdrrMWpiFQmEXqYJnDylcVeWSPTdd5cds5KkD7 n2SlxdNYW6wFCdJk6laNyNiLRCICOAsNDl0BZPiFdLohoGQkfANcBJQvTZL0nWrI VbVoyZSpRh9WJt8Oq6J7DzDXvtY9kiM= 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=fm1; bh=QYbFsjvTltbh4t7MVXX7eve7r5IkmeGV/iGRZP5ji 5Q=; b=qMEGYXMyw+y1YXkJcekomrs4aT/S8XrECIk4GSS/+p+Lf/d346uG5X1NS 8VzOm3mB2VCa4ZnYXZZTVgGO0sKJp00UBbjoI0dzp5GXyLHE9B9SlZSN9o0DW17F FbHBHCSSe3vxDsL4aCX6Gw4xN8oXccxqwt4dDP/071DfS4LhvmRadoFKOm4zZUo4 zVh6JgcQS6c6x1ydYWZIzx+tCpaAHlS2qAMsij4nM5YmSG43oAZMasHpig7nt7Un xfX5/R2AdlXujDwcw3yuDX/HpmIrFJy/dv2nMClUgmR6hgjyERKmzBCjUSSvX2Hv qBntMFl7wCy8guwG+YLARTrG1PBDQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeigdeftdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 AA9A53060B27; Mon, 20 Jan 2020 11:47:02 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org Date: Mon, 20 Jan 2020 17:47:01 +0100 Message-ID: <3383366.bqPgKRP4r2@xps> In-Reply-To: <20200103115243.59502-1-bruce.richardson@intel.com> References: <20200103115243.59502-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 0/2] Fix build with FreeBSD 13-CURRENT 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" 03/01/2020 12:52, Bruce Richardson: > The FreeBSD CI system is reporting errors with DPDK on the current head > of the FreeBSD development branch for FreeBSD 13. Ahead of BSD 13's > release, we need to apply fixes to ensure DPDK continues to compile > on the various versions. > > Bruce Richardson (2): > eal/freebsd: update CPU macro for FreeBSD 13 support > kernel/freebsd: update contigmem for FreeBSD 13 Applied, thanks