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

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