[ovs-git] [openvswitch/ovs] 6cd20a: xlate: Fix typo in comment.

GitHub noreply at github.com
Tue Jun 21 16:46:47 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 6cd20a22a0121df7639e43888416daab96e4f9c7
      https://github.com/openvswitch/ovs/commit/6cd20a22a0121df7639e43888416daab96e4f9c7
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c

  Log Message:
  -----------
  xlate: Fix typo in comment.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 1fc71871a50821aa68e3a2e18c9b44b6e9afede3
      https://github.com/openvswitch/ovs/commit/1fc71871a50821aa68e3a2e18c9b44b6e9afede3
  Author: Jarno Rajahalme <jarno at ovn.org>
  Date:   2016-06-21 (Tue, 21 Jun 2016)

  Changed paths:
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c

  Log Message:
  -----------
  ofproto: Set to revalidate when a new version is available.

There is no need to set the revalidate flag after each flow mod
separately, as we can do it once after the whole transaction is
finished.  It is not done at all if the transaction fails.

In the successful case this change makes no functional difference,
since the revalidation thread is triggered by the main thread only
after a bundle transaction has been fully processed.

Signed-off-by: Jarno Rajahalme <jarno at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/b87a5aacefe2...1fc71871a508


More information about the git mailing list