On Fri, Dec 5, 2014 at 10:09 AM, Ben Pfaff <b...@nicira.com> wrote: > An examination of the source code and the tests shows that the FAQ claimed > more for version 2.3 than was really in there. > > Reported-by: null pointer <null.pointer.b...@gmail.com> > Signed-off-by: Ben Pfaff <b...@nicira.com>
LGTM Acked-by: Pravin B Shelar <pshe...@nicira.com> > --- > FAQ.md | 18 ++++++++++-------- > 1 file changed, 10 insertions(+), 8 deletions(-) > > diff --git a/FAQ.md b/FAQ.md > index 7621c40..cf0d28a 100644 > --- a/FAQ.md > +++ b/FAQ.md > @@ -1257,14 +1257,16 @@ A: Before version 1.11, Open vSwitch did not support > MPLS. That is, > packet. Kernel datapath support is unchanged from earlier > versions. > > - Open vSwitch version 2.3 can match, push, or pop up to 3 MPLS > - labels. Looking past MPLS labels into the encapsulated packet will > - still be unsupported. Both userspace and kernel datapaths will be > - supported, but MPLS processing always happens in userspace either > - way, so kernel datapath performance will be disappointing. > - > - Open vSwitch version 2.4 will have kernel support for MPLS, > - yielding improved performance. > + Open vSwitch version 2.3 can match, push, or pop a single MPLS > + label and look past the MPLS label into the encapsulated packet. > + Both userspace and kernel datapaths will be supported, but MPLS > + processing always happens in userspace either way, so kernel > + datapath performance will be disappointing. > + > + Open vSwitch version 2.4 can match, push, or pop up to 3 MPLS > + labels and look past the MPLS label into the encapsulated packet. > + It will have kernel support for MPLS, yielding improved > + performance. > > ### Q: I'm getting "error type 45250 code 0". What's that? > > -- > 1.7.10.4 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev