flow: Rearrange struct flow for better megaflows.
authorEthan Jackson <ethan@nicira.com>
Fri, 4 Apr 2014 00:31:03 +0000 (17:31 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 4 Apr 2014 19:25:44 +0000 (12:25 -0700)
commit1c1764f971d470f5291a86c0f715867ce26bf321
treee75e006ce56669809b54695738752f6b3ade3a58
parent976bf71268824a7d2463de3086d3372173dc59fc
flow: Rearrange struct flow for better megaflows.

Since the dp_hash will often be a hash of the 5 tuple, it makes sense
to put it with the L4 header so it hits in the last classifier lookup
stage.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
Acked-by: Andy Zhou <azhou@nicira.com>
lib/flow.h