]> git.proxmox.com Git - ovs.git/commitdiff
datapath: Update kernel test list, news and FAQ
authorGreg Rose <gvrose8192@gmail.com>
Fri, 6 Mar 2020 22:37:21 +0000 (14:37 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 6 Mar 2020 22:40:10 +0000 (14:40 -0800)
We are adding support for Linux kernels up to 5.5 so update the
Travis test list, NEWS and FAQ.

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
.travis.yml
Documentation/faq/releases.rst
NEWS

index abd2a9117a331a4fdf49028cadc2c327c5d55ed9..ef9f8675578ce23c0bb5e2910f1a9410593f5e0a 100644 (file)
@@ -38,7 +38,7 @@ env:
   - TESTSUITE=1 OPTS="--enable-shared"
   - TESTSUITE=1 DPDK=1
   - TESTSUITE=1 LIBS=-ljemalloc
-  - KERNEL_LIST="5.0  4.20 4.19 4.18 4.17 4.16"
+  - KERNEL_LIST="5.5  4.20 4.19 4.18 4.17 4.16"
   - KERNEL_LIST="4.15 4.14 4.9  4.4  3.19 3.16"
   - AFXDP=1 KERNEL=5.3
   - M32=1 OPTS="--disable-ssl"
index 6ff47d788a59333af8e3f4e962847073980a24e3..748540b9163460dd19e283f39b7d118afbff9f72 100644 (file)
@@ -70,6 +70,7 @@ Q: What Linux kernel versions does each Open vSwitch release work with?
     2.10.x       3.10 to 4.17
     2.11.x       3.10 to 4.18
     2.12.x       3.10 to 5.0
+    2.14.x       3.10 to 5.5
     ============ ==============
 
     Open vSwitch userspace should also work with the Linux kernel module built
diff --git a/NEWS b/NEWS
index 872e1863ce872bfa167e6d3e59b57618f5390177..32ca2e0c66421f5c83242066dedd06e8f9219cdd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Post-v2.13.0
    - DPDK:
      * Deprecated DPDK pdump packet capture support removed.
      * Deprecated DPDK ring ports (dpdkr) are no longer supported.
+   - Linux datapath:
+     * Support for kernel versions up to 5.5.x.
 
 
 v2.13.0 - 14 Feb 2020