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

2017-01-10 Thread Ben Pfaff
I applied these to master following Dong Jun's testing.

On Fri, Jan 06, 2017 at 08:33:41AM -0800, Ben Pfaff wrote:
> 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
> 
___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


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

2017-01-06 Thread Ben Pfaff
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

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev