aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGovindarajulu Varadarajan <gvaradar@cisco.com>2020-07-19 16:59:28 -0700
committerMichal Kubecek <mkubecek@suse.cz>2020-07-20 12:56:50 +0200
commit3c53b7987fdd12b5c55733a48d404b21c1b2dd8b (patch)
tree6af03f010a7d0a5e0e7adcdc7cca207cdfd52346
parentb717ed22d984454882fd053f792e96b31c4ee6ef (diff)
downloadethtool-3c53b7987fdd12b5c55733a48d404b21c1b2dd8b.tar.gz
man: add man page for ETHTOOL_GTUNABLE and ETHTOOL_STUNABLE
Signed-off-by: Govindarajulu Varadarajan <gvaradar@cisco.com> Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
-rw-r--r--ethtool.8.in40
1 files changed, 40 insertions, 0 deletions
diff --git a/ethtool.8.in b/ethtool.8.in
index 689822e..1c93501 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -398,6 +398,18 @@ ethtool \- query or control network driver and hardware settings
.RB [ fast-link-down ]
.RB [ energy-detect-power-down ]
.HP
+.B ethtool \-\-get\-tunable
+.I devname
+.RB [ rx-copybreak ]
+.RB [ tx-copybreak ]
+.RB [ pfc-prevention-tout ]
+.HP
+.B ethtool \-\-set\-tunable
+.I devname
+.BN rx\-copybreak
+.BN tx\-copybreak
+.BN pfc\-prevention\-tout
+.HP
.B ethtool \-\-reset
.I devname
.BN flags
@@ -1213,6 +1225,34 @@ Gets the current configured setting for Energy Detect Power Down (if supported).
.RE
.TP
+.B \-\-get\-tunable
+Get the tunable parameters.
+.RS 4
+.TP
+.B rx\-copybreak
+Get the current rx copybreak value in bytes.
+.TP
+.B tx\-copybreak
+Get the current tx copybreak value in bytes.
+.TP
+.B pfc\-prevention\-tout
+Get the current pfc prevention timeout value in msecs.
+.RE
+.TP
+.B \-\-set\-tunable
+Set driver's tunable parameters.
+.RS 4
+.TP
+.BI rx\-copybreak \ N
+Set the rx copybreak value in bytes.
+.TP
+.BI tx\-copybreak \ N
+Set the tx copybreak value in bytes.
+.TP
+.BI pfc\-prevention\-tout \ N
+Set pfc prevention timeout in msecs. Value of 0 means disable and 65535 means auto.
+.RE
+.TP
.B \-\-reset
Reset hardware components specified by flags and components listed below
.RS 4