iplink: Update usage in help message

Add to usage message a description of how to configure Infiniband node
and port GUIDs. Also modify the man page to emphasize the GUIDs are
configured for Infiniband VFs.

Fixes: d91fb3f4c7 ("Add support for configuring Infiniband GUIDs")
Signed-off-by: Eli Cohen <eli@mellanox.com>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
This commit is contained in:
Eli Cohen 2017-06-04 15:36:48 +03:00 committed by Stephen Hemminger
parent efe459c76d
commit 5a3ec4ba64
2 changed files with 4 additions and 2 deletions

View File

@ -91,6 +91,8 @@ void iplink_usage(void)
" [ query_rss { on | off} ]\n" " [ query_rss { on | off} ]\n"
" [ state { auto | enable | disable} ] ]\n" " [ state { auto | enable | disable} ] ]\n"
" [ trust { on | off} ] ]\n" " [ trust { on | off} ] ]\n"
" [ node_guid { eui64 } ]\n"
" [ port_guid { eui64 } ]\n"
" [ xdp { off |\n" " [ xdp { off |\n"
" object FILE [ section NAME ] [ verbose ] |\n" " object FILE [ section NAME ] [ verbose ] |\n"
" pinned FILE } ]\n" " pinned FILE } ]\n"

View File

@ -1564,10 +1564,10 @@ sent by the VF.
which may impact security and/or performance. (e.g. VF multicast promiscuous mode) which may impact security and/or performance. (e.g. VF multicast promiscuous mode)
.sp .sp
.BI node_guid " eui64" .BI node_guid " eui64"
- configure node GUID for the VF. - configure node GUID for Infiniband VFs.
.sp .sp
.BI port_guid " eui64" .BI port_guid " eui64"
- configure port GUID for the VF. - configure port GUID for Infiniband VFs.
.in -8 .in -8
.TP .TP