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

2017-01-30 Thread David Miller
From: Pavel Belous 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 Applied.

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

2017-01-28 Thread Pavel Belous
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 --- include/uapi/linux/ethtool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/linux/ethtool.h b/inclu