Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp268127pxu; Tue, 1 Dec 2020 10:43:54 -0800 (PST) X-Google-Smtp-Source: ABdhPJzEoMvyiJvj3n1jpVLlBrN0I6pjLt/NJSJ8JSAoiTTRB9iDWIzeHgmvlz/S9l+yahrKxV9K X-Received: by 2002:a50:d555:: with SMTP id f21mr4391010edj.70.1606848234320; Tue, 01 Dec 2020 10:43:54 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606848234; cv=none; d=google.com; s=arc-20160816; b=XcXQRLspbjqMVtUIrfv1XU9Nebz/0vL5NBlOtIgWlaP4X+XRUsYH6yMLvuCBWCm7ay f9L/xt3Cpg1uo/dbh3OOrN1ZtJnswWPx/zjqKNQCNb759wP2agZ413Nq/IUu/A4C7hdH RwlshPPupkvK89hqwWieZs8PT+cfPIcuD0ypT4DqpObpLocvLfAezL9uvl+bk48ANcTR UTsB31wAU9HBRzxsc8E7juuadW6c474lVfS2sVc1YSyYydThI95OnGdmS5exRC/igLof RW5adumoByD6DzaOIMm5G1jOqrR1pUcbtaVMpYVpWxTBJie4y06b1icFBUiwrMCdbSw0 486Q== 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-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=fE9AhzL2ud674v9DZJsU5Da4SMgyrj9QwCoJy17G1Tw=; b=SfDwT/LrfyEqN33couGuwPAvPbxSxVidrlsTWnvvgfXha7DhNjsC1EM566q1QzRZ2t nmYr67NYo4l8CxuF7iGszLskUTQRBEyuzsOCUxI+LhI5Di62fRcG9gRyj/Jb1+hsaL2+ a1XKMCliUch9XQexMOBS9dR0WkHmj0N5aZGgsihK3SzTzC+j4gQBiAOf29LNjHQ4LbgY qaOqOAEO3hsfjnhZftrH1m30GvwsEYiXTgpCSB0odnrb9rTUIGjd5SQ90ta3RWFnxTnu PI3usXpSHnQffVaT8Sy05GKYiEJDYyLzA3K5ef5F6yTBlsiPluLqDUw0iSY72fqwXQhl Fyeg== 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 q19si432551ejc.594.2020.12.01.10.43.30; Tue, 01 Dec 2020 10:43:54 -0800 (PST) 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 S1730020AbgLASlp (ORCPT + 99 others); Tue, 1 Dec 2020 13:41:45 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:60418 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728249AbgLASlp (ORCPT ); Tue, 1 Dec 2020 13:41:45 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kkAaC-009jeQ-Lp; Tue, 01 Dec 2020 19:41:00 +0100 Date: Tue, 1 Dec 2020 19:41:00 +0100 From: Andrew Lunn To: Jean Pihet Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Ryan Barnett , Conrad Ratschan , Hugo Cornelis , Arnout Vandecappelle Subject: Re: [PATCH v2] net: dsa: ksz8795: adjust CPU link to host interface Message-ID: <20201201184100.GN2073444@lunn.ch> References: <20201201083408.51006-1-jean.pihet@newoldbits.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201201083408.51006-1-jean.pihet@newoldbits.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 01, 2020 at 09:34:08AM +0100, Jean Pihet wrote: > Add support for RGMII in 100 and 1000 Mbps. > > Adjust the CPU port settings from the host interface settings: interface > MII type, speed, duplex. Hi Jean You have still not explained why this is needed. Why? is always the important question to answer in the commit message. The What? is obvious from reading the patch. Why does you board need this, when no over board does? Thanks Andrew