[ovs-dev] [PATCH v3 0/4] Fix some "clone"-related issues

Ben Pfaff blp at ovn.org
Fri Jan 6 16:33:41 UTC 2017


v1->v2:
  - Patches 1 and 2 were applied and dropped.
  - Patch 3 (now patch 1) no longer clears the action set or stack, although it
    saves and restores them, following discussion with Jarno and Mickey.
  - Patch 4 (now patch 2) is unchanged.
  - Patch 5 (now patch 3) dropped unrelated changes to manpages.mk.
  - Added a new patch to use ct_clear action in ovn-controller.

v2->v3:
  - Fix a test bug and a nit in patch 3 (thanks Mickey!).

Ben Pfaff (4):
  ofproto-dpif-xlate: Make "clone" save action set and stack.
  ofproto-dpif-xlate: Make clone save "was_mpls".
  New action "ct_clear".
  ovn-controller: Clear conntrack state inside clone action.

 NEWS                              |  2 +-
 include/openvswitch/ofp-actions.h |  3 +-
 lib/ofp-actions.c                 | 43 +++++++++++++++++++++++++++-
 ofproto/ofproto-dpif-xlate.c      | 42 ++++++++++++++++++++++-----
 ovn/controller/physical.c         |  3 +-
 tests/ofp-actions.at              |  3 ++
 tests/ofproto-dpif.at             | 60 +++++++++++++++++++++++++++++++++++++++
 utilities/ovs-ofctl.8.in          |  9 +++++-
 8 files changed, 153 insertions(+), 12 deletions(-)

-- 
2.10.2



More information about the dev mailing list