[ovs-git] [openvswitch/ovs] cf119e: ofproto: Make 'importance' immutable.

GitHub noreply at github.com
Fri Jul 3 00:42:07 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: cf119e09c6299273ca106b281b09af678abe4ce3
      https://github.com/openvswitch/ovs/commit/cf119e09c6299273ca106b281b09af678abe4ce3
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

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

  Log Message:
  -----------
  ofproto: Make 'importance' immutable.

OpenFlow provides no means to change the importance of a flow after it is
added, so make it immutable so that it is reasonable to read it without
locking.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


  Commit: 7e9383cc83d6a2b8dabe0b37cba44d5ef22baff2
      https://github.com/openvswitch/ovs/commit/7e9383cc83d6a2b8dabe0b37cba44d5ef22baff2
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2015-07-02 (Thu, 02 Jul 2015)

  Changed paths:
    M lib/ofp-util.c

  Log Message:
  -----------
  ofp-util: Fix typo in comment.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/445a266a5fe0...7e9383cc83d6


More information about the git mailing list