2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-30 05:47:55 +00:00

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>
This commit is contained in:
Ian Stokes 2017-02-08 10:08:14 +00:00 committed by Joe Stringer
parent edb417cc25
commit 389e90e37d

View File

@ -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 Open vSwitch can also operate entirely in userspace without assistance from
a kernel module. This userspace implementation should be easier to port than 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. the kernel-based switch. OVS in userspace can access Linux or DPDK devices.
Note Open vSwitch with Linux devices in userspace is considered experimental Note Open vSwitch with userspace datapath and non DPDK devices is considered
and comes with a cost in performance. experimental and comes with a cost in performance.
What's here? What's here?
------------ ------------