From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 663642B99 for ; Tue, 12 Dec 2017 14:13:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2017 05:13:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,395,1508828400"; d="scan'208";a="11217188" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by FMSMGA003.fm.intel.com with ESMTP; 12 Dec 2017 05:13:22 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 12 Dec 2017 05:13:21 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.159]) by shsmsx102.ccr.corp.intel.com ([169.254.2.175]) with mapi id 14.03.0319.002; Tue, 12 Dec 2017 21:13:19 +0800 From: "Chen, Junjie J" To: "Mcnamara, John" , "Gonzalez Monroy, Sergio" , "Tahhan, Maryam" , "dev@dpdk.org" Thread-Topic: [PATCH v3] doc: add a restriction to multi-process support Thread-Index: AQHTaPVvgm1H8ClEP0igMsRxedtVm6M/NQSAgACOpSA= Date: Tue, 12 Dec 2017 13:13:18 +0000 Message-ID: References: <20171128111050.60240-1-junjie.j.chen@intel.com> <20171129171713.125795-1-junjie.j.chen@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTA2ZWM4MTgtMDg1Mi00ZTcyLWI4NzYtNDdhOWEzNzQ2NzVmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJMckdNSEduNUROZU8wY1F6QWFSXC9BRlNzR0thSGJMTUpNU2RMaW9Vcis1Q2dLaE5Td0dcL3ArNExvUnc0c1hRbVoifQ== x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Tue, 12 Dec 2017 13:13:24 -0000 Done! Cheers JJ > -----Original Message----- > From: Mcnamara, John > Sent: Tuesday, December 12, 2017 8:41 PM > To: Chen, Junjie J ; Gonzalez Monroy, Sergio > ; Tahhan, Maryam > ; dev@dpdk.org > Subject: RE: [PATCH v3] doc: add a restriction to multi-process support >=20 >=20 >=20 > > -----Original Message----- > > From: Chen, Junjie J > > Sent: Wednesday, November 29, 2017 5:17 PM > > To: Gonzalez Monroy, Sergio ; > > Mcnamara, John ; Tahhan, Maryam > > ; dev@dpdk.org > > Cc: Chen, Junjie J > > Subject: [PATCH v3] doc: add a restriction to multi-process support > > > > 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 >=20 > Could you mark the previous version of this patch as "Superseded": >=20 > http://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=3D&state=3D&q= =3Drestri > ction+to+multi-process+support&archive=3D&delegate=3D >=20 >=20 > Otherwise: >=20 > Acked-by: John McNamara >=20