summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorYifeng Sun <pkusunyifeng@gmail.com>2018-08-21 07:42:08 -0700
committerBen Pfaff <blp@ovn.org>2018-08-24 10:54:00 -0700
commitbf61b8b1c1db08d90f7d83815344cf780c016878 (patch)
tree63214b4576632dba92f560a3e70665839842fd44 /.travis.yml
parente4e2009e4c496b5ab735c300d00e3d6bd5f514eb (diff)
downloadopenvswitch-bf61b8b1c1db08d90f7d83815344cf780c016878.tar.gz
datapath: Add support for kernel 4.16.x & 4.17.x
Add support for kernel version up to 4.17.x. On Travis, build passed for all kernel versions. And no new test fails are introduced by this patch. Cleaned up file datapath/linux/compat/include/net/ip6_fib.h which has no effect to kernel module but brings complexity to porting. Signed-off-by: Yifeng Sun <pkusunyifeng@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Greg Rose <gvrose8192@gmail.com> Tested-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 998b33d9e..21447b543 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,6 +35,8 @@ env:
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- KERNEL=3.16.54 DPDK=1
- KERNEL=3.16.54 DPDK=1 OPTS="--enable-shared"
+ - KERNEL=4.17.14
+ - KERNEL=4.16.18
- KERNEL=4.15.18
- KERNEL=4.14.63
- KERNEL=4.9.120