summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2014-08-14 11:00:17 -0700
committerJustin Pettit <jpettit@nicira.com>2014-08-14 12:16:32 -0700
commitd70bcff0114c52089e383ad87ae0c18a6c33c61d (patch)
tree5352a62396ac436c8109f8fd58b39d36af67cf3f
parentf07c2fbf6a053c1c77cff8eeca74f4a5c8f2b063 (diff)
downloadopenvswitch-d70bcff0114c52089e383ad87ae0c18a6c33c61d.tar.gz
Indicate that DPDK support in 2.3 is experimantal.
Users should consider a later version of OVS for DPDK support. Signed-off-by: Justin Pettit <jpettit@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--INSTALL.DPDK8
-rw-r--r--NEWS3
-rw-r--r--debian/changelog2
3 files changed, 10 insertions, 3 deletions
diff --git a/INSTALL.DPDK b/INSTALL.DPDK
index 3e0247a2a..6761e4d9c 100644
--- a/INSTALL.DPDK
+++ b/INSTALL.DPDK
@@ -1,3 +1,11 @@
+
+
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !!!!!! DPDK support in OVS 2.3 is experimental. !!!!!!
+ !!!!!! Please consider using a later version. !!!!!!
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+
Using Open vSwitch with DPDK
============================
diff --git a/NEWS b/NEWS
index dc5ec7de0..6313ec5a1 100644
--- a/NEWS
+++ b/NEWS
@@ -29,10 +29,9 @@ v2.2.0 - Internal Release
instead.
- Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
tunnel API for GRE and VXLAN.
- - Added DPDK support.
+ - Added experimental DPDK support.
- Added support for custom vlog patterns in Python
-
v2.1.0 - 19 Mar 2014
---------------------
- Address prefix tracking support for flow tables. New columns
diff --git a/debian/changelog b/debian/changelog
index 6c33937ab..cffd2b7cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,7 +33,7 @@ openvswitch (2.2.0-1) unstable; urgency=low
instead.
- Support for Linux kernels up to 3.14. From Kernel 3.12 onwards OVS uses
tunnel API for GRE and VXLAN.
- - Added DPDK support.
+ - Added experimental DPDK support.
- Added support for custom vlog patterns in Python
-- Open vSwitch team <dev@openvswitch.org> Wed, 19 Mar 2014 16:08:38 -0700