summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2023-01-18 16:23:56 +0000
committerIlya Maximets <i.maximets@ovn.org>2023-01-23 17:23:28 +0100
commit948767a18d5c2fb73baf85e62f52fd5da990d077 (patch)
treeebbe8b023fd46d21cc3ddfe699317aa5ca5c221c /vswitchd
parentf62629a55894546ff043e8a116c3c57aff73c285 (diff)
downloadopenvswitch-948767a18d5c2fb73baf85e62f52fd5da990d077.tar.gz
dpif-netdev: Set PMD load based sleep start/inc to 1 us.
Now that the timer slack for the PMD threads is reduced we can also reduce the start/increment for PMD load based sleeping to match it. This will further reduce initial sleep times making it more resilient to interfaces that might be sensitive to large sleep times. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 8c4acfb18..2b57fc0e3 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -807,10 +807,6 @@
Rx queues that it polls.
</p>
<p>
- To avoid requesting very small sleeps (e.g. less than 10 us) the
- value will be rounded up to the nearest 10 us.
- </p>
- <p>
The maximum value is <code>10000 microseconds</code>.
</p>
</column>