aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2013-09-05 12:17:05 -0700
committerDavid S. Miller <davem@davemloft.net>2013-09-05 15:54:37 -0400
commit0d40f75bdab241868c0eb6f97aef9f8b3a66f7b3 (patch)
tree45b6907b65ab9d68e76150440c571c3bc30dcece /include/linux/mlx4
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-dev-0d40f75bdab241868c0eb6f97aef9f8b3a66f7b3.tar.xz
linux-dev-0d40f75bdab241868c0eb6f97aef9f8b3a66f7b3.zip
openvswitch: Fix alignment of struct sw_flow_key.
sw_flow_key alignment was declared as " __aligned(__alignof__(long))". However, this breaks on the m68k architecture where long is 32 bit in size but 16 bit aligned by default. This aligns to the size of a long to ensure that we can always do comparsions in full long-sized chunks. It also adds an additional build check to catch any reduction in alignment. CC: Andy Zhou <azhou@nicira.com> Reported-by: Fengguang Wu <fengguang.wu@intel.com> Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Jesse Gross <jesse@nicira.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mlx4')
0 files changed, 0 insertions, 0 deletions