summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2018-05-31 14:10:10 -0700
committerBen Pfaff <blp@ovn.org>2018-05-31 18:58:30 -0700
commit436d36db628cd9cdb30e33e8718ab70f376bb9e4 (patch)
tree7b91a5d364cc2f20e244d1d5c7642af61a9a99f3 /.travis.yml
parent6ba083c51e5f8d68f33d1b2c29c37c335465bc5c (diff)
downloadopenvswitch-436d36db628cd9cdb30e33e8718ab70f376bb9e4.tar.gz
compat: Fixups for newer kernels
A recent patch series added support for ERSPAN but left some problems remaining for kernel releases from 4.10 to 4.14. This patch addresses those problems. Of note is that the old cisco gre compat layer code is gone for good. Also, several compat defines in acinclude.m4 were looking for keys in .c source files - this does not work on distros without source code. A more reliable key was already defined so we use that instead. We have pared support for the Linux kernel releases in .travis.yml to reflect that 4.15 is no longer in the LTS list. With this patch the Out of Tree OVS datapath kernel modules can build on kernels up to 4.14.47. Support for kernels up to 4.16.x will be added later. Signed-off-by: Greg Rose <gvrose8192@gmail.com> Acked-by: William Tu <u9012063@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 5 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index cf37e8c2b..ff2fa2e48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,12 +33,11 @@ env:
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- KERNEL=3.16.54 DPDK=1
- KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
- - KERNEL=4.15.3
- - KERNEL=4.14.19
- - KERNEL=4.9.81
- - KERNEL=4.4.115
- - KERNEL=4.1.49
- - KERNEL=3.10.108
+ - KERNEL=4.14.47
+ - KERNEL=4.9.105
+ - KERNEL=4.4.135
+ - KERNEL=4.1.52
+ - KERNEL=3.16.56
- TESTSUITE=1 LIBS=-ljemalloc
matrix: