Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp2928254pxb; Mon, 19 Apr 2021 18:24:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyZtn/0TcpXVocwP4DX2TBcKMWKpYvBIF1sJs3chPkxdyJWWWzScIGesSuNa6rRW1Za6ChI X-Received: by 2002:a05:6402:3591:: with SMTP id y17mr6929592edc.67.1618881851659; Mon, 19 Apr 2021 18:24:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618881851; cv=none; d=google.com; s=arc-20160816; b=h8Kr8aq6geZPOtH3sP1bWD0SCeLvHj6pHyA6EuBoVDklHNpQTvW01wjKqZcwV9OJhV eyMMxmHy/7jkmkvW2LfvPTYKCO9zHgY7pDEwXNwcV4DVSs9WMkSto24qTjxZKKr2TyW/ uKpPjkw8SQ5j7khjY+aplRRJUOlISpz8Grz0rUtRZ8zIbM6yh4LI1Xo7D4R0UQk96HDX Xao0vicNaA4DAvB7Pz+ZxiVmBESbJMbGaAzjNBQR5i24ViRmT0wh3OQiwf+vQUhov+Dc +TA8CHqbZMAakVI2xxBLHCBYMXnJfOK0YRTIABYOBI8WJhQhKDvdEgZaDiH9yVzu7SJ+ 0M6Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=IlTxXH6RJP5/DiSvjSve5zS+FqofsxIIojjaWkPWQC4=; b=P+9NPC/Dx9l5Rz4ygpLVi5ZSqIwFLEItqS9jPQXu056l19Hm4qIqcLYoS0rF38507j CXXUfTr1Wwbii/hBRdsUCRtT4qj8jJTTUHEd2qQGUBY3i7o/0VSlQ+zWld6KDMCRH8jA KcFG8o2f9kK2271BXQw6aKqipVELDPY0y9iereheDV/jihhsUCw5lbq0BQVOTC2x9Zdj U8E5Qpg8hJbSG4aQwVf2934aaGkntnhLrCEzJDa5kbVGMsNJWCKxAXf6V3GnVqsw7/Nt R3o70Lp5P3DcAdfpT/TuXFhlmh+H/uYpF22dsMgrGBSth9lIUuQ6KGzV7NItz01UeIlH qfrg== 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 f8si13041299edy.245.2021.04.19.18.23.47; Mon, 19 Apr 2021 18:24:11 -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 S232957AbhDTBW6 (ORCPT + 99 others); Mon, 19 Apr 2021 21:22:58 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:59304 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229994AbhDTBW6 (ORCPT ); Mon, 19 Apr 2021 21:22:58 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lYf5h-0001Ss-Cj; Tue, 20 Apr 2021 03:22:13 +0200 Date: Tue, 20 Apr 2021 03:22:13 +0200 From: Andrew Lunn To: Ilya Lipnitskiy Cc: "David S. Miller" , Jakub Kicinski , Rob Herring , Felix Fietkau , John Crispin , Sean Wang , Mark Lee , Matthias Brugger , Russell King , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, =?iso-8859-1?Q?Ren=E9?= van Dorst Subject: Re: [PATCH net-next v2 2/2] net: ethernet: mediatek: support custom GMAC label Message-ID: References: <20210419154659.44096-1-ilya.lipnitskiy@gmail.com> <20210419154659.44096-3-ilya.lipnitskiy@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210419154659.44096-3-ilya.lipnitskiy@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 19, 2021 at 08:46:59AM -0700, Ilya Lipnitskiy wrote: > The MAC device name can now be set within DTS file instead of always > being "ethX". This is helpful for DSA to clearly label the DSA master > device and distinguish it from DSA slave ports. > > For example, some devices, such as the Ubiquiti EdgeRouter X, may have > ports labeled ethX. Labeling the master GMAC with a different prefix > than DSA ports helps with clarity. > > Suggested-by: Ren? van Dorst > Signed-off-by: Ilya Lipnitskiy Reviewed-by: Andrew Lunn Andrew