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 <[email protected]> Co-authored-by: Joe Stringer <[email protected]> --- README.rst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index afdd9bc..f3ae25a 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 user space datapath and non DPDK devices is considered +experimental and comes with a cost in performance. What's here? ------------ -- 1.7.0.7 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
