[ovs-git] [openvswitch/ovs] 13c004: ovn-controller: honor ovs_idl_txn when calculating...

GitHub noreply at github.com
Thu Oct 6 20:35:50 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 13c0048ecb9239d69cb4fc5788493d0f970c44a9
      https://github.com/openvswitch/ovs/commit/13c0048ecb9239d69cb4fc5788493d0f970c44a9
  Author: Ryan Moats <rmoats at us.ibm.com>
  Date:   2016-10-06 (Thu, 06 Oct 2016)

  Changed paths:
    M ovn/controller/ovn-controller.c

  Log Message:
  -----------
  ovn-controller: honor ovs_idl_txn when calculating and installing flows.

ovs_idl_txn is checked before various routines (like patch_run) execute.
However, flow calculation and installation does not also check this
variable, which can lead to oscillations as described in [1].

[1] http://openvswitch.org/pipermail/dev/2016-October/080247.html

Signed-off-by: Ryan Moats <rmoats at us.ibm.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list