Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2055205pxb; Thu, 11 Feb 2021 03:14:29 -0800 (PST) X-Google-Smtp-Source: ABdhPJyCmCmlTym/e6aiZwPeyePt0cVpdFsh092ywHTdBmOBnzKTctJvKdl+dTnDlvslWUaxBsCL X-Received: by 2002:a17:906:178d:: with SMTP id t13mr7820992eje.455.1613042069389; Thu, 11 Feb 2021 03:14:29 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613042069; cv=none; d=google.com; s=arc-20160816; b=EUvwE1i3BZeVQpMIZvD0pEQDOr8iKFcUOOWPZ/zrwQyANPIQnI0cu0HPXddjT2qR2s xvqHOrpabOOGpIgvNl5gCYoAM0eCpMh03nhhmb5BRIxLjchwPAatsZRPXjJpJzA7di0X 9MUDWORUQVx05U9e7wYELQCq3VtUMgRBEiAq/DGuqxVHSTTNl3z0Z5Kcl9++w0r+O8Q3 oOV86t6SBaLmR0otpoONAluh7dW9xh7aaA8faklbTDke85gX0+49aZOBak9ETfk+5rdS K/jb7gQiar+zrea/j0DvpQQg5AQGZ7itwE9Ss8qx3WMRtr4mShEqyu5zArl58YuJp3/S 9Arw== 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=TOb4GJDYdOjf+pYllZ7JCjUqwKS1twJGOxvXwLCQBq0=; b=cxh9fEH2EOh5xCvlOhcgdiE/CT6aqapcVKo5xdymvoVdc+kXBC5skrAv2WDFbtq1Mo g0ZdsW4pjzrw5qW6rl7Mu3F4NKILFezPTljgtZ5OrLzZm6itvzbs5hHMgbmbEis8rY3A XFCV5znsgLFJILqxxF8uBEwElGQ4H2PTRrblsftMvjyPgmuqYRrcA7uCxk4vNAzEXYUR 7mOV4KHPlXg6ESzvuSVAakKGPvcv6ywKo7QEJng8HiHJaaYI1teOhppI4jFbAZFKJxzK kL1zUrBQsbsH3Au7YCygZDfiWa1EZQquuVlAWr6LJzi6QJxDqpxj4CoCyR1drjR4AKQh btbw== 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 kl21si3726440ejc.630.2021.02.11.03.14.05; Thu, 11 Feb 2021 03:14:29 -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 S231354AbhBKLMr (ORCPT + 99 others); Thu, 11 Feb 2021 06:12:47 -0500 Received: from mail.baikalelectronics.com ([87.245.175.226]:36896 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230305AbhBKKx4 (ORCPT ); Thu, 11 Feb 2021 05:53:56 -0500 Date: Thu, 11 Feb 2021 13:52:42 +0300 From: Serge Semin To: Russell King - ARM Linux admin CC: Serge Semin , Heiner Kallweit , Jose Abreu , Andrew Lunn , Joao Pinto , , Alexandre Torgue , , , Alexey Malahov , Jose Abreu , Pavel Parkhomenko , Maxime Coquelin , Jakub Kicinski , Giuseppe Cavallaro , Vyacheslav Mitrofanov , "David S. Miller" , Subject: Re: [PATCH 01/20] net: phy: realtek: Fix events detection failure in LPI mode Message-ID: <20210211105242.xqdxdcnxrsgwbcvx@mobilestation> References: <20210208140341.9271-1-Sergey.Semin@baikalelectronics.ru> <20210208140341.9271-2-Sergey.Semin@baikalelectronics.ru> <8300d9ca-b877-860f-a975-731d6d3a93a5@gmail.com> <20210209101528.3lf47ouaedfgq74n@mobilestation> <20210209105646.GP1463@shell.armlinux.org.uk> <20210210164720.migzigazyqsuxwc6@mobilestation> <20210211103941.GW1463@shell.armlinux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20210211103941.GW1463@shell.armlinux.org.uk> X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2021 at 10:39:41AM +0000, Russell King - ARM Linux admin wrote: > On Wed, Feb 10, 2021 at 07:47:20PM +0300, Serge Semin wrote: > > On Tue, Feb 09, 2021 at 10:56:46AM +0000, Russell King - ARM Linux admin wrote: > > > On Tue, Feb 09, 2021 at 11:37:29AM +0100, Heiner Kallweit wrote: > > > > Right, adding something like a genphy_{read,write}_mmd() doesn't make > > > > too much sense for now. What I meant is just exporting mmd_phy_indirect(). > > > > Then you don't have to open-code the first three steps of a mmd read/write. > > > > And it requires no additional code in phylib. > > > > > > ... but at the cost that the compiler can no longer inline that code, > > > as I mentioned in my previous reply. (However, the cost of the accesses > > > will be higher.) On the plus side, less I-cache footprint, and smaller > > > kernel code. > > > > Just to note mmd_phy_indirect() isn't defined with inline specifier, > > but just as static and it's used twice in the > > drivers/net/phy/phy-core.c unit. So most likely the compiler won't > > inline the function code in there. > > You can't always tell whether the compiler will inline a static function > or not. > > > Anyway it's up to the PHY > > library maintainers to decide. Please settle the issue with Heiner and > > Andrew then. I am ok with both solutions and will do as you decide. > > FYI, *I* am one of the phylib maintainers. Of course I saw you in the list of maintainers. My message was that currently two maintainers claims contradicting requests. Thus in order to go further with this patch first you need to get to some agreement between yourself. That's why we need to have a response from Hainer about your arguments against his suggestion. -Sergey > > -- > RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ > FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!