X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL;h=cc89cc38019ea94ea246404f7c712d4393e52bb8;hb=7685b7a9e5b3f6db6832e52e111000ff36d3acb4;hp=9f9491ff069e5bf5fa3cda25f134cee57c8fcba7;hpb=db19b72b9f6d0d40b743214241d9666116e3b448;p=sliver-openvswitch.git diff --git a/INSTALL b/INSTALL index 9f9491ff0..cc89cc380 100644 --- a/INSTALL +++ b/INSTALL @@ -36,11 +36,15 @@ you will need the following software: - Python 2.x, for x >= 4. -To compile the kernel module on Linux, you must also install the -following. If you cannot build or install the kernel module, you may -use the userspace-only implementation, at a cost in performance. The -userspace implementation may also lack some features. Refer to -INSTALL.userspace for more information. +On Linux, you may choose to compile the kernel module that comes with +the Open vSwitch distribution or to use the kernel module built into +the Linux kernel (version 3.3 or later). See the FAQ question "What +features are not available in the Open vSwitch kernel datapath that +ships as part of the upstream Linux kernel?" for more information on +this trade-off. You may also use the userspace-only implementation, +at some cost in features and performance (see INSTALL.userspace for +details). To compile the kernel module on Linux, you must also +install the following: - A supported Linux kernel version. Please refer to README for a list of supported versions.