[ovs-git] [openvswitch/ovs] a2b53d: connmgr: Generalize ofproto_packet_in to ofproto_a...

GitHub noreply at github.com
Wed Jan 20 18:04:50 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: a2b53dec11a6d001fd024ba8729de5c63bd2b6a1
      https://github.com/openvswitch/ovs/commit/a2b53dec11a6d001fd024ba8729de5c63bd2b6a1
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M ofproto/connmgr.c
    M ofproto/connmgr.h
    M ofproto/fail-open.c
    M ofproto/ofproto-dpif-xlate.c
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-dpif.h

  Log Message:
  -----------
  connmgr: Generalize ofproto_packet_in to ofproto_async_msg.

An upcoming commit will add another kind of asynchronous message that
should be handled in the same way as packet-ins.

Signed-off-by: Ben Pfaff <blp at ovn.org>


  Commit: 0a96a21b6ee67d7cde2abd72a3a5bd290ac618d5
      https://github.com/openvswitch/ovs/commit/0a96a21b6ee67d7cde2abd72a3a5bd290ac618d5
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M lib/flow.h
    M lib/hash.h
    M lib/odp-util.c
    M lib/ofp-msgs.c
    M ofproto/ofproto-dpif-rid.c

  Log Message:
  -----------
  hash: New helper functions hash_bytes32() and hash_bytes64().

All of the callers of hash_words() and hash_words64() actually find it
easier to pass in the number of bytes instead of the number of 32-bit
or 64-bit words.  These new functions allow the callers to be a little
simpler.

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


Compare: https://github.com/openvswitch/ovs/compare/9bfe933472a7...0a96a21b6ee6


More information about the git mailing list