From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 70DEC20EB; Fri, 5 Sep 2025 01:48:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757036880; cv=none; b=RAdDcq1d4izBWM+b6OKndrTIle9wFlzFEb/CIMMHahtub7uHcUpcrPpbhBlEwwvtoydImxfEhYDFrfL50whZku3J2kX1QDmiRAYc3Y+m4Su85N93UaKi8p8xLnigkFUZpkt3ve28iM+O+/VDahVbWcilEjpH3Vin/v21iAG2ml0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757036880; c=relaxed/simple; bh=nKN62gC4jkdDbMIOofqf7YTZbhCZ14cobe9mIKWrKv8=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FFaA7/7FR7zmxUmPhnfPedEPy6ASru0wT8M/Xmdc7toBeFjf/CZFJq7twn1v7NQMDSakqhaswhvDTEXvHut2fVoevBed+1sky4DuT1vvs/uT5/o8c3ut2rbqzGZFJX26d3Nbj+K7orqIAxa4oLU73lRXGURtzh2zeGZsAMdRzwI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=rfe/GuOp; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="rfe/GuOp" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9B47C4CEF0; Fri, 5 Sep 2025 01:47:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1757036879; bh=nKN62gC4jkdDbMIOofqf7YTZbhCZ14cobe9mIKWrKv8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=rfe/GuOpH8cuEJ12EXJjZnxs8Ao00R7lbvEgT0XnlAnjTPGcgGRTfCzYXpMwmE4re JB1amUpWAPGJivhw+cKL6KuPsBTsuQbOX6PahAv8pplZuRsz/Ni6QerYmSW2QqVxTX axOLcpsJsjs67pNZM8kmc7tn53I4bzAhMfSw04Pdx7w5YvtcAK33nmRv7ZvCPZBJ5m LP9b0MfjoYzQwVKLI9hO+oSZ/zcJQTflFQ3sQaLFUh+0e/9roVzeGIx5lWoMueii7p Hlr39DthJTA1kcp1gG4iaESqFyHc+AlGSQP880GSonx5SeeN2cvGKj08nQzQ3xrESI Mcgm106muHXOA== Date: Thu, 4 Sep 2025 18:47:57 -0700 From: Jakub Kicinski To: Florian Fainelli Cc: Stanimir Varbanov , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, Broadcom internal kernel review list , Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrea della Porta , Nicolas Ferre , Claudiu Beznea , Phil Elwell , Jonathan Bell , Dave Stevenson Subject: Re: [PATCH v2 0/5] dd ethernet support for RPi5 Message-ID: <20250904184757.1f7fb839@kernel.org> In-Reply-To: <06017779-f03b-4006-8902-f0eb66a1b1a1@broadcom.com> References: <20250822093440.53941-1-svarbanov@suse.de> <06017779-f03b-4006-8902-f0eb66a1b1a1@broadcom.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 4 Sep 2025 14:07:36 -0700 Florian Fainelli wrote: > On 8/22/25 02:34, Stanimir Varbanov wrote: > > Hello, > > > > Changes in v2: > > - In 1/5 updates according to review comments (Nicolas) > > - In 1/5 added Fixes tag (Nicolas) > > - Added Reviewed-by and Acked-by tags. > > > > v1 can found at [1]. > > > > Comments are welcome! > > netdev maintainers, I took patches 4 and 5 through the Broadcom ARM SoC > tree, please take patches 1 through 3 inclusive, or let me know if I > should take patch 2 as well. Thanks for the heads up! Let me take patch 3 right now. I'm a bit unclear on where we landed with the parallel efforts to add the >32b address support :(