From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 189EF1DBF for ; Mon, 23 Apr 2018 15:47:09 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Apr 2018 06:47:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,318,1520924400"; d="scan'208";a="218691743" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.109]) ([10.237.220.109]) by orsmga005.jf.intel.com with ESMTP; 23 Apr 2018 06:47:07 -0700 To: Bruce Richardson Cc: dev@dpdk.org References: <738d08e521a8987ceeb2748db5b765d8b8531e54.1524481846.git.anatoly.burakov@intel.com> <20180423124832.GA100540@bricha3-MOBL.ger.corp.intel.com> From: "Burakov, Anatoly" Message-ID: Date: Mon, 23 Apr 2018 14:47:06 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180423124832.GA100540@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] fbarray: make all fbarrays hidden files 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: Mon, 23 Apr 2018 13:47:10 -0000 On 23-Apr-18 1:48 PM, Bruce Richardson wrote: > On Mon, Apr 23, 2018 at 12:14:13PM +0100, Anatoly Burakov wrote: >> fbarray stores its data in a shared file, which is not hidden. >> This leads to polluting user's HOME directory with visible >> files when running DPDK as non-root. Change fbarray to always >> create hidden files by default. >> >> Signed-off-by: Anatoly Burakov >> --- >> >> Notes: >> Is /tmp always user-accessible? Maybe not use home >> directory at all? >> > Good change. > > Acked-by: Bruce Richardson > > A further improvement would to put the files as not-hidden but inside a > hidden subdirectory e.g. ".dpdk" > Good suggestions, I'll work on this. -- Thanks, Anatoly