netflow: Do 64-bit division less often.
authorBen Pfaff <blp@nicira.com>
Wed, 1 Sep 2010 19:43:11 +0000 (12:43 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Oct 2010 21:31:48 +0000 (14:31 -0700)
commit48f846e66ef06c39228fb1d3f8d8bfd1c695c93d
tree6afcbea09785df1bc6dd11dd0b4c727509f686af
parent8b055d92533271b05843f4b62fa98aba5e7ce90a
netflow: Do 64-bit division less often.

64-bit division is expensive.  Usually we can avoid it entirely, as done by
this patch.
ofproto/netflow.c