summaryrefslogtreecommitdiff
path: root/FAQ.md
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 /FAQ.md
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 'FAQ.md')
-rw-r--r--FAQ.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 8bd7ab919..0ebf1d5cb 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -27,7 +27,7 @@ A: Open vSwitch is a production quality open source software switch
### Q: What virtualization platforms can use Open vSwitch?
A: Open vSwitch can currently run on any Linux-based virtualization
- platform (kernel 2.6.32 and newer), including: KVM, VirtualBox, Xen,
+ platform (kernel 3.10 and newer), including: KVM, VirtualBox, Xen,
Xen Cloud Platform, XenServer. As of Linux 3.3 it is part of the
mainline kernel. The bulk of the code is written in platform-
independent C and is easily ported to other environments. We welcome
@@ -157,6 +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
Open vSwitch userspace should also work with the Linux kernel module
built into Linux 3.3 and later.