From 17e87eace95b8742252707d6719124af6e0f60c0 Mon Sep 17 00:00:00 2001
From: Yuval Mintz <Yuval.Mintz@qlogic.com>
Date: Mon, 22 Aug 2016 08:50:39 +0300
Subject: [PATCH 7/7] ethtool: Document new ethtool advertise speeds
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
(cherry picked from commit 215d157b130c0a4af9bd4122fb69bc9908a22bca)
---
ethtool.8.in | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/ethtool.8.in b/ethtool.8.in
index 009711d..6eec78d 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -580,10 +580,20 @@ lB l lB.
0x80000 10000baseKR Full
0x200000 20000baseMLD2 Full (not supported by IEEE standards)
0x400000 20000baseKR2 Full (not supported by IEEE standards)
+0x80000000 25000baseCR Full
+0x100000000 25000baseKR Full
+0x200000000 25000baseSR Full
0x800000 40000baseKR4 Full
0x1000000 40000baseCR4 Full
0x2000000 40000baseSR4 Full
0x4000000 40000baseLR4 Full
+0x400000000 50000baseCR2 Full
+0x800000000 50000baseKR2 Full
+0x10000000000 50000baseSR2 Full
+0x1000000000 100000baseKR4 Full
+0x2000000000 100000baseSR4 Full
+0x4000000000 100000baseCR4 Full
+0x8000000000 100000baseLR4_ER4 Full
.TE
.TP
.BI phyad \ N
--
1.8.3.1