travis: Update datapath target kernel list.
authorPravin B Shelar <pshelar@ovn.org>
Mon, 18 Jul 2016 02:24:09 +0000 (19:24 -0700)
committerPravin B Shelar <pshelar@ovn.org>
Tue, 26 Jul 2016 23:55:27 +0000 (16:55 -0700)
Update kernel list to latest stable release.

Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
Acked-by: Jesse Gross <jesse@kernel.org>
.travis.yml
FAQ.md
NEWS

index 6c818cb..a46994d 100644 (file)
@@ -30,12 +30,12 @@ env:
   - BUILD_ENV="-m32" OPTS="--disable-ssl"
   - KERNEL=3.17.7 DPDK=1
   - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
   - BUILD_ENV="-m32" OPTS="--disable-ssl"
   - KERNEL=3.17.7 DPDK=1
   - KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
-  - KERNEL=4.3.5
-  - KERNEL=4.1.17
-  - KERNEL=3.18.26
-  - KERNEL=3.14.60
-  - KERNEL=3.12.53
-  - KERNEL=3.10.96
+  - KERNEL=4.4.15
+  - KERNEL=4.1.28
+  - KERNEL=3.18.37
+  - KERNEL=3.14.73
+  - KERNEL=3.12.61
+  - KERNEL=3.10.102
   - TESTSUITE=1 LIBS=-ljemalloc
 
 matrix:
   - TESTSUITE=1 LIBS=-ljemalloc
 
 matrix:
diff --git a/FAQ.md b/FAQ.md
index 063bd70..35e1cac 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -157,7 +157,7 @@ A: The following table lists the Linux kernel versions against which the
 |    2.3.x     | 2.6.32 to 3.14
 |    2.4.x     | 2.6.32 to 4.0
 |    2.5.x     | 2.6.32 to 4.3
 |    2.3.x     | 2.6.32 to 3.14
 |    2.4.x     | 2.6.32 to 4.0
 |    2.5.x     | 2.6.32 to 4.3
-|    2.6.x     | 3.10 to 4.3
+|    2.6.x     | 3.10 to 4.6
 
    Open vSwitch userspace should also work with the Linux kernel module
    built into Linux 3.3 and later.
 
    Open vSwitch userspace should also work with the Linux kernel module
    built into Linux 3.3 and later.
diff --git a/NEWS b/NEWS
index 890e96e..73d3fcf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -79,6 +79,7 @@ Post-v2.5.0
      * Dropped support for kernel older than 3.10.
      * Removed VLAN splinters feature.
      * Support for truncate action.
      * Dropped support for kernel older than 3.10.
      * Removed VLAN splinters feature.
      * Support for truncate action.
+     * Datapath supports kernel upto 4.6.
    - Tunnels:
      * Flow based tunnel match and action can be used for IPv6 address using
        tun_ipv6_src, tun_ipv6_dst fields.
    - Tunnels:
      * Flow based tunnel match and action can be used for IPv6 address using
        tun_ipv6_src, tun_ipv6_dst fields.