[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406050268-13329-3-git-send-email-_govind@gmx.com>
Date: Tue, 22 Jul 2014 23:01:07 +0530
From: Govindarajulu Varadarajan <_govind@....com>
To: davem@...emloft.net, netdev@...r.kernel.org, ben@...adent.org.uk
Cc: ssujith@...co.com, benve@...co.com,
Govindarajulu Varadarajan <_govind@....com>
Subject: [PATCH net-next 2/3] ethtool: add rx_copybreak support
This patch adds rx_copybreak support to ethtool.h header file.
This is used to show/set rx_copybreak using ethtool.
Signed-off-by: Govindarajulu Varadarajan <_govind@....com>
---
include/uapi/linux/ethtool.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
index e3c7a71..d2912ad 100644
--- a/include/uapi/linux/ethtool.h
+++ b/include/uapi/linux/ethtool.h
@@ -433,10 +433,12 @@ struct ethtool_ringparam {
__u32 rx_mini_max_pending;
__u32 rx_jumbo_max_pending;
__u32 tx_max_pending;
+ __u32 rx_max_copybreak_pending;
__u32 rx_pending;
__u32 rx_mini_pending;
__u32 rx_jumbo_pending;
__u32 tx_pending;
+ __u32 rx_copybreak_pending;
};
/**
--
2.0.2
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists