naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/0218-man-ip-link-Document-query_rss-option.patch

049c96
From 648dee9a042d08c669537d72b5bdcd31b99f6c74 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Fri, 22 Jul 2016 14:53:00 +0200
049c96
Subject: [PATCH] man: ip-link: Document query_rss option
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1264146
049c96
Upstream Status: iproute2.git commit 8e45e44b7923a
049c96
049c96
commit 8e45e44b7923a30c97ea50e43f72db6688c6175e
049c96
Author: Phil Sutter <phil@nwl.cc>
049c96
Date:   Fri Jun 10 16:39:50 2016 +0200
049c96
049c96
    man: ip-link: Document query_rss option
049c96
049c96
    Doc text shamelessly stolen from the introducing commit's message
049c96
    (6c55c8c4617c5 ['ip link set vf: Added "query_rss" command']).
049c96
049c96
    Signed-off-by: Phil Sutter <phil@nwl.cc>
049c96
---
049c96
 man/man8/ip-link.8.in | 5 +++++
049c96
 1 file changed, 5 insertions(+)
049c96
049c96
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
049c96
index d98fe91..33172e5 100644
049c96
--- a/man/man8/ip-link.8.in
049c96
+++ b/man/man8/ip-link.8.in
049c96
@@ -108,6 +108,8 @@ ip-link \- network device configuration
049c96
 .br
049c96
 .RB "[ " spoofchk " { " on " | " off " } ]"
049c96
 .br
049c96
+.RB "[ " query_rss " { " on " | " off " } ]"
049c96
+.br
049c96
 .RB "[ " state " { " auto " | " enable " | " disable " } ]"
049c96
 .br
049c96
 .RB "[ " trust " { " on " | " off " } ] ]"
049c96
@@ -1028,6 +1030,9 @@ parameter must be specified.
049c96
 .BI spoofchk " on|off"
049c96
 - turn packet spoof checking on or off for the specified VF.
049c96
 .sp
049c96
+.BI query_rss " on|off"
049c96
+- toggle the ability of querying the RSS configuration of a specific VF. VF RSS information like RSS hash key may be considered sensitive on some devices where this information is shared between VF and PF and thus its querying may be prohibited by default.
049c96
+.sp
049c96
 .BI state " auto|enable|disable"
049c96
 - set the virtual link state as seen by the specified VF. Setting to auto means a
049c96
 reflection of the PF link state, enable lets the VF to communicate with other VFs on
049c96
-- 
049c96
1.8.3.1
049c96