summaryrefslogtreecommitdiff
path: root/README.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 /README.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 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 82065c7d8..69c49128a 100644
--- a/README.md
+++ b/README.md
@@ -36,10 +36,7 @@ vSwitch supports the following features:
* Transactional configuration database with C and Python bindings
* High-performance forwarding using a Linux kernel module
-The included Linux kernel module supports Linux 2.6.32 and up, with
-testing focused on 2.6.32 with Centos and Xen patches. Open vSwitch
-also has special support for Citrix XenServer and Red Hat Enterprise
-Linux hosts.
+The included Linux kernel module supports Linux 3.10 and up.
Open vSwitch can also operate, at a cost in performance, entirely in
userspace, without assistance from a kernel module. This userspace