[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180226184956.15709-3-jeffrey.t.kirsher@intel.com>
Date: Mon, 26 Feb 2018 10:49:55 -0800
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: linville@...hat.com
Cc: Jacob Keller <jacob.e.keller@...el.com>, netdev@...r.kernel.org,
nhorman@...hat.com, sassmann@...hat.com, jogreene@...hat.com,
Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Subject: [ethtool 2/3] ethtool: show VF and queue in the help for -N
From: Jacob Keller <jacob.e.keller@...el.com>
Show that you can use VF and queue instead of action in the help output,
and not only in the manual page.
Signed-off-by: Jacob Keller <jacob.e.keller@...el.com>
Tested-by: Andrew Bowers <andrewx.bowers@...el.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
---
ethtool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ethtool.c b/ethtool.c
index 79c076e..c870a2b 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -5046,7 +5046,7 @@ static const struct option {
" [ vlan %x [m %x] ]\n"
" [ user-def %x [m %x] ]\n"
" [ dst-mac %x:%x:%x:%x:%x:%x [m %x:%x:%x:%x:%x:%x] ]\n"
- " [ action %d ]\n"
+ " [ action %d ] | [ vf %d queue %d ]\n"
" [ loc %d]] |\n"
" delete %d\n" },
{ "-T|--show-time-stamping", 1, do_tsinfo,
--
2.14.3
Powered by blists - more mailing lists