From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH net-next v2 3/7] net: aquantia: implement WOL support Date: Thu, 6 Sep 2018 15:34:01 +0200 Message-ID: <20180906133401.GB7376@lunn.ch> References: <66632a61b9d43ffe804de8abf3a09ec825ff2754.1536233536.git.igor.russkikh@aquantia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "David S . Miller" , netdev@vger.kernel.org, Yana Esina , Nikita Danilov To: Igor Russkikh Return-path: Received: from vps0.lunn.ch ([185.16.172.187]:54640 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729141AbeIFSJj (ORCPT ); Thu, 6 Sep 2018 14:09:39 -0400 Content-Disposition: inline In-Reply-To: <66632a61b9d43ffe804de8abf3a09ec825ff2754.1536233536.git.igor.russkikh@aquantia.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, Sep 06, 2018 at 04:05:58PM +0300, Igor Russkikh wrote: > From: Yana Esina > > Add WOL support. Currently only magic packet > (ethtool -s wol g) feature is implemented. > > Remove hw_set_power and move that to FW_OPS set_power: > because WOL configuration behaves differently on 1x and 2x > firmwares Hi Igor, Yana It looks like the set_power refactor could of been a patch of its own. Then add the WOL support as a second patch. In the future, try to make a patch do one thing, and only one thing. It makes them easier to review. Andrew