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 844A946E76; Fri, 5 Sep 2025 16:41:51 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C61B402E5; Fri, 5 Sep 2025 16:41:51 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 7F607402DB for ; Fri, 5 Sep 2025 16:41:49 +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 765A7152B; Fri, 5 Sep 2025 07:41:40 -0700 (PDT) Received: from arm.com (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 139C63F63F; Fri, 5 Sep 2025 07:41:47 -0700 (PDT) Date: Fri, 5 Sep 2025 15:41:40 +0100 From: Luca Vizzarro To: Andrew Bailey Cc: dev@dpdk.org, dmarx@iol.unh.edu, probb@iol.unh.edu Subject: Re: [PATCH v5 1/1] dts: add missing type hints to method signatures Message-ID: <175708326535.56982.2288648154852295252.luca.vizzarro@arm.com> References: <20250806162900.273571-1-abailey@iol.unh.edu> <20250905124058.174777-1-abailey@iol.unh.edu> <20250905124058.174777-2-abailey@iol.unh.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250905124058.174777-2-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! Thank you for this, hopefully this will go through this time! Reviewed-by: Luca Vizzarro