From: Jesse Gross <je...@nicira.com> Date: Thu, 5 Sep 2013 12:17:05 -0700
> 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 <az...@nicira.com> > Reported-by: Fengguang Wu <fengguang...@intel.com> > Reported-by: Geert Uytterhoeven <ge...@linux-m68k.org> > Signed-off-by: Jesse Gross <je...@nicira.com> Applied, thanks. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev