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 C4F12374C for ; Fri, 4 Aug 2017 15:39:39 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 04 Aug 2017 06:39:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,321,1498546800"; d="scan'208";a="115632242" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga004.jf.intel.com with ESMTP; 04 Aug 2017 06:39:38 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.9]) by IRSMSX102.ger.corp.intel.com ([169.254.2.211]) with mapi id 14.03.0319.002; Fri, 4 Aug 2017 14:39:37 +0100 From: "Mcnamara, John" To: "Richardson, Bruce" CC: "dev@dpdk.org" Thread-Topic: [PATCH 1/3] doc: clarify documentation on running as non-root Thread-Index: AQHTDSYZfc2l49lkfU6YF9GUsO4d0qJ0M93Q Date: Fri, 4 Aug 2017 13:39:37 +0000 Message-ID: References: <20170804124411.238646-1-bruce.richardson@intel.com> <20170804124411.238646-2-bruce.richardson@intel.com> In-Reply-To: <20170804124411.238646-2-bruce.richardson@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZDQ4OGRkODgtOGRmOS00MGI4LThhMTctZjkyMzI4MTZlMzdlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IlVaTnlHTkcza0dvNEgrUzdcL1o2TDFncWt4M2pPXC9tOENmVGptY0xhRWZKOD0ifQ== dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/3] doc: clarify documentation on running as non-root 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: Fri, 04 Aug 2017 13:39:40 -0000 > -----Original Message----- > From: Richardson, Bruce > Sent: Friday, August 4, 2017 1:44 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Richardson, Bruce > Subject: [PATCH 1/3] doc: clarify documentation on running as non-root >=20 > Since modern kernels don't allow unprivileged processes to read the > pagemaps file, the instructions on running as non-root are out-of-date. > Add a note clarifying that they will only work with earlier kernel > versions. >=20 > Signed-off-by: Bruce Richardson Acked-by: John McNamara