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)
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>

No differences found