X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README;h=55e9d9c9b9b2eee0def667ecc5417701a959ce80;hb=ae412e7dd89489911a32c6723d4109c6d1de3a38;hp=f1367fa8526735bdd4ff1d25e5f98faaecfe30ef;hpb=436f27dd880bd4e1e1d06ca2744c875b01b9e1c1;p=openvswitch diff --git a/README b/README index f1367fa8..55e9d9c9 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ vSwitch supports the following features: * Support for OpenFlow * Compatibility layer for the Linux bridging code -The included Linux kernel module supports Linux 2.6.15 and up, with +The included Linux kernel module supports Linux 2.6.18 and up, with testing focused on 2.6.18 with Centos and Xen patches and version 2.6.26 from kernel.org. Open vSwitch also has special support for Citrix XenServer hosts. @@ -98,6 +98,9 @@ read INSTALL.bridge. To build RPMs for installing Open vSwitch on a Citrix XenServer host or resource pool, read INSTALL.XenServer. +To use Open vSwitch with KVM on Linux, read INSTALL.Linux, then +INSTALL.KVM. + To install Open vSwitch without using a kernel module, read INSTALL.userspace.