summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGreg Rose <gvrose8192@gmail.com>2019-01-10 14:09:51 -0800
committerBen Pfaff <blp@ovn.org>2019-01-22 17:08:17 -0800
commit4a90b277baca77f2af682e77ee9ee91114ee4b37 (patch)
tree505d17f0cfe9cb38841d7e0e22e5050077c9343c /.travis.yml
parent5dbdb8140a398e9bf15731f4fb70467a2144adcd (diff)
downloadopenvswitch-4a90b277baca77f2af682e77ee9ee91114ee4b37.tar.gz
compat: Fixup ipv6 fragmentation on 4.9.135+ kernels
Upstream commit 648700f76b03 ("inet: frags: use rhashtables...") changed how ipv6 fragmentation is implemented. This patch was backported to the upstream stable 4.9.x kernel starting at 4.9.135. This patch creates the compatibility layer changes required to both compile and also operate correctly with ipv6 fragmentation on these kernels. Check if the inet_frags 'rnd' field is present to key on whether the upstream patch is present. Also update Travis to the latest 4.9 kernel release so that this patch is compile tested. Passes Travis: https://travis-ci.org/gvrose8192/ovs-experimental/builds/478033409 Cc: William Tu <u9012063@gmail.com> Cc: Yi-Hung Wei <yihung.wei@gmail.com> Cc: Yifeng Sun <pkusunyifeng@gmail.com> Acked-by: Yi-Hung Wei <yihung.wei@gmail.com> Signed-off-by: Greg Rose <gvrose8192@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5e475e22d..2f7746d1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,7 +42,7 @@ env:
- KERNEL=4.16.18
- KERNEL=4.15.18
- KERNEL=4.14.63
- - KERNEL=4.9.120
+ - KERNEL=4.9.149
- KERNEL=4.4.148
- KERNEL=3.19.8
- KERNEL=3.16.57