|
|
efe3ca |
From d695f60666453d964a653c5033764c4b80121f56 Mon Sep 17 00:00:00 2001
|
|
|
efe3ca |
From: Ivan Vecera <cera@cera.cz>
|
|
|
efe3ca |
Date: Mon, 20 Feb 2017 15:13:52 +0100
|
|
|
efe3ca |
Subject: [PATCH 2/3] ethtool: sync help output for -x/-X with man page
|
|
|
efe3ca |
|
|
|
efe3ca |
Add missing words to the help output for -x and -X commands as well
|
|
|
efe3ca |
as an ability to set the indirection table to default value.
|
|
|
efe3ca |
|
|
|
efe3ca |
Signed-off-by: Ivan Vecera <cera@cera.cz>
|
|
|
efe3ca |
---
|
|
|
efe3ca |
ethtool.c | 6 +++---
|
|
|
efe3ca |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
efe3ca |
|
|
|
efe3ca |
diff --git a/ethtool.c b/ethtool.c
|
|
|
efe3ca |
index 75299c6..0d3244e 100644
|
|
|
efe3ca |
--- a/ethtool.c
|
|
|
efe3ca |
+++ b/ethtool.c
|
|
|
efe3ca |
@@ -4645,10 +4645,10 @@ static const struct option {
|
|
|
efe3ca |
{ "-T|--show-time-stamping", 1, do_tsinfo,
|
|
|
efe3ca |
"Show time stamping capabilities" },
|
|
|
efe3ca |
{ "-x|--show-rxfh-indir|--show-rxfh", 1, do_grxfh,
|
|
|
efe3ca |
- "Show Rx flow hash indirection and/or hash key" },
|
|
|
efe3ca |
+ "Show Rx flow hash indirection table and/or RSS hash key" },
|
|
|
efe3ca |
{ "-X|--set-rxfh-indir|--rxfh", 1, do_srxfh,
|
|
|
efe3ca |
- "Set Rx flow hash indirection and/or hash key",
|
|
|
efe3ca |
- " [ equal N | weight W0 W1 ... ]\n"
|
|
|
efe3ca |
+ "Set Rx flow hash indirection table and/or RSS hash key",
|
|
|
efe3ca |
+ " [ equal N | weight W0 W1 ... | default ]\n"
|
|
|
efe3ca |
" [ hkey %x:%x:%x:%x:%x:.... ]\n" },
|
|
|
efe3ca |
{ "-f|--flash", 1, do_flash,
|
|
|
efe3ca |
"Flash firmware image from the specified file to a region on the device",
|
|
|
efe3ca |
--
|
|
|
efe3ca |
1.8.3.1
|
|
|
efe3ca |
|