All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net-next: ethtool: Added port speed macros.
@ 2015-05-18 11:01 Parav Pandit
  2015-05-18 15:46 ` David Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Parav Pandit @ 2015-05-18 11:01 UTC (permalink / raw)
  To: netdev; +Cc: bwh, davem, parav.pandit


Signed-off-by: Parav Pandit <parav.pandit@avagotech.com>
---
 include/uapi/linux/ethtool.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
index 2e49fc8..ae832b4 100644
--- a/include/uapi/linux/ethtool.h
+++ b/include/uapi/linux/ethtool.h
@@ -1264,15 +1264,19 @@ enum ethtool_sfeatures_retval_bits {
  * it was forced up into this mode or autonegotiated.
  */
 
-/* The forced speed, 10Mb, 100Mb, gigabit, [2.5|10|20|40|56]GbE. */
+/* The forced speed, 10Mb, 100Mb, gigabit, [2.5|5|10|20|25|40|50|56|100]GbE. */
 #define SPEED_10		10
 #define SPEED_100		100
 #define SPEED_1000		1000
 #define SPEED_2500		2500
+#define SPEED_5000		5000
 #define SPEED_10000		10000
 #define SPEED_20000		20000
+#define SPEED_25000		25000
 #define SPEED_40000		40000
+#define SPEED_50000		50000
 #define SPEED_56000		56000
+#define SPEED_100000		100000
 
 #define SPEED_UNKNOWN		-1
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-05-19 20:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 11:01 [PATCH] net-next: ethtool: Added port speed macros Parav Pandit
2015-05-18 15:46 ` David Miller
2015-05-19  4:45   ` Parav Pandit
2015-05-19 16:32     ` David Miller
2015-05-19 16:41       ` Parav Pandit
2015-05-19 17:00   ` Ben Hutchings
2015-05-19 18:52     ` David Miller
2015-05-19 20:32       ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.