datapath: Drop padding from struct odp_flow_key.
authorBen Pfaff <blp@nicira.com>
Fri, 10 Sep 2010 18:18:53 +0000 (11:18 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 11 Oct 2010 20:31:43 +0000 (13:31 -0700)
commita01ef04ced0d3e04e7d5e5038ef76c861b5c1da3
tree510394c3f9be495795492a4b8ef0f27fd38032ad
parent26233bb4615608fd45d89a5abe2e62f4b3d776f7
datapath: Drop padding from struct odp_flow_key.

Breaking this out as a separate commit should make it easier to see what
needs to change later, if we need to reintroduce padding at some point.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
include/openvswitch/datapath-protocol.h
lib/odp-util.c