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 5A1F64899A; Tue, 21 Oct 2025 17:29:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45A464067E; Tue, 21 Oct 2025 17:29:08 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 1E9BF402A1 for ; Tue, 21 Oct 2025 17:29:06 +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 ABC271063; Tue, 21 Oct 2025 08:28:57 -0700 (PDT) Received: from arm.com (unknown [10.57.67.110]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 697033F63F; Tue, 21 Oct 2025 08:29:04 -0700 (PDT) Date: Tue, 21 Oct 2025 16:29:00 +0100 From: Luca Vizzarro To: Andrew Bailey Cc: dev@dpdk.org, dmarx@iol.unh.edu, probb@iol.unh.edu, Jeremy Spewock Subject: Re: [PATCH v8 2/3] dts: add TX offload capabilities to NIC capabilities Message-ID: <176106045859.92415.12049315788071239194.luca.vizzarro@arm.com> References: <20250902114327.48185-1-abailey@iol.unh.edu> <20251021144528.39748-1-abailey@iol.unh.edu> <20251021144528.39748-3-abailey@iol.unh.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251021144528.39748-3-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 Unfortunately this also fails check-git-log due to "TX" not being "Tx". Please make sure to run: - devtools/dts-check-format.sh - devtools/check-git-log.sh - devtools/checkpatches.sh before you submit again.