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

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