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 ADB3B463BC; Tue, 11 Mar 2025 12:35:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 647C84027F; Tue, 11 Mar 2025 12:35:54 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 001E940263 for ; Tue, 11 Mar 2025 12:35:52 +0100 (CET) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4FED81063; Tue, 11 Mar 2025 04:36:03 -0700 (PDT) Received: from [192.168.1.203] (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7A2723F673; Tue, 11 Mar 2025 04:35:49 -0700 (PDT) Message-ID: <6fb3ef90-4af1-4c2d-acb3-97a4777cda58@arm.com> Date: Tue, 11 Mar 2025 13:35:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 3/6] dts: add tmp directory facility Content-Language: en-GB To: Dean Marx Cc: dev@dpdk.org, Paul Szczepanek , Patrick Robb References: <20250224132823.196509-1-luca.vizzarro@arm.com> <20250224132823.196509-4-luca.vizzarro@arm.com> From: Luca Vizzarro In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 05/03/2025 23:29, Dean Marx wrote: > This makes sense, I noticed though that nothing is actually stored in > these placeholder directories yet, and dpdk is built in a separate > folder. Is the plan in the future to move this to the placeholder > directory? Or is there a different use case? > > Reviewed-by: Dean Marx This is used in this patch series in `dts: enable build-less DPDK driver binding`. But yes the plan is to move everything to use a dedicated tmp folder. We don't want stray files/folders.