diff mbox series

[ovs-dev] faq: Fix features not available in userspace datapath.

Message ID 20220427112411.216897-1-cian.ferriter@intel.com
State New
Headers show
Series [ovs-dev] faq: Fix features not available in userspace datapath. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Ferriter, Cian April 27, 2022, 11:24 a.m. UTC
Tunnel virtual ports are supported in the userspace datapath. Update the
answer to reflect this.

Fixes: a36de779d739 ("openvswitch: Userspace tunneling.")
Signed-off-by: Cian Ferriter <cian.ferriter@intel.com>
---
 Documentation/faq/releases.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 232d19503..2c2499a27 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -305,9 +305,8 @@  Q: Why are UDP tunnel checksums not computed for VXLAN or Geneve?
 
 Q: What features are not available when using the userspace datapath?
 
-    A: Tunnel virtual ports are not supported, as described in the previous
-    answer.  It is also not possible to use queue-related actions.  On Linux
-    kernels before 2.6.39, maximum-sized VLAN packets may not be transmitted.
+    A: It is not possible to use queue-related actions.  On Linux kernels
+    before 2.6.39, maximum-sized VLAN packets may not be transmitted.
 
 Q: Should userspace or kernel be upgraded first to minimize downtime?