Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1569005 > unrolled thread

[PATCH net] net: ethtool: add support for 2500BaseT and 5000BaseT link modes

Started byPavel Belous <pavel.s.belous@gmail.com>
First post2017-01-28 21:10 +0100
Last post2017-01-30 16:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH net] net: ethtool: add support for 2500BaseT and 5000BaseT link modes Pavel Belous <pavel.s.belous@gmail.com> - 2017-01-28 21:10 +0100
    Re: [PATCH net] net: ethtool: add support for 2500BaseT and  5000BaseT link modes David Miller <davem@davemloft.net> - 2017-01-30 16:20 +0100

#1569005 — [PATCH net] net: ethtool: add support for 2500BaseT and 5000BaseT link modes

FromPavel Belous <pavel.s.belous@gmail.com>
Date2017-01-28 21:10 +0100
Subject[PATCH net] net: ethtool: add support for 2500BaseT and 5000BaseT link modes
Message-ID<t4HtT-5Z7-7@gated-at.bofh.it>
This patch introduce support for 2500BaseT and 5000BaseT link modes.
These modes are included in the new IEEE 802.3bz standard.

Signed-off-by: Pavel Belous <pavel.s.belous@gmail.com>
---
 include/uapi/linux/ethtool.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
index f0db778..3dc91a4 100644
--- a/include/uapi/linux/ethtool.h
+++ b/include/uapi/linux/ethtool.h
@@ -1384,6 +1384,8 @@ enum ethtool_link_mode_bit_indices {
 	ETHTOOL_LINK_MODE_10000baseLR_Full_BIT	= 44,
 	ETHTOOL_LINK_MODE_10000baseLRM_Full_BIT	= 45,
 	ETHTOOL_LINK_MODE_10000baseER_Full_BIT	= 46,
+	ETHTOOL_LINK_MODE_2500baseT_Full_BIT	= 47,
+	ETHTOOL_LINK_MODE_5000baseT_Full_BIT	= 48,
 
 
 	/* Last allowed bit for __ETHTOOL_LINK_MODE_LEGACY_MASK is bit
@@ -1393,7 +1395,7 @@ enum ethtool_link_mode_bit_indices {
 	 */
 
 	__ETHTOOL_LINK_MODE_LAST
-	  = ETHTOOL_LINK_MODE_10000baseER_Full_BIT,
+	  = ETHTOOL_LINK_MODE_5000baseT_Full_BIT,
 };
 
 #define __ETHTOOL_LINK_MODE_LEGACY_MASK(base_name)	\
-- 
2.7.4

[toc] | [next] | [standalone]


#1569822 — Re: [PATCH net] net: ethtool: add support for 2500BaseT and 5000BaseT link modes

FromDavid Miller <davem@davemloft.net>
Date2017-01-30 16:20 +0100
SubjectRe: [PATCH net] net: ethtool: add support for 2500BaseT and 5000BaseT link modes
Message-ID<t5lUn-5y4-35@gated-at.bofh.it>
In reply to#1569005
From: Pavel Belous <pavel.s.belous@gmail.com>
Date: Sat, 28 Jan 2017 22:53:28 +0300

> This patch introduce support for 2500BaseT and 5000BaseT link modes.
> These modes are included in the new IEEE 802.3bz standard.
> 
> Signed-off-by: Pavel Belous <pavel.s.belous@gmail.com>

Applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web