mirror of
https://github.com/openvswitch/ovs
synced 2025-09-02 07:15:17 +00:00
FAQ: Refine discussion of how to get a kernel module.
This has come up a couple of times lately. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
23
FAQ.md
23
FAQ.md
@@ -173,14 +173,23 @@ A: The following table lists the Linux kernel versions against which the
|
|||||||
|
|
||||||
What should I do?
|
What should I do?
|
||||||
|
|
||||||
A: If there is a newer version of Open vSwitch, consider building that
|
A: You have the following options:
|
||||||
one, because it may support the kernel that you are building
|
|
||||||
against. (To find out, consult the table in the previous answer.)
|
|
||||||
|
|
||||||
Otherwise, use the Linux kernel module supplied with the kernel
|
- Use the Linux kernel module supplied with the kernel that you are
|
||||||
that you are using. All versions of Open vSwitch userspace are
|
using. (See also the following FAQ.)
|
||||||
compatible with all versions of the Open vSwitch kernel module, so
|
|
||||||
this will also work. See also the following question.
|
- If there is a newer released version of Open vSwitch, consider
|
||||||
|
building that one, because it may support the kernel that you are
|
||||||
|
building against. (To find out, consult the table in the
|
||||||
|
previous FAQ.)
|
||||||
|
|
||||||
|
- The Open vSwitch "master" branch may support the kernel that you
|
||||||
|
are using, so consider building the kernel module from "master".
|
||||||
|
|
||||||
|
All versions of Open vSwitch userspace are compatible with all
|
||||||
|
versions of the Open vSwitch kernel module, so you do not have to
|
||||||
|
use the kernel module from one source along with the userspace
|
||||||
|
programs from the same source.
|
||||||
|
|
||||||
### Q: What features are not available in the Open vSwitch kernel datapath that ships as part of the upstream Linux kernel?
|
### Q: What features are not available in the Open vSwitch kernel datapath that ships as part of the upstream Linux kernel?
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user