[ovs-git] [openvswitch/ovs] 330de0: match: Do not skip formatting a zero dp_hash.

GitHub noreply at github.com
Tue Mar 17 00:15:44 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 330de069c5dc0ecc5705a3d9062e0ee2f12b4bff
      https://github.com/openvswitch/ovs/commit/330de069c5dc0ecc5705a3d9062e0ee2f12b4bff
  Author: Jarno Rajahalme <jrajahalme at nicira.com>
  Date:   2015-03-16 (Mon, 16 Mar 2015)

  Changed paths:
    M lib/flow.c
    M lib/match.c
    M tests/dpif-netdev.at
    M tests/ofproto-dpif.at

  Log Message:
  -----------
  match: Do not skip formatting a zero dp_hash.

The dp_hash match should be printed whenever it is being matched.  We
keep the old behavior for flow_format(), which is mostly used to
format PACKET_IN messages. This keeps those messages tidier and avoids
changing a lot of test cases.

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




More information about the git mailing list