Indicate that DPDK support in 2.3 is experimantal.
authorJustin Pettit <jpettit@nicira.com>
Thu, 14 Aug 2014 18:00:17 +0000 (11:00 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 14 Aug 2014 19:16:32 +0000 (12:16 -0700)
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>
INSTALL.DPDK
NEWS
debian/changelog

index 3e0247a..6761e4d 100644 (file)
@@ -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 dc5ec7d..6313ec5 100644 (file)
--- 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
index 6c33937..cffd2b7 100644 (file)
@@ -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