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 699E845D06; Thu, 14 Nov 2024 17:45:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EA5064025D; Thu, 14 Nov 2024 17:45:23 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 50FD54021F for ; Thu, 14 Nov 2024 17:45:23 +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 7E5341474; Thu, 14 Nov 2024 08:45:52 -0800 (PST) Received: from [10.1.39.61] (JR4XG4HTQC.cambridge.arm.com [10.1.39.61]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id BEAB13F6A8; Thu, 14 Nov 2024 08:45:20 -0800 (PST) Message-ID: <1a57f165-0684-4015-b317-18a9651b2c0e@arm.com> Date: Thu, 14 Nov 2024 16:45:19 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 1/5] dts: allow binding only a single port to a different driver Content-Language: en-GB To: jspewock@iol.unh.edu, npratte@iol.unh.edu, juraj.linkes@pantheon.tech, yoan.picchi@foss.arm.com, thomas@monjalon.net, Honnappa.Nagarahalli@arm.com, probb@iol.unh.edu, wathsala.vithanage@arm.com, paul.szczepanek@arm.com, alex.chapman@arm.com Cc: dev@dpdk.org References: <20240821191557.18744-1-jspewock@iol.unh.edu> <20240923184235.22582-1-jspewock@iol.unh.edu> <20240923184235.22582-2-jspewock@iol.unh.edu> From: Luca Vizzarro In-Reply-To: <20240923184235.22582-2-jspewock@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 there, I agree with Juraj's comments on the typo and running dpdk-devbind once. Also noticed the commit subject is way too long, should be max 50 characters. Is it possible to make this more concise? Best, Luca