2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-29 13:27:59 +00:00

FAQ: Mention kernel support for MPLS in Open vSwitch 2.4.

The recent mailing list thread about MPLS reminded me that the FAQ needs an
update.

CC: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Acked-by: Simon Horman <horms@verge.net.au>
This commit is contained in:
Ben Pfaff 2014-08-14 11:02:38 -07:00
parent 6b3706dc9a
commit edfac1dec9

14
FAQ
View File

@ -1239,12 +1239,14 @@ A: Before version 1.11, Open vSwitch did not support MPLS. That is,
packet. Kernel datapath support is unchanged from earlier packet. Kernel datapath support is unchanged from earlier
versions. versions.
Open vSwitch version 2.2 will be able to match, push, or pop up to Open vSwitch version 2.3 can match, push, or pop up to 3 MPLS
3 MPLS labels. Looking past MPLS labels into the encapsulated labels. Looking past MPLS labels into the encapsulated packet will
packet will still be unsupported. Both userspace and kernel still be unsupported. Both userspace and kernel datapaths will be
datapaths will be supported, but MPLS processing always happens in supported, but MPLS processing always happens in userspace either
userspace either way, so kernel datapath performance will be way, so kernel datapath performance will be disappointing.
disappointing.
Open vSwitch version 2.4 will have kernel support for MPLS,
yielding improved performance.
Q: I'm getting "error type 45250 code 0". What's that? Q: I'm getting "error type 45250 code 0". What's that?