[ovs-git] [openvswitch/ovs] 1f2e8d: flow: Clean up MINIFLOW_FOR_EACH_IN_MAP.

GitHub noreply at github.com
Tue Oct 7 20:01:29 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 1f2e8d2d85ab7dac37653c4f9d034ce452f289ca
      https://github.com/openvswitch/ovs/commit/1f2e8d2d85ab7dac37653c4f9d034ce452f289ca
  Author: Ben Pfaff <blp at nicira.com>
  Date:   2014-10-07 (Tue, 07 Oct 2014)

  Changed paths:
    M lib/flow.h

  Log Message:
  -----------
  flow: Clean up MINIFLOW_FOR_EACH_IN_MAP.

It seemed awkward to have declarations outside the for loop.

This may also be a little faster because it avoids some calls to
count_1bits().  The idea for that change is due to Jarno Rajahalme
<jrajahalme at nicira.com>.

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




More information about the git mailing list