On 20.09.2016 20:57, Sowmini Varadhan wrote: > The vxlan header may not be aligned to 4 bytes in > vxlan_build_skb (e.g., for MLD packets). This patch > avoids unaligned access traps from vxlan_build_skb > (in platforms like sparc) by making struct vxlanhdr __packed. > > Signed-off-by: Sowmini Varadhan <sowmini.varad...@oracle.com>
Performance wise this should only affect code generation for archs where it matters anyway. Acked-by: Hannes Frederic Sowa <han...@stressinduktion.org> Thanks, Hannes