Blame SOURCES/0034-iplink-Update-usage-in-help-message.patch

be97f7
From 41b38afb79a82eec66fea08fc021a35cf1d550fc Mon Sep 17 00:00:00 2001
be97f7
From: Kamal Heib <kheib@redhat.com>
be97f7
Date: Thu, 9 Nov 2017 04:44:32 -0500
be97f7
Subject: [PATCH] iplink: Update usage in help message
be97f7
be97f7
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1456539
be97f7
be97f7
commit 5a3ec4ba64783a640e7716a37faae4be49489e51
be97f7
Author: Eli Cohen <eli@mellanox.com>
be97f7
Date:   Sun Jun 4 15:36:48 2017 +0300
be97f7
be97f7
    iplink: Update usage in help message
be97f7
be97f7
    Add to usage message a description of how to configure Infiniband node
be97f7
    and port GUIDs. Also modify the man page to emphasize the GUIDs are
be97f7
    configured for Infiniband VFs.
be97f7
be97f7
    Fixes: d91fb3f4c7e4 ("Add support for configuring Infiniband GUIDs")
be97f7
    Signed-off-by: Eli Cohen <eli@mellanox.com>
be97f7
    Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
be97f7
be97f7
Signed-off-by: Kamal Heib <kheib@redhat.com>
be97f7
---
be97f7
 ip/iplink.c           | 2 ++
be97f7
 man/man8/ip-link.8.in | 4 ++--
be97f7
 2 files changed, 4 insertions(+), 2 deletions(-)
be97f7
be97f7
diff --git a/ip/iplink.c b/ip/iplink.c
be97f7
index b08d227..193997c 100644
be97f7
--- a/ip/iplink.c
be97f7
+++ b/ip/iplink.c
be97f7
@@ -91,6 +91,8 @@ void iplink_usage(void)
be97f7
 		"				   [ query_rss { on | off} ]\n"
be97f7
 		"				   [ state { auto | enable | disable} ] ]\n"
be97f7
 		"				   [ trust { on | off} ] ]\n"
be97f7
+		"				   [ node_guid { eui64 } ]\n"
be97f7
+		"				   [ port_guid { eui64 } ]\n"
be97f7
 		"			  [ xdp { off |\n"
be97f7
 		"				  object FILE [ section NAME ] [ verbose ] |\n"
be97f7
 		"				  pinned FILE } ]\n"
be97f7
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
be97f7
index a5ddfe7..48417db 100644
be97f7
--- a/man/man8/ip-link.8.in
be97f7
+++ b/man/man8/ip-link.8.in
be97f7
@@ -1564,10 +1564,10 @@ sent by the VF.
be97f7
 which may impact security and/or performance. (e.g. VF multicast promiscuous mode)
be97f7
 .sp
be97f7
 .BI node_guid " eui64"
be97f7
-- configure node GUID for the VF.
be97f7
+- configure node GUID for Infiniband VFs.
be97f7
 .sp
be97f7
 .BI port_guid " eui64"
be97f7
-- configure port GUID for the VF.
be97f7
+- configure port GUID for Infiniband VFs.
be97f7
 .in -8
be97f7
 
be97f7
 .TP
be97f7
-- 
be97f7
1.8.3.1
be97f7