From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 472497CCA; Thu, 20 Dec 2018 23:05:30 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BEC4F2208B; Thu, 20 Dec 2018 17:05:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 20 Dec 2018 17:05:29 -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=+pE/zNIbFy1C70CoNIGWcdQ8zMtViqw5GQJhyhJ2J7I=; b=UJ7uRny9Laho FGLXvP9eeBmaI8K+QI9ZpPsOO6OPAsq94Mfz1JqRgky/Zxauo6uuqPNgOWnXzpXw L9eWvjGl5jfvoa4aO3Y1YCBazjXjrlDteju1l5RiERsSUHoiVXbiqcu+WVcmcs4q T2tG6R6SCqyLnEVibMuOhY1u0eSMnQM= 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=+pE/zNIbFy1C70CoNIGWcdQ8zMtViqw5GQJhyhJ2J 7I=; b=PjJfzrozd6mM6EvFBjBrlPTqxG844jMqlUNRK4V5mf7OePcXe1CSDeLO2 OkC/sPsnDEFb4uN4jz1yZhvSyxBWQT2SWPW3xLMOWIRTACrN2LNdVGsOc9QE5aDx fnlxfB24rt3xNA+nHTga4GlWDnlesZQlVjEvLlC8KV7QTJ+67tFaCS7sG8wJlEiK Rezn3zjyswzJCm8zmetQsyJS7RGAOACAGhJ1V4CxqktDnBn8IqA1WZc07KI45VM7 o3g0y/BGPoOiAThnm8FG4byYzXaETlcjeh/NQ3FNPT84IWBhC1FVaoniYG9rgh1G M84PWdmZBne+EqyOwb3r4GpTHXVTw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtkedrudejfedgudehjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthenuceurghilhhouhhtmecu fedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvufffkf gjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhn uceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvd dtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgr lhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 4DB36100BA; Thu, 20 Dec 2018 17:05:28 -0500 (EST) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , stable@dpdk.org Date: Thu, 20 Dec 2018 23:05:27 +0100 Message-ID: <4843611.JlzhPrWG3z@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: remove note on limitations for memory mode in secondary 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: , X-List-Received-Date: Thu, 20 Dec 2018 22:05:30 -0000 06/12/2018 10:30, Anatoly Burakov: > Memory mode flags are now shared between primary and secondary > processes, so the in documentation about limitations is no longer > necessary. > > Fixes: 64cdfc35aaad ("mem: store memory mode flags in shared config") > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov Applied, thanks