From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2818620B52; Wed, 31 Jan 2018 21:18:11 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 21:18:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=STV/5BIQM1PwH6X9ERBEpRuY2n EK6aMuc9EcaOV1E5I=; b=IJviNYJaSRmw6pMUPhDXDE9ZzKT0elsqD0DbswODl2 0mhUzf0DeQZ6dg01AZp2hQeCApFs4ogWU3x4uYSV18hgaFg17g76Mg0H1C1C1IG8 Li7xmnp9gm2AVXlQ3jHGIpPIcbOg0OaeB5AtzOKvvUnHDEG06g2oL+XbodOH7tym 8= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=STV/5B IQM1PwH6X9ERBEpRuY2nEK6aMuc9EcaOV1E5I=; b=CRHoafGQWPmsucMl3kOV3l L2WO6R4PrfoT4YyENT2rzJKyicZH3nJqb8gWcsJlL0pricch+EzwYWvcm8y7ARtg 48QotUFhwQzstuVCbQKsCmz10jsB+CdCpvHHe44DOX3bxSYqY5yyInNUEyA5GSTb PjiceGRmEFvreI1Lbvq6CtitaLIpK/vQKVvtcljIy+UT17Ppx0rHw+W5OJb3YThq zCa93d51ShOzCi2kyQs1yMmgPgTfID1gUssGMXzNpPdstRfXaDVZn8ItebDAXixK SNpwx02Brx2Q2nKvs5mgfUWK3YaxFtKJg6rwB6Ik1hzZeuVybMGAa44cxpvDTeAQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id C54D5247A9; Wed, 31 Jan 2018 21:18:10 -0500 (EST) From: Thomas Monjalon To: "Chen, Junjie J" Cc: dev@dpdk.org, "Mcnamara, John" , "Gonzalez Monroy, Sergio" , "Tahhan, Maryam" Date: Thu, 01 Feb 2018 03:17:24 +0100 Message-ID: <2140706.ghXec0kacS@xps> In-Reply-To: References: <20171128111050.60240-1-junjie.j.chen@intel.com> <20171129171713.125795-1-junjie.j.chen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3] doc: add a restriction to multi-process support 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, 01 Feb 2018 02:18:11 -0000 > > 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