X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=957b02c084776d8e245df71038fcc9c5091d36b7;hb=e627259a2087919d56ecc4032d56e9df8ffb546d;hp=c6750d60f1bfbf32ebeff2371b2ebc46f9bf6a89;hpb=380f49c4a1ffaf5efa136985cff92de52bc8b582;p=sliver-openvswitch.git diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index c6750d60f..957b02c08 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -133,7 +133,29 @@ usage and packet loss.

- The default is 1000. Values below 100 will be rounded up to 100. + The default is 2500. Values below 100 will be rounded up to 100. +

+ + + +

+ Specifies userspace behaviour for handling flow misses. This takes + precedence over flow-eviction-threshold. +

+

+

+
auto
+
Handle automatically based on the flow-eviction-threshold and + the flow setup governer (default, recommended).
+
with-facets
+
Always create facets. Expensive kernel flow creation and + statistics tracking is always performed, even on flows with only + a small number of packets.
+
without-facets
+
Always handle without facets. Forces flow misses to be handled + in userspace. May cause an increase in CPU usage and packet loss + on high throughput.
+

@@ -1186,6 +1208,12 @@ on a host. + + A positive interface index as defined for SNMP MIB-II in RFCs 1213 and + 2863, if the interface has one, otherwise 0. The ifindex is useful for + seamless integration with protocols such as SNMP and sFlow. + + The MAC address in use by this interface. @@ -1819,7 +1847,7 @@ times the expected reception rate, will signal a connectivity fault. In the case of a unidirectional connectivity issue, the system not receiving BFD control messages will signal the problem - to its peer in the messages is transmists. + to its peer in the messages it transmits.

@@ -1862,6 +1890,12 @@ false. + + When set to true, Check Tunnel Key will make BFD only accept control + messages with an in_key of zero. Defaults to + false. + +