From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH ethtool] ethtool: Add support for WAKE_FILTER Date: Fri, 03 Aug 2018 13:18:30 -0700 (PDT) Message-ID: <20180803.131830.2143657803214300692.davem@davemloft.net> References: <56447ed2-c441-81e5-3219-b2f6329366d1@gmail.com> <20180803.120737.323954671047489933.davem@davemloft.net> <8f93154f-ab52-713c-e306-5a79b1dbfe47@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linville@tuxdriver.com, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com To: f.fainelli@gmail.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:39346 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728470AbeHCWQT (ORCPT ); Fri, 3 Aug 2018 18:16:19 -0400 In-Reply-To: <8f93154f-ab52-713c-e306-5a79b1dbfe47@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Florian Fainelli Date: Fri, 3 Aug 2018 12:58:12 -0700 > For instance, in the current HW, you can program 128 filters through > the switch, but only 8 of those could be wake-up capable at the > CPU/management (SYSTEM PORT) level. Yes, I noticed this in the driver patches. > Let me cook something that does just that and re-post. > > Thanks for your feedback! No problem.