From: Rusty Russell Date: Sat, 3 May 2008 02:50:43 +0000 (-0500) Subject: virtio: fix tx_ stats in virtio_net X-Git-Tag: v2.6.26-rc1~15^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655aa31f028c4498e8896576571ee1ea68dd26e0;p=pandora-kernel.git virtio: fix tx_ stats in virtio_net get_buf() gives the length written by the other side, which will be zero. We want to add the skb length. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed