commit | 617a20bbd099040b68f3578a0a1da5e8780d1831 | [log] [tgz] |
---|---|---|
author | Isaku Yamahata <yamahata@valinux.co.jp> | Tue Oct 14 17:50:42 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Oct 16 05:11:07 2008 -0400 |
tree | 28be551ea379012afea820e809591883c47f992e | |
parent | 8ab7b66796920e785d27c88fcde1539fa661ae14 [diff] |
xen-netfront: Avoid unaligned accesses to IP header Align ip header to a 16 byte boundary to avoid unaligned access like other drivers. Without this patch, xen-netfront doesn't work well on ia64. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>