[ovs-git] [openvswitch/ovs] ec47af: revalidator: Distinguish new and duplicate flows.

GitHub noreply at github.com
Tue Sep 30 03:25:36 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ec47af519bb46e95400a59e3c841886c7e12c47b
      https://github.com/openvswitch/ovs/commit/ec47af519bb46e95400a59e3c841886c7e12c47b
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

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

  Log Message:
  -----------
  revalidator: Distinguish new and duplicate flows.

We previously counted flows that have been installed during the current
dump as duplicates, rather than recognising them as new flows. This
patch separates the counters out for these two cases.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


  Commit: a2b59fd5bd197bb73bd1d86efa74f171b59ab06d
      https://github.com/openvswitch/ovs/commit/a2b59fd5bd197bb73bd1d86efa74f171b59ab06d
  Author: Joe Stringer <joestringer at nicira.com>
  Date:   2014-09-30 (Tue, 30 Sep 2014)

  Changed paths:
    M tests/test-hash.c

  Log Message:
  -----------
  tests: Mention binomial coefficient in hash tests.

This just makes it a bit easier for someone coming in fresh to do some
searches and figure out what the description means.

Signed-off-by: Joe Stringer <joestringer at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


Compare: https://github.com/openvswitch/ovs/compare/447b65822d4d...a2b59fd5bd19


More information about the git mailing list