Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp4843126pxk; Wed, 30 Sep 2020 13:13:07 -0700 (PDT) X-Google-Smtp-Source: ABdhPJym7HS+oUQPdHHIUUhgvcVz9TRD7kPHstdzuIaTH3s115DmRo/iq5oICAFhHlxLyoB4R71m X-Received: by 2002:a17:906:8248:: with SMTP id f8mr4705043ejx.292.1601496787683; Wed, 30 Sep 2020 13:13:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601496787; cv=none; d=google.com; s=arc-20160816; b=iuUl+1G+2jKl/2VC8loLWNcjU2mOmESjlKvZyM+3NNxoocsKqBKNUddhO3hPLf4OyX 2ScYU6IYf3ER+83qXiwSMaEOkzllebYhd+efA7mdk6yqgBpG3NxqEAr22XIiQkq9qAIw Rzg8PsoHU341qPz5Td9KlUV7lpIq48Y13uTE+bTxlxyZIJ8DlowukZp4WAwdAcEWkNqC ERDscI2gfCpfi0OGtNJDdLJEbxkr5+13/4flCBEtIqFEVFHghgSw+kZeXy3zBT4+8heu 0BV8NKYClEJRIdOAVTKOQbgt5azE/c+WUIFsAA8Fbd7hxBzxXaE0KNbNJIJCaTN2WmPe xR5Q== 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=2WZFprvLWTtjrDYdGoJIT6/Gy83sQBalvkj+2cIgMAc=; b=q5P3IQNwsvXnTv55tyEWBf2wR8d35CnE/MTeNli6CM5MOKLPCVn/WXW5xHAjbj46rh JHQPXwy8vOLd2cRgi9ZPmX2Sx/ULn7hqoM5A+wOjy7ZQtI8mdeCO3VbMtKmNiQf6eT7d zGcGLhAfFYpbxazA2tQO8lxt9ZEX1lqrahGXTaZvf0sgi0cAS1IkQYsS4B0C6W5DNIY1 kBlBZMlATNR8mKcrl5pERevnzDIdpcqJ6MGaEmmYQmguENKFKVS8N3JRI/yKMsD1nkYs lfpU30XAwnHf1eETjEMNE6D3k76NtmOOSw1g2S2XkT+U7uMehHKa9c3OfbQxEahtqwQ3 vXZw== 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 a15si2166621eju.46.2020.09.30.13.12.44; Wed, 30 Sep 2020 13:13:07 -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 S1729848AbgI3ULm (ORCPT + 99 others); Wed, 30 Sep 2020 16:11:42 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:36772 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgI3ULm (ORCPT ); Wed, 30 Sep 2020 16:11:42 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kNiRr-00GxFm-Bt; Wed, 30 Sep 2020 22:11:35 +0200 Date: Wed, 30 Sep 2020 22:11:35 +0200 From: Andrew Lunn To: Florian Fainelli Cc: Jisheng Zhang , Heiner Kallweit , Russell King , "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC] net: phy: add shutdown hook to struct phy_driver Message-ID: <20200930201135.GX3996795@lunn.ch> References: <20200930174419.345cc9b4@xhacker.debian> <20200930190911.GU3996795@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 30, 2020 at 01:07:19PM -0700, Florian Fainelli wrote: > > > On 9/30/2020 12:09 PM, Andrew Lunn wrote: > > On Wed, Sep 30, 2020 at 05:47:43PM +0800, Jisheng Zhang wrote: > > > Hi, > > > > > > A GE phy supports pad isolation which can save power in WOL mode. But once the > > > isolation is enabled, the MAC can't send/receive pkts to/from the phy because > > > the phy is "isolated". To make the PHY work normally, I need to move the > > > enabling isolation to suspend hook, so far so good. But the isolation isn't > > > enabled in system shutdown case, to support this, I want to add shutdown hook > > > to net phy_driver, then also enable the isolation in the shutdown hook. Is > > > there any elegant solution? > > > > > Or we can break the assumption: ethernet can still send/receive pkts after > > > enabling WoL, no? > > > > That is not an easy assumption to break. The MAC might be doing WOL, > > so it needs to be able to receive packets. > > > > What you might be able to assume is, if this PHY device has had WOL > > enabled, it can assume the MAC does not need to send/receive after > > suspend. The problem is, phy_suspend() will not call into the driver > > is WOL is enabled, so you have no idea when you can isolate the MAC > > from the PHY. > > > > So adding a shutdown in mdio_driver_register() seems reasonable. But > > you need to watch out for ordering. Is the MDIO bus driver still > > running? > > If your Ethernet MAC controller implements a shutdown callback and that > callback takes care of unregistering the network device which should also > ensure that phy_disconnect() gets called, then your PHY's suspend function > will be called. Hi Florian I could be missing something here, but: phy_suspend does not call into the PHY driver if WOL is enabled. So Jisheng needs a way to tell the PHY it should isolate itself from the MAC, and suspend is not that. Andrew