commit | 97402b96f87c6e32f75f1bffdd91a5ee144b679d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Apr 18 11:24:27 2008 +0800 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Jul 25 12:06:01 2008 +1000 |
tree | 7135f703666079dbc15fc972941179f05bd63972 | |
parent | a9ea3fc6f2654a7407864fec983d1671d775b5ee [diff] |
virtio net: Allow receiving SG packets Finally this patch lets virtio_net receive GSO packets in addition to sending them. This can definitely be optimised for the non-GSO case. For comparison the Xen approach stores one page in each skb and uses subsequent skb's pages to construct an SG skb instead of preallocating the maximum amount of pages per skb. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (added feature bits)