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 96EE2A04B5; Thu, 29 Oct 2020 19:37:58 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB857C90A; Thu, 29 Oct 2020 19:37:56 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id DAA0CC902 for ; Thu, 29 Oct 2020 19:37:54 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1059) id 30FB220B4905; Thu, 29 Oct 2020 11:37:54 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 30FB220B4905 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1603996674; bh=st1Apww4UIyEfmiU+MTPDOweUbWTSZgCRtxpO7nHqgs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lpG7HSOx+QP5tL25I+hIqyR2Dzkrq3UOLOwPd1FT25OEndE+BeGHlzU4fh2x7lEnf 20pazl7kZ4ErsUhc6M1uf43pxNbHGk2Jv8p2UvVNEzPjwBTGd1ZXoubCBBG7pAnAKH Yd/GiUv6fZIF2wnN4MhQ5FnAu8VLsrX0farUaxdA= Date: Thu, 29 Oct 2020 11:37:54 -0700 From: Narcisa Ana Maria Vasile To: Pallavi Kadam Cc: dev@dpdk.org, thomas@monjalon.net, ranjit.menon@intel.com, dmitry.kozliuk@gmail.com, Narcisa.Vasile@microsoft.com, talshn@nvidia.com Message-ID: <20201029183754.GA23947@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20201021202616.2732-1-pallavi.kadam@intel.com> <20201026184458.8492-1-pallavi.kadam@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201026184458.8492-1-pallavi.kadam@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [dpdk-dev] [PATCH v2] eal: enable windows apps to run on non-admin users 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Oct 26, 2020 at 11:44:58AM -0700, Pallavi Kadam wrote: > Currently, since there is no runtime directory set, the code tries to > create a file in C:\ which is only writable with administrator > privileges. As a result, if the user is not admin, the application will > fail. > So, forcing no_shconf to 1 to prevent the code having to create files in > the runtime directory. > > Suggested-by: Dmitry Kozlyuk > Signed-off-by: Pallavi Kadam > Reviewed-by: Ranjit Menon > --- > lib/librte_eal/windows/eal.c | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Narcisa Vasile