From: Michael S. Tsirkin Date: Thu, 25 Jul 2013 00:50:23 +0000 (+0930) Subject: virtio-net: put virtio net header inline with data X-Git-Tag: v3.12-rc1~132^2~456 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7428e95a06fb516fac1308bd0e176e27c0b9287;p=pandora-kernel.git virtio-net: put virtio net header inline with data For small packets we can simplify xmit processing by linearizing buffers with the header: most packets seem to have enough head room we can use for this purpose. Since existing hypervisors require that header is the first s/g element, we need a feature bit for this. Signed-off-by: Michael S. Tsirkin Signed-off-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed