Re: [PATCH ethtool v2 0/3] ethtool: Wake-on-LAN using filters

2018-08-16 Thread John W. Linville
On Thu, Aug 09, 2018 at 11:03:59AM -0700, Florian Fainelli wrote:
> 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(-)

Thanks, Florian -- LGTM!

Patches merged and pushed-out, queued for next release (probably next week)...

John
-- 
John W. LinvilleSomeday the world will need a hero, and you
linvi...@tuxdriver.com  might be all we have.  Be ready.


[PATCH ethtool v2 0/3] ethtool: Wake-on-LAN using filters

2018-08-09 Thread Florian Fainelli
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