Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp1654210pxb; Thu, 28 Oct 2021 07:41:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxjdI5GYXyUTDYZsswK/MzlGreoAWVH/TfTdAkeoQWqrVQ8G9P59EkUB3ntmqAnU8NHKjVh X-Received: by 2002:a17:906:c20e:: with SMTP id d14mr6119064ejz.80.1635432074448; Thu, 28 Oct 2021 07:41:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635432074; cv=none; d=google.com; s=arc-20160816; b=wmiP8+CdDrA0KgoUuKEhZ/8O4NX51l/0S28ZeKEByc/HViWkOLAuqiXmRua5cC5DBc VnKvGmf0HpVFEgIST10OXc8QR8WwseGlyESSxgyTu3gY/FY0tE5D5tVg3gDpdbhlJKxh 0p+7QuUVA0VBgnvICYCro79e4Bqj68f50StPI0UbdH0IgViAR4o41QX5qxnJClcgjF8o l5ij/3LqLjyRDGpXbSfvQWk5BFGX5YtQFjtHlVTEQ5t+1DHuW/xhkB63+nbZ6q58p1Jn Hd0f2ChnTecQjQYeHfz1xJm8fvxb9Or0R0+JW9pQFuz69sUFO/SRKRSptqZrcWkMeQxt SxRg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=qUe+hTHxoXE+mTNM5aQ+nBHGRZe0XL+SpXVHILV9Qg4=; b=EHFkwiV3ZuVW7pOPfrwhwX4PmCDD8Vn0S7HPLTNtmZ6HvYMD9KMGEVp0b2Mq4Rush/ 4AEGzMn0tmT+f2TPxxjZISkGxjuI3j8nqylgXn15Fg7G9ZSQn7wWSsDLlmccwq9w39HB XGfo5cSt7OZ8GqVTAeJOiJYZNSvHm45f0wNuO+8aQNFXJynyLngKKLGAj1+UyDv/ZP7f FrrzMwM1WCnpMk9zK6s9qz3BQS896nOqo0EzKziNYcOolUNa0WNjlm30O590fMwtfMRc dxoQOs8kXy3HvfTjFLd2qO2J3QUnd8W8MgZCPiXF2XwaY9eADGVqAnRtt1ZrEQUTI97f yrcw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id sh6si4361054ejc.147.2021.10.28.07.40.50; Thu, 28 Oct 2021 07:41:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231343AbhJ1OlI convert rfc822-to-8bit (ORCPT + 99 others); Thu, 28 Oct 2021 10:41:08 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:54037 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231340AbhJ1Ok5 (ORCPT ); Thu, 28 Oct 2021 10:40:57 -0400 Received: (Authenticated sender: clement.leger@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 7BEA024000F; Thu, 28 Oct 2021 14:38:26 +0000 (UTC) Date: Thu, 28 Oct 2021 16:38:25 +0200 From: =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= To: Vladimir Oltean Cc: "David S. Miller" , Jakub Kicinski , Rob Herring , Claudiu Manoil , Alexandre Belloni , "UNGLinuxDriver@microchip.com" , Andrew Lunn , "netdev@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/3] net: ocelot: add support to get mac from device-tree Message-ID: <20211028163825.7ccb1dea@xps-bootlin> In-Reply-To: <20211028142254.mbm7gczhhb4h5g3n@skbuf> References: <20211028134932.658167-1-clement.leger@bootlin.com> <20211028134932.658167-2-clement.leger@bootlin.com> <20211028140611.m7whuwrzqxp2t53f@skbuf> <20211028161522.6b711bb2@xps-bootlin> <20211028142254.mbm7gczhhb4h5g3n@skbuf> Organization: Bootlin X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le Thu, 28 Oct 2021 14:22:55 +0000, Vladimir Oltean a écrit : > On Thu, Oct 28, 2021 at 04:15:22PM +0200, Clément Léger wrote: > > Le Thu, 28 Oct 2021 14:06:12 +0000, > > Vladimir Oltean a écrit : > > > > > On Thu, Oct 28, 2021 at 03:49:30PM +0200, Clément Léger wrote: > > > > Add support to get mac from device-tree using > > > > of_get_mac_address. > > > > > > > > Signed-off-by: Clément Léger > > > > --- > > > > drivers/net/ethernet/mscc/ocelot_vsc7514.c | 5 ++++- > > > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > > > > > diff --git a/drivers/net/ethernet/mscc/ocelot_vsc7514.c > > > > b/drivers/net/ethernet/mscc/ocelot_vsc7514.c index > > > > d51f799e4e86..c39118e5b3ee 100644 --- > > > > a/drivers/net/ethernet/mscc/ocelot_vsc7514.c +++ > > > > b/drivers/net/ethernet/mscc/ocelot_vsc7514.c @@ -526,7 +526,10 > > > > @@ static int ocelot_chip_init(struct ocelot *ocelot, const > > > > struct ocelot_ops *ops) ocelot_pll5_init(ocelot); > > > > > > > > - eth_random_addr(ocelot->base_mac); > > > > + ret = of_get_mac_address(ocelot->dev->of_node, > > > > ocelot->base_mac); > > > > > > Why not per port? This is pretty strange, I think. > > > > Hi Vladimir, > > > > Currently, all ports share the same base mac address (5 first > > bytes). The final mac address per port is computed in > > ocelot_probe_port by adding the port number as the last byte of the > > mac_address provided. > > > > Clément > > Yes, I know that, but that's not my point. > Every switch port should be pretty much compliant with > ethernet-controller.yaml, if it could inherit that it would be even > better. And since mac-address is an ethernet-controller.yaml property, > it is pretty much non-obvious at all that you put the mac-address > property directly under the switch, and manually add 0, 1, 2, 3 etc > to it. My request was to parse the mac-address property of each port. > Like this: > > base_mac = random; > > for_each_port() { > err = of_get_mac_address(port_dn, &port_mac); > if (err) > port_mac = base_mac + port; > } Ok indeed. So I will parse each port for a mac-address property. Do you also want a fallback to use the switch base mac if not specified in port or should I keep the use of a default random mac as the base address anyway ? > > > > > + if (ret) > > > > + eth_random_addr(ocelot->base_mac); > > > > + > > > > ocelot->base_mac[5] &= 0xf0; > > > > > > > > return 0; > > > > -- > > > > 2.33.0 > > > >