From: Herbert Xu Date: Fri, 18 Apr 2008 03:24:27 +0000 (+0800) Subject: virtio net: Allow receiving SG packets X-Git-Tag: v2.6.27-rc1~504^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97402b96f87c6e32f75f1bffdd91a5ee144b679d;p=pandora-kernel.git 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 (added feature bits) --- Reading git-diff-tree failed