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 429484585A; Wed, 11 Sep 2024 17:33:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F332E4029E; Wed, 11 Sep 2024 17:33:30 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id ADD9A40267 for ; Wed, 11 Sep 2024 17:33:29 +0200 (CEST) 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 5DBA51007; Wed, 11 Sep 2024 08:33:58 -0700 (PDT) Received: from [10.1.36.46] (JR4XG4HTQC.cambridge.arm.com [10.1.36.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A898C3F73B; Wed, 11 Sep 2024 08:33:27 -0700 (PDT) Message-ID: <59424678-2cfe-4312-9019-926b8d230a99@arm.com> Date: Wed, 11 Sep 2024 16:33:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1] dts: add package mode config and updated README Content-Language: en-GB To: Dean Marx , probb@iol.unh.edu, npratte@iol.unh.edu, jspewock@iol.unh.edu, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org References: <20240812163538.29904-1-dmarx@iol.unh.edu> From: Luca Vizzarro In-Reply-To: <20240812163538.29904-1-dmarx@iol.unh.edu> 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 Hi Dean, Thank you! This looks good. You only missed to update the command line in the doc page under `doc/guides/tools/dst.rst`. This aside, Reviewed-by: Luca Vizzarro