mirror of
https://github.com/openvswitch/ovs
synced 2025-09-01 06:45:17 +00:00
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>
This commit is contained in:
committed by
Daniele Di Proietto
parent
0ca7bf8a4f
commit
602e24ee18
@@ -29,9 +29,6 @@ This document describes how to build and install Open vSwitch using a DPDK
|
||||
datapath. Open vSwitch can use the DPDK library to operate entirely in
|
||||
userspace.
|
||||
|
||||
.. warning::
|
||||
The DPDK support of Open vSwitch is considered 'experimental'.
|
||||
|
||||
Build requirements
|
||||
------------------
|
||||
|
||||
|
@@ -35,8 +35,8 @@ been recently tested, and so Debian packages are not a recommended way to use
|
||||
this version of Open vSwitch.
|
||||
|
||||
.. warning::
|
||||
The userspace-only mode of Open vSwitch is considered experimental. It has
|
||||
not been thoroughly tested.
|
||||
The userspace-only mode of Open vSwitch without DPDK is considered
|
||||
experimental. It has not been thoroughly tested.
|
||||
|
||||
Building and Installing
|
||||
-----------------------
|
||||
|
1
NEWS
1
NEWS
@@ -69,6 +69,7 @@ v2.7.0 - xx xxx xxxx
|
||||
device will not be available for use until a valid dpdk-devargs is
|
||||
specified.
|
||||
* Virtual DPDK Poll Mode Driver (vdev PMD) support.
|
||||
* Removed experimental tag.
|
||||
- Fedora packaging:
|
||||
* A package upgrade does not automatically restart OVS service.
|
||||
- ovs-vswitchd/ovs-vsctl:
|
||||
|
@@ -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?
|
||||
------------
|
||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -71,6 +71,7 @@ openvswitch (2.7.0-1) unstable; urgency=low
|
||||
device will not be available for use until a valid dpdk-devargs is
|
||||
specified.
|
||||
* Virtual DPDK Poll Mode Driver (vdev PMD) support.
|
||||
* Removed experimental tag.
|
||||
- Fedora packaging:
|
||||
* A package upgrade does not automatically restart OVS service.
|
||||
- ovs-vswitchd/ovs-vsctl:
|
||||
|
Reference in New Issue
Block a user