From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/4] Clean up EAL runtime data paths Date: Tue, 15 May 2018 00:45:13 +0200 Message-ID: <8211468.1VRP59ulQj@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bruce.richardson@intel.com To: Anatoly Burakov Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B7DAF1C9AF for ; Tue, 15 May 2018 00:45:15 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/05/2018 18:27, Anatoly Burakov: > As has been suggested [1], all DPDK runtime paths should be put > into a single place. This patchset accomplishes exactly that. > > If running as root, all files will be put under /var/run/dpdk/, > otherwise they will be put under $XDG_RUNTIME_PATH/dpdk/, or, if > that environment variable is not defined, all files will go under > /tmp/dpdk/. > > [1] http://dpdk.org/dev/patchwork/patch/38688/ > > v3: > - Rebase on rc2 > - Leave rte_config path in place, to be fixed for next release > > v2: > - Rebase on rc1 > > Anatoly Burakov (4): > eal: remove unused define > eal: rename function returning hugepage data path > eal: add directory for DPDK runtime data > eal: move all runtime data into DPDK runtime dir Applied, thanks You will need to send a deprecation notice to move rte_config path in 18.08.