From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH ethtool v2 0/3] ethtool: Wake-on-LAN using filters Date: Thu, 9 Aug 2018 11:03:59 -0700 Message-ID: <20180809180402.19430-1-f.fainelli@gmail.com> Cc: davem@davemloft.net, andrew@lunn.ch, Florian Fainelli To: netdev@vger.kernel.org, linville@tuxdriver.com Return-path: Received: from mail-pf1-f196.google.com ([209.85.210.196]:40674 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727025AbeHIUaT (ORCPT ); Thu, 9 Aug 2018 16:30:19 -0400 Received: by mail-pf1-f196.google.com with SMTP id e13-v6so3202213pff.7 for ; Thu, 09 Aug 2018 11:04:21 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi John, This patch series syncs up ethtool-copy.h to get the new definitions required for supporting wake-on-LAN using filters: WAKE_FILTER and RX_CLS_FLOW_WAKE and then updates the rxclass.c code to allow us to specify action -2 (RX_CLS_FLOW_WAKE). Let me know if you would like this to be done differently. Thanks! Changes in v2: - properly put the man page hunk describing action -2 into patch #3 Florian Fainelli (3): ethtool-copy.h: sync with net-next ethtool: Add support for WAKE_FILTER (WoL using filters) ethtool: Add support for action value -2 (wake-up filter) ethtool-copy.h | 15 +++++++++++---- ethtool.8.in | 4 +++- ethtool.c | 5 +++++ rxclass.c | 8 +++++--- 4 files changed, 24 insertions(+), 8 deletions(-) -- 2.17.1