summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml12
-rw-r--r--FAQ.md2
-rw-r--r--NEWS1
3 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c818cb33..a46994d3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
- - 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:
diff --git a/FAQ.md b/FAQ.md
index 063bd70ec..35e1cac11 100644
--- 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.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.
diff --git a/NEWS b/NEWS
index 890e96e09..73d3fcf0c 100644
--- 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.
+ * 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.