commit | 8981f01001c616f58f1623ecadfab8b1ed758da7 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 11 20:55:17 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 11 20:55:17 2009 -0700 |
tree | 338a5439aeb3961b115b5dee85fb52725de21d5b | |
parent | adf76cfe24dab32a54e2dd1f51534cea8277f32a [diff] |
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>