From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2FA3822536; Mon, 14 May 2018 18:45:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 May 2018 18:45:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=FtM0aQ7TRp58P2/PG+bLo3PbW4 EgiwvE6tmLTC2r24g=; b=QmdcEB6tfhn850IXlFkZUDOsuPkTRqnbvDA13v93L+ I3oBiztQq5igx5N6nE5hiUByp10zrh4axBlGtZOfqQngdGRzwRWehOpkiRaaVAnc Am2jZT+F5ryNRpZLrWX1CCp2GDUxbyp6nbAHH7oiIw+BmYbItHyot+JaDO6Gjo8X Q= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=FtM0aQ 7TRp58P2/PG+bLo3PbW4EgiwvE6tmLTC2r24g=; b=EmYwzVzw39UO+g5Y12WzKq jFgkFVHqYc3bFueHKGNGsrk+KIIK/t090SIqMt4olGBpn/fZG/fpy/bX1+RdBwim pauM/lqxQFVVxj33xZ4tXYL8KVu/nP/hzHWM0Vqtgx7OUfXJWpnHMtwKLW0F3C0X NwSSxH4+JmkoBWPH+0vgLKXfV1UUxAvZNW5RYWqFgbq+pHQCxr/A/GWLe8w3iMsO kRbNA/MfBJufAuMQCbNR3hgP+dPb/L+rdcRhy6oMwlALakZS2o0xgKbDpVSSWZkI PjMN7ZeZrvCgM2Hltoula6EdFcbjj5ReWjikCtTJeoK3DXiU0aNL/6JlFN0tHMuQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 7C78FE5037; Mon, 14 May 2018 18:45:14 -0400 (EDT) From: Thomas Monjalon To: Anatoly Burakov Cc: dev@dpdk.org, bruce.richardson@intel.com Date: Tue, 15 May 2018 00:45:13 +0200 Message-ID: <8211468.1VRP59ulQj@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 0/4] Clean up EAL runtime data paths 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, 14 May 2018 22:45:15 -0000 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.