summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorIan Stokes <ian.stokes@intel.com>2017-02-06 17:20:35 +0000
committerDaniele Di Proietto <diproiettod@vmware.com>2017-02-06 18:17:35 -0800
commit602e24ee189b76a72fdd26c9ed70c5f6b919a2f3 (patch)
treebfe141317506cff43d9c267099fa5bb77acc4d8e /README.rst
parent0ca7bf8a4f7de8dda81a32865aee87a1a4fde63d (diff)
downloadopenvswitch-602e24ee189b76a72fdd26c9ed70c5f6b919a2f3.tar.gz
doc: Remove experimental warning for DPDK.
Remove the experimental warning tag in documentation regarding OVS deployed with DPDK. Signed-off-by: Ian Stokes <ian.stokes@intel.com> Acked-by: Kevin Traynor <ktraynor@redhat.com> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index f5cdaa53e..afdd9bc9c 100644
--- a/README.rst
+++ b/README.rst
@@ -38,9 +38,11 @@ following features:
The included Linux kernel module supports Linux 3.10 and up.
-Open vSwitch can also operate, at a cost in performance, entirely in userspace,
-without assistance from a kernel module. This userspace implementation should
-be easier to port than the kernel-based switch. It is considered experimental.
+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.
What's here?
------------