virtio_net: Fix IP alignment on non-mergeable RX path
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 12 Jun 2009 03:55:17 +0000 (20:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2009 03:55:17 +0000 (20:55 -0700)
commit8981f01001c616f58f1623ecadfab8b1ed758da7
tree338a5439aeb3961b115b5dee85fb52725de21d5b
parentadf76cfe24dab32a54e2dd1f51534cea8277f32a
virtio_net: Fix IP alignment on non-mergeable RX path

We need to enforce the IP alignment on the non-mergeable RX path just
like the other RX path.  Not doing so results in misaligned IP
headers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/virtio_net.c