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