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 10C41A0471 for ; Sun, 14 Jul 2019 15:30:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 03922493D; Sun, 14 Jul 2019 15:30:36 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by dpdk.org (Postfix) with ESMTP id 4F317326C for ; Sun, 14 Jul 2019 15:30:34 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id D647E581; Sun, 14 Jul 2019 09:30:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 14 Jul 2019 09:30:33 -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=jw+0qiIKv9ANP1kXqPdlH8zRghOw3h2mWinfDRuviXA=; b=cabJyOoD9LTC x41/IHTv8kQ12Tzp6nO/9ikf6SXTqE4S13I/i+unGbRtw0vetIuiLyF0RS1ygA1W Mia4NZoj/dd1KvjMBLTMaIcBE/8D6G0zCHUSo3ZPVysG5vL7L+FvoAFXTSoq9VD7 xzEbN5zYFYbGlCeC2EsfLfkatAtthYY= 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=jw+0qiIKv9ANP1kXqPdlH8zRghOw3h2mWinfDRuvi XA=; b=fSysRXtrQdXaWckwbX2eXiHCW8Ri06bUAwqmVDq4n7sexx1Fl/gcHlQgg Nk6UYaOHAMRt813PJ1DATWVwNwlFjhwfJq3mz9QVGkARQ16LmKlVgs/jslPpldy1 hOHd+IWJwJ1cRy/BGf8UthxTuR5PD1frJyUHRKrgPh/1SbYghm8ug5L6qz4opPFa 0g6E7YIKPXJQFpKNIbV1PHVFht1qa05DCFb1C3pR8PcbIpgW9MUUh0KjRW4sClAG Ywti9vyLcdnsKxkWCNy0FDWno3cyU3OC6BpsYXusKcaYafRCTJRv56HOT0ycCdXI mFh8ZaTwFtiMi735sXu5ahnwy7OmQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrheehgdeijecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgepud 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 10945380075; Sun, 14 Jul 2019 09:30:30 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, Bruce Richardson Date: Sun, 14 Jul 2019 15:30:29 +0200 Message-ID: <1694390.ZI7FH2GiQv@xps> In-Reply-To: <20190712145615.GA545@bricha3-MOBL.ger.corp.intel.com> References: <493e71dafcaac5b4a9388e3139a2b7fec465b06d.1562942880.git.anatoly.burakov@intel.com> <20190712145615.GA545@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] eal/bsd: fix config creation 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" 12/07/2019 16:56, Bruce Richardson: > On Fri, Jul 12, 2019 at 03:48:08PM +0100, Anatoly Burakov wrote: > > The config create function did not store the mem config address in > > the shared memconfig structure, so the secondary processes couldn't > > map it at the requred address. > > > > Fixes: b149a7064261 ("eal/freebsd: add config reattach in secondary process") > > > > Signed-off-by: Anatoly Burakov > > --- > Acked-by: Bruce Richardson Applied, thanks