From: Rusty Russell Date: Tue, 5 Feb 2008 04:50:01 +0000 (-0500) Subject: virtio: Net header needs hdr_len X-Git-Tag: v2.6.25-rc1~1058^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c8ea8080700014872f2bbd7466d31ce0476290;p=pandora-kernel.git virtio: Net header needs hdr_len It's far easier to deal with packets if we don't have to parse the packet to figure out the header length to know how much to pull into the skb data. Add the field to the virtio_net_hdr struct (and fix the spaces that somehow crept in there). Signed-off-by: Rusty Russell --- Reading git-diff-tree failed