[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1399789339-29259-1-git-send-email-ogerlitz@mellanox.com>
Date: Sun, 11 May 2014 09:22:19 +0300
From: Or Gerlitz <ogerlitz@...lanox.com>
To: stephen@...workplumber.org
Cc: netdev@...r.kernel.org, ronye@...lanox.com, amirv@...lanox.com,
Or Gerlitz <ogerlitz@...lanox.com>
Subject: [PATCH iproute2] Document VF link state control in the ip-link man page
Document the support added by commit 07fa9c1 "Add VF link state
control" in the ip-link man page.
Signed-off-by: Or Gerlitz <ogerlitz@...lanox.com>
---
man/man8/ip-link.8.in | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in
index 94d07fc..f295fe3 100644
--- a/man/man8/ip-link.8.in
+++ b/man/man8/ip-link.8.in
@@ -124,7 +124,8 @@ ip-link \- network device configuration
.IR VLAN-QOS " ] ] ["
.B rate
.IR TXRATE " ] ["
-.B spoofchk { on | off }
+.B spoofchk { on | off } ] [
+.B state { auto | enable | disable}
] |
.br
.B master
@@ -576,6 +577,12 @@ parameter must be specified.
.sp
.BI spoofchk " on|off"
- turn packet spoof checking on or off for the specified VF.
+.sp
+.BI state " auto|enable|disable"
+- set the virtual link state as seen by the specified VF. Setting to auto means a
+reflection of the PF link state, enable lets the VF to communicate with other VFs on
+this host even if the PF link state is down, disable causes the HW to drop any packets
+sent by the VF.
.in -8
.TP
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists