flow: flow_hash_symmetric_l4() don't hash UDP ports.
authorEthan Jackson <ethan@nicira.com>
Mon, 23 May 2011 18:39:17 +0000 (11:39 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 23 May 2011 20:21:14 +0000 (13:21 -0700)
commit3e3eda957144b07379c8376b42cfcd1b634e1a48
treeb3cd98c0d3288502810af95bd87048964724ba4e
parent739e1050dcc320af88e7ab227a15d26eb63e5726
flow: flow_hash_symmetric_l4() don't hash UDP ports.

There is no reason to believe that the source and destination ports
will be symmetric in a bidirectional UDP stream.  This patch no
longer uses them for symmetric hashing.
lib/flow.c