The first version can be seen here:
    http://patchwork.openvswitch.org/patch/2470/

v1->v2:
    - Incorporate all of Simon's patches and feedback (and add
      Simon as co-author).
    - Break the new OpenFlow support into a second patch because it
      isn't really necessary.

Ben Pfaff (2):
  Implement OpenFlow support for MPLS, for up to 3 labels.
  Add OpenFlow support for matching multiple MPLS labels at once.

 include/openflow/nicira-ext.h |   38 +++++++
 lib/flow.c                    |  160 +++++++++++++++++++++++++---
 lib/flow.h                    |   24 +++--
 lib/match.c                   |   98 ++++++++++++-----
 lib/match.h                   |   15 +--
 lib/meta-flow.c               |  116 +++++++++++++++++---
 lib/meta-flow.h               |    5 +
 lib/nx-match.c                |   40 +++++--
 lib/odp-util.c                |  196 +++++++++++++++++++++++-----------
 lib/odp-util.h                |    3 +-
 lib/ofp-util.c                |   17 +--
 ofproto/ofproto-dpif-xlate.c  |  237 ++++++++++-------------------------------
 tests/odp.at                  |   13 ++-
 tests/ofproto-dpif.at         |    6 +-
 utilities/ovs-dpctl.c         |    6 +-
 15 files changed, 631 insertions(+), 343 deletions(-)

-- 
1.7.10.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to