vswitchd: fix 32-bit builds
authorAnsis Atteka <aatteka@nicira.com>
Thu, 22 Nov 2012 21:00:05 +0000 (13:00 -0800)
committerAnsis Atteka <aatteka@nicira.com>
Fri, 23 Nov 2012 01:44:21 +0000 (03:44 +0200)
commit3b21e3871731d30714890671164d491ebeef459d
tree93325bd566a57fc94be521efb82b3e8acd58f207
parentdcb66daea433cd93593e517c3fac3c898f2c9f70
vswitchd: fix 32-bit builds

My previous 72e8bf28bb38e8816435c64859fb350215b6a9e6 (datapath:
add skb mark matching and set action) commit broke 32-bit builds.
This patch assures that size of struct flow is equal on both
32-bit and 64-bit architectures so that build asserts would
not fire anymore.

Acked-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Ansis Atteka <aatteka@nicira.com>
lib/flow.c
lib/flow.h
tests/test-bundle.c
tests/test-multipath.c