From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DFE3FA04B1 for ; Tue, 25 Aug 2020 15:06:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BDA8E1BE88; Tue, 25 Aug 2020 15:06:34 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 06ECD2B96; Tue, 25 Aug 2020 15:06:32 +0200 (CEST) IronPort-SDR: 7T3yjjVeoaaCQwVqBfjCjUULKuHSHYTrKo35xsfjoSWFZVUrHrNSpHGzghWKYnJGMceykis63n XO31ojJ89OpA== X-IronPort-AV: E=McAfee;i="6000,8403,9723"; a="135648060" X-IronPort-AV: E=Sophos;i="5.76,352,1592895600"; d="scan'208";a="135648060" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Aug 2020 06:06:31 -0700 IronPort-SDR: 4wApW8tLxd+s2byCdvbCGjQkeCJmu3UGyL/+fMhGYaQhJwAIsY/tr5uhaJi8MoF9Aoa4uaxqug Nh5Sibbvpflg== X-IronPort-AV: E=Sophos;i="5.76,352,1592895600"; d="scan'208";a="474338380" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.1.150]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 25 Aug 2020 06:06:30 -0700 Date: Tue, 25 Aug 2020 14:06:26 +0100 From: Bruce Richardson To: Anatoly Burakov Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , ferruh.yigit@intel.com, padraig.j.connolly@intel.com, stable@dpdk.org Message-ID: <20200825130626.GA554@bricha3-MOBL.ger.corp.intel.com> References: <196e97d2802cf2250577aaa113b9093b0beadb3d.1598357863.git.anatoly.burakov@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <196e97d2802cf2250577aaa113b9093b0beadb3d.1598357863.git.anatoly.burakov@intel.com> Subject: Re: [dpdk-stable] [PATCH v2 1/2] doc/linux_gsg: clarify instructions on running as non-root X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Tue, Aug 25, 2020 at 01:17:48PM +0100, Anatoly Burakov wrote: > The current instructions are slightly out of date when it comes to > providing information about setting up the system for using DPDK as > non-root, so update them. > > Cc: stable@dpdk.org > > Signed-off-by: Anatoly Burakov > Reviewed-by: Ferruh Yigit Acked-by: Bruce Richardson