mbox series

[v2,0/3] ethtool: add ETHTOOL_RESET support via --reset command

Message ID 1512507203-17693-1-git-send-email-scott.branden@broadcom.com
Headers show
Series ethtool: add ETHTOOL_RESET support via --reset command | expand

Message

Scott Branden Dec. 5, 2017, 8:53 p.m. UTC
Patch series to add ETHTOOL_RESET support to ethtool userspace tool.
Include:
- revert custom change to ethtool-copy.h that is not in linux kernel
- sync ethtool-copy.h with ethtool.h in linux kernel net-next
- add ETHTOOL_RESET support with up to date ethtool.h reset defines

Scott Branden (3):
  Revert "ethtool: Add DMA Coalescing support"
  ethtool-copy.h: sync with net-next
  ethtool: Add ETHTOOL_RESET support via --reset command

 ethtool-copy.h | 68 ++++++++++++++++++++++++++++++++++++++++++-----
 ethtool.8.in   | 59 +++++++++++++++++++++++++++++++++++++++--
 ethtool.c      | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 194 insertions(+), 16 deletions(-)