From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH net-next v2 0/3] net: Support Wake-on-LAN using filters Date: Tue, 7 Aug 2018 10:50:19 -0700 Message-ID: <20180807175023.30399-1-f.fainelli@gmail.com> Cc: Florian Fainelli , andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, davem@davemloft.net, linville@tuxdriver.com To: netdev@vger.kernel.org Return-path: Received: from mail-qk0-f196.google.com ([209.85.220.196]:35271 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727155AbeHGUGL (ORCPT ); Tue, 7 Aug 2018 16:06:11 -0400 Received: by mail-qk0-f196.google.com with SMTP id u21-v6so12060991qku.2 for ; Tue, 07 Aug 2018 10:50:44 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Hi David, John, This is technically a v2, but this patch series builds on your feedback and defines the following: - a new WAKE_* bit: WAKE_FILTER which can be enabled alongside other type of Wake-on-LAN to support waking up on a programmed filter (match + action) - a new RX_CLS_FLOW_WAKE flow action which can be specified by an user when inserting a flow using ethtool::rxnfc, similar to the existing RX_CLS_FLOW_DISC The bcm_sf2 and bcmsysport drivers are updated accordingly to work in concert to allow matching packets at the switch level, identified by their filter location to be used as a match by the SYSTEM PORT (CPU/management controller) during Wake-on-LAN. Let me know if this looks better than the previous incarnation of the patch series. Attached is also the ethtool patch that I would be submitting once the uapi changes are committed. Thank you! Changes in v2: - bail out earlier in bcm_sf2_cfp's get_rxnfc if an error is encountered (Andrew) Florian Fainelli (3): ethtool: Add WAKE_FILTER and RX_CLS_FLOW_WAKE net: dsa: bcm_sf2: Propagate ethtool::rxnfc to CPU port net: systemport: Add support for WAKE_FILTER drivers/net/dsa/bcm_sf2_cfp.c | 43 ++++- drivers/net/ethernet/broadcom/bcmsysport.c | 193 ++++++++++++++++++++- drivers/net/ethernet/broadcom/bcmsysport.h | 11 +- include/uapi/linux/ethtool.h | 5 +- 4 files changed, 239 insertions(+), 13 deletions(-) -- 2.17.1