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 C260946DF5; Thu, 28 Aug 2025 14:50:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B362D4025A; Thu, 28 Aug 2025 14:50:56 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id BB046400D6 for ; Thu, 28 Aug 2025 14:50:54 +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 9803E1688; Thu, 28 Aug 2025 05:50:45 -0700 (PDT) Received: from arm.com (unknown [10.57.58.16]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EB1613F694; Thu, 28 Aug 2025 05:50:52 -0700 (PDT) Date: Thu, 28 Aug 2025 13:50:47 +0100 From: Luca Vizzarro To: Andrew Bailey Cc: dev@dpdk.org, dmarx@iol.unh.edu, probb@iol.unh.edu Subject: Re: [PATCH v3] dts: enable port binding on the TG Message-ID: <175638514815.25987.9964104140534837687.luca.vizzarro@arm.com> References: <20250808182152.356879-2-abailey@iol.unh.edu> <20250828123758.20451-1-abailey@iol.unh.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250828123758.20451-1-abailey@iol.unh.edu> 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 Andrew, I see you've made a bit of a mess with the versioning. v2 was detached from the thread, so this is confusing me. Can you make sure that (as per contributing guidelines): - you always reply with new patches to the very beginning of the thread (usually the cover letter of v1 – if it was a single patch, then a reply to that patch) - you add a cover letter to your patch series explaining your changes across versions. You can check other emails in the mailing list to gather an understanding of this. Of course, if you are sending a single patch, a cover letter is not necessary, but you'll need to annotate your patch (the contributing guidelines who how this is done) Finally, I cannot tell easily tell what changed from v2. Can you please give a summary of the changes? Best, Luca