From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9E91EA0567; Mon, 27 Jun 2022 02:45:53 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D7A440E78; Mon, 27 Jun 2022 02:45:53 +0200 (CEST) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id D395F40E50 for ; Mon, 27 Jun 2022 02:45:51 +0200 (CEST) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 956A732005BC; Sun, 26 Jun 2022 20:45:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sun, 26 Jun 2022 20:45:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm2; t=1656290748; x= 1656377148; bh=sAbx6tWzpBV/TdaDjepQDOgTmAGx4PPXTAl4GvhauW0=; b=i GKgXmvPNzXleAK/0I84aoLHuKieGfF4VWJRqg7GOC6Y3PNI88EmwVVQcpA+7ZmlI NqsNVC7DaU8GVAyAwsFaqatlKv1GkDdCgdNQDl25cxm0rYLHlxQYmK9QtvXTAkp8 NCuuvAXryAc3O+hXuFf2P5fKttIWAc01zwwTvb/LxqxqQiRgrfszASZhs9YXFkeP EOhVDnmoa8wbjD0uhD4zZyfvS8TI8pioebDJvMiLECJ0ZfK9rGSBrPk0WgHknkxo MR2H9tmi1qqpU0IgIyglCtqoAqT2mDgT1Jwc510RIEvpshUh7TM2oeu0DmOGA/Gv 5zX0iafhMMuSe6HVITqcw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:feedback-id:feedback-id:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; t=1656290748; x= 1656377148; bh=sAbx6tWzpBV/TdaDjepQDOgTmAGx4PPXTAl4GvhauW0=; b=j H9G6k5JGoWN9d+gDozi0tC2L07eEfhs/yemUYN0ncYJCuwr7RhCz090fIxhS+w5b dknsFPSrLTnLRheIyiIwtee+SVthgkVWECJvTgKxxngXHPBAbhHBeV6+lGVGntWF OZwqL8i5NeFBn+PAlf/aQ/DO3jRaXg0uLQvz2Ke7UAs40HshjwoycC9BDog1Ldj7 0lostQostQ15oCPAy4TQ2sV2L+XPLleMmu9J6rmxPp6djP/dYdm+oD7CbpFJInIK ilHZiBJLhD7CeJhBqTMkYOZXOnckvQgliLcAh8Sdygetdr6SqqQXvKxz1Qkgv0I+ /wbfRpW39/CzPjRWUN8qQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrudeggedgfeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedtjeeiieefhedtfffgvdelteeufeefheeujefgueetfedttdei kefgkeduhedtgfenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Feedback-ID: i47234305:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sun, 26 Jun 2022 20:45:47 -0400 (EDT) From: Thomas Monjalon To: Dmitry Kozlyuk Cc: dev@dpdk.org Subject: Re: [PATCH v4 0/5] Improve documentation for running as non-root Date: Mon, 27 Jun 2022 02:45:45 +0200 Message-ID: <3290720.kUgFBCI4xA@thomas> In-Reply-To: <20220624131956.75160-1-dkozlyuk@nvidia.com> References: <20220624084817.63145-1-dkozlyuk@nvidia.com> <20220624131956.75160-1-dkozlyuk@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org > Dmitry Kozlyuk (5): > usertools: add option to select hugetlbfs directory > usertools: add options to change mount point owner > doc: give specific instructions for running as non-root > doc: update instructions for running as non-root for MLX5 > doc: add note about running virtio-legacy as non-root Applied, thanks.