From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (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 82387E54B for ; Sun, 1 Mar 2026 12:20:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772367622; cv=none; b=iJDSvBKnOXR/d5LiM1hLYJhuU/GK2/bXsG6ln/1j7/k5vq81SA2KXbRWvrJBI96lJwfZadExCa4SkRUAbcSaKzMBpVEEGC5YeY85jP/nnesFk+ex1B+fwF1H+31RsNDU0uWHkpRqi7GJ/l2R5uLNzWhaFDBeblAGOqcubtKtaIo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772367622; c=relaxed/simple; bh=OZ3Xhz2M9cgusIxXFISulXJZ+bLz5loyYHcjKn6ujeI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DwrI1jsRmQEfJ4Dyh/kOYfUYIWkkkh/9bdVvE+cb9Q6BQtjyiC6vOOHi2uuxANGpV+2F38WrdnJC/B4GRFGqFlYVE+NAc8FYLQ4xYupSRBqvxOIl60PDHPASMex6UMKjJGxe2S1dtgVlr7nsRleFZXDPCnFVVPBpRqQvzHPIjmE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.99) (envelope-from ) id 1vwfTr-000000000Rd-1C0p; Sun, 01 Mar 2026 12:01:03 +0000 Date: Sun, 1 Mar 2026 12:00:55 +0000 From: Daniel Golle To: Vladimir Oltean Cc: Joris Vaisvila , netdev@vger.kernel.org, Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman Subject: Re: [RFC 0/2 net-next] net: dsa: MT7628 embedded switch initial support Message-ID: References: <20260228185242.800836-1-joey@tinyisr.com> <20260228234031.bimzpo4mmu6t5rty@skbuf> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260228234031.bimzpo4mmu6t5rty@skbuf> On Sun, Mar 01, 2026 at 01:40:31AM +0200, Vladimir Oltean wrote: > [...] > I looked at arch/mips/boot/dts/ralink/mt7628a.dtsi and found nothing > Ethernet-related. So it's a bit hard to comment from me whether this is > an instance of mtk_eth_soc.c or something, that is being used as a DSA > conduit. Case in which your architectural choice is fine. Yes, the SoC Ethernet is supported by mtk_eth_soc.c, the reason why it is still missing in mt7628a.dtsi is preceisely because there is no way to actually use without a DSA/switch driver.