From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: add a restriction to multi-process support Date: Thu, 01 Feb 2018 03:17:24 +0100 Message-ID: <2140706.ghXec0kacS@xps> References: <20171128111050.60240-1-junjie.j.chen@intel.com> <20171129171713.125795-1-junjie.j.chen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" , "Gonzalez Monroy, Sergio" , "Tahhan, Maryam" To: "Chen, Junjie J" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 966AD1B899 for ; Thu, 1 Feb 2018 03:18:11 +0100 (CET) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > This patch add a restriction to multi-process support: secondary processes > > should only run alongside primary process with same DPDK version, so that > > secondary processes can use the same hugepage mmap layout as primary > > process. > > > > Signed-off-by: Junjie Chen > > Acked-by: John McNamara Applied, thanks