X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fvswitch.xml;h=b3029eb2633241a7b5b29da10e0aa2e346922b79;hb=c1a543a8d6d2847983b6b0defd1e19777da85715;hp=e72401fdcc4c2636700c572e07f97cb69c3c222b;hpb=da897f41cd795e325ec5ce773a70a819100bd26e;p=openvswitch diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index e72401fd..b3029eb2 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -438,6 +438,21 @@ does not have QoS configured, or if the port does not have a queue with the specified ID, the default queue is used instead. +
flow-eviction-threshold
+
+ A number of flows as a nonnegative integer. This sets number + of flows at which eviction from the kernel flow table will + be triggered. + If there are a large number of flows then increasing this + value to around the number of flows present + can result in reduced CPU usage and packet loss. +
+
+ The default is 1000. +
+
+ Values below 100 will be rounded up to 100. +