From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Branden Subject: [PATCH v3 0/3] ethtool: add ETHTOOL_RESET support via --reset command Date: Tue, 12 Dec 2017 12:20:00 -0800 Message-ID: <1513110003-10543-1-git-send-email-scott.branden@broadcom.com> Cc: BCM Kernel Feedback , Steve Lin , Michael Chan , netdev@vger.kernel.org, Paul Greenwalt , Stephen Hemminger , Scott Branden To: "John W. Linville" Return-path: Received: from mail-qt0-f196.google.com ([209.85.216.196]:34174 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752228AbdLLUUR (ORCPT ); Tue, 12 Dec 2017 15:20:17 -0500 Received: by mail-qt0-f196.google.com with SMTP id 33so344079qtv.1 for ; Tue, 12 Dec 2017 12:20:16 -0800 (PST) Sender: netdev-owner@vger.kernel.org List-ID: 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 Changes from v2: - update commit message to indicate support for ap - add symbolic support for parsing of -shared added to each component specified - cleaned up reset print information to indicate which components have and have not been reset 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 | 68 +++++++++++++++++++++++++++++++- ethtool.c | 121 +++++++++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 241 insertions(+), 16 deletions(-) -- 2.5.0