summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2017-02-08 10:08:14 +0000
committerJoe Stringer <joe@ovn.org>2017-02-08 17:15:49 -0800
commit389e90e37d61e087f4edf36e400caa1752e69b6a (patch)
treefee461997b2208945ae737b40bf1305696ac02bd /README.rst
parentedb417cc256e7d5f02f230867865c8cf7f26e542 (diff)
downloadopenvswitch-389e90e37d61e087f4edf36e400caa1752e69b6a.tar.gz
doc: Clarify how user space is experimental.
Clarify that the use of the user space datapath with non DPDK devices is considered experimental. Fixes: 602e24ee189b (doc: Remove experimental warning for DPDK.) Signed-off-by: Ian Stokes <ian.stokes@intel.com> Co-authored-by: Joe Stringer <joe@ovn.org> Signed-off-by: Joe Stringer <joe@ovn.org>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index afdd9bc9c..28f859042 100644
--- a/README.rst
+++ b/README.rst
@@ -41,8 +41,8 @@ The included Linux kernel module supports Linux 3.10 and up.
Open vSwitch can also operate entirely in userspace without assistance from
a kernel module. This userspace implementation should be easier to port than
the kernel-based switch. OVS in userspace can access Linux or DPDK devices.
-Note Open vSwitch with Linux devices in userspace is considered experimental
-and comes with a cost in performance.
+Note Open vSwitch with userspace datapath and non DPDK devices is considered
+experimental and comes with a cost in performance.
What's here?
------------