summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@ovn.org>2016-02-29 09:54:15 -0800
committerPravin B Shelar <pshelar@ovn.org>2016-03-14 09:53:51 -0700
commit8063e0958780411c9ef9909925439e530cd8882d (patch)
tree97ca37459dfa831af4c227f40f280bd3ed312df2 /.travis.yml
parent0bac7164d727898492c54ab54f7e745a1d963e1e (diff)
downloadopenvswitch-8063e0958780411c9ef9909925439e530cd8882d.tar.gz
datapath: Drop support for kernel older than 3.10
Currently OVS out of tree datapath supports a large number of kernel versions. From 2.6.32 to 4.3 and various distribution-specific kernels. But at this point major features are only available on more recent kernels. For example, stateful services are only available starting in kernel 3.10 and STT is available on starting with 3.5. Since these features are becoming essential to many OVS deployments, and the effort of maintaining the backports is high. We have decided to drop support for older kernel. Following patch drops supports for kernel older than 3.10. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Jesse Gross <jesse@kernel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 52c9362c8..2b262e473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,9 +30,6 @@ env:
- KERNEL=3.14.60
- KERNEL=3.12.53
- KERNEL=3.10.96
- - KERNEL=3.4.110
- - KERNEL=3.2.76
- - KERNEL=2.6.32.70
script: ./.travis/build.sh $OPTS