[ovs-dev] [PATCH v3 0/2] Clearly relate OVN and OpenFlow flows.

Ben Pfaff blp at ovn.org
Tue Dec 20 16:07:49 UTC 2016


v1->v2:
  - Patch 1 in v1 was committed and therefore dropped from the series.
  - Patch 2 in v2 is new.

v2->v3:
  - Rebase to fix patch rejects.

Ben Pfaff (2):
  ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.
  ovn-trace: New --ovs option to also print OpenFlow flows.

 NEWS                          |   4 +-
 include/openvswitch/vconn.h   |  15 +++--
 lib/uuid.c                    |  22 +++++-
 lib/uuid.h                    |   3 +-
 lib/vconn.c                   | 121 ++++++++++++++++++++++++++++++++-
 ovn/controller/lflow.c        |   6 +-
 ovn/controller/ofctrl.c       |   6 +-
 ovn/controller/ofctrl.h       |   2 +-
 ovn/controller/physical.c     |  37 +++++-----
 ovn/utilities/ovn-sbctl.8.in  |  13 +++-
 ovn/utilities/ovn-sbctl.c     | 129 +++++++++++++++++++++++++++++------
 ovn/utilities/ovn-trace.8.xml |  61 ++++++++++++++++-
 ovn/utilities/ovn-trace.c     |  91 ++++++++++++++++++++++++-
 utilities/ovs-ofctl.c         | 152 +++++++++---------------------------------
 14 files changed, 486 insertions(+), 176 deletions(-)

-- 
2.10.2



More information about the dev mailing list