Blame SOURCES/0042-man-Add-man-page-for-setting-lanes-parameter.patch

6975f2
From c8883327ddbbdcc8241104a98800bd50c0a667e1 Mon Sep 17 00:00:00 2001
6975f2
From: Danielle Ratson <danieller@nvidia.com>
6975f2
Date: Wed, 10 Feb 2021 15:48:40 +0200
6975f2
Subject: [PATCH 42/42] man: Add man page for setting lanes parameter
6975f2
6975f2
Lanes parameter was added for setting using ethtool.
6975f2
6975f2
Update the man page to include the new parameter.
6975f2
6975f2
Signed-off-by: Danielle Ratson <danieller@nvidia.com>
6975f2
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
6975f2
(cherry picked from commit e2a120e1d44e6c4d64f53ac78c9c08427922b33b)
6975f2
---
6975f2
 ethtool.8.in | 4 ++++
6975f2
 1 file changed, 4 insertions(+)
6975f2
6975f2
diff --git a/ethtool.8.in b/ethtool.8.in
6975f2
index e0601b3db0cf..3a7a8f947cc1 100644
6975f2
--- a/ethtool.8.in
6975f2
+++ b/ethtool.8.in
6975f2
@@ -251,6 +251,7 @@ ethtool \- query or control network driver and hardware settings
6975f2
 .B ethtool \-s
6975f2
 .I devname
6975f2
 .BN speed
6975f2
+.BN lanes
6975f2
 .B2 duplex half full
6975f2
 .B4 port tp aui bnc mii fibre da
6975f2
 .B3 mdix auto on off
6975f2
@@ -682,6 +683,9 @@ Set speed in Mb/s.
6975f2
 .B ethtool
6975f2
 with just the device name as an argument will show you the supported device speeds.
6975f2
 .TP
6975f2
+.BI lanes \ N
6975f2
+Set number of lanes.
6975f2
+.TP
6975f2
 .A2 duplex half full
6975f2
 Sets full or half duplex mode.
6975f2
 .TP
6975f2
-- 
6975f2
2.31.1
6975f2