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 3A643A0487 for ; Mon, 1 Jul 2019 18:02:13 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1C71B1BA59; Mon, 1 Jul 2019 18:02:13 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 865A21B9F8; Mon, 1 Jul 2019 18:02:09 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 08DFF3F2; Mon, 1 Jul 2019 12:02:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 01 Jul 2019 12:02:08 -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=tpuF0h6/fceotu+w6azgInauWXp08E0/Y4kyuDW5bxk=; b=ghdf5YunFosM fu8yQV8eC7x9xeNy/m03xETJ2Xwf5PFSSGY61KfjdzzirKZ4LhqHVU5lxbySdr98 uCNX2fXxEBwX3SmPslSGBJ0vcK4sbTniY2XOoQnRq32PrRBnVkrAXBG6ZSKvEQMj 0o/UWb03OJnxHFfZfG3/Fayg9wgOV10= 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=tpuF0h6/fceotu+w6azgInauWXp08E0/Y4kyuDW5b xk=; b=i02QukAuD39jCfa3gDU6YFoBUV7M8XGJXxdrUkZ2aoiR4otzCH1WhZg/a q4UHgM45SP0x1Q8df5gVfIvaIpZD48cSz1pXyWZ/y6lF9JTfyc+FceAq3P4hlU/y RUDHZVCSTEcDU4eP0TnbQr63n84LCxiSPBng1Es67uySqvgWamx49Dpcp17Mur1g VnGGiQhiJuYVbhwXGUfuuOzIOQ9unHotcuon7xxFy1VAHsBG+wXIAZC0gR/BxTnT SH0ueTMyj2GT/1IiXtjSe1xWfJncfJsKOywrGXIAWITD5IFOF3I+bjunc9jNOGkx vEuzTMqfsrLaL6Diui3KnuVCnga6g== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdeigdeliecutefuodetggdotefrodftvf 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 D614880063; Mon, 1 Jul 2019 12:02:05 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: stable@dpdk.org, David Marchand , dev , Bruce Richardson Date: Mon, 01 Jul 2019 18:02:01 +0200 Message-ID: <3527426.UbPbIEFRbg@xps> In-Reply-To: References: <658a39af271ae33f9df20678da0655216646702c.1561635211.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH v2 2/2] eal/freebsd: add config reattach X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 27/06/2019 13:46, David Marchand: > On Thu, Jun 27, 2019 at 1:33 PM Anatoly Burakov > wrote: > > > Linux EAL will attach the shared config at an arbitrary address, > > find out where the shared config is mapped in the primary, and > > then will reattach it at that exact address. > > > > FreeBSD version doesn't seem to go for that extra reattach step, > > which makes one wonder how did it ever work in the first place. > > > > Fix the FreeBSD init to also reattach shared config to the exact > > same place the primary process has it. > > > > Fixes: 764bf26873b9 ("add FreeBSD support") > > Cc: bruce.richardson@intel.com > > Cc: stable@dpdk.org > > > > Signed-off-by: Anatoly Burakov > > Reviewed-by: David Marchand Applied, thanks