aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2015-02-22 11:29:54 -0800
committerBen Pfaff <blp@nicira.com>2015-02-23 20:56:27 -0800
commitb809f733edd2185469c55ef03eda5f3191ef6681 (patch)
treed055b16421a3ea9ecfd8148969228295d0b0d1f5 /FAQ.md
parent386ed63f0f08b39555e233ba5ba609eae440295e (diff)
FAQ.md: Mention Linux version that first could handle IPFIX flow monitoring.
I think that the critical commit is commit 4490108b4a5ada (openvswitch: Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.), which first appeared in Linux 3.10. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Romain Lenglet <romain.lenglet@oracle.com>
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index c2f3c5d90..5ee529cd0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -216,8 +216,9 @@ A: Tunnel virtual ports are not supported, as described in the
### Q: What Linux kernel versions does IPFIX flow monitoring work with?
-A: IPFIX flow monitoring requires the Linux kernel module from Open
- vSwitch version 1.10.90 or later.
+A: IPFIX flow monitoring requires the Linux kernel module from Linux
+ 3.10 or later, or the out-of-tree module from Open vSwitch version
+ 1.10.90 or later.
### Q: Should userspace or kernel be upgraded first to minimize downtime?