From: Rick Jones Date: Mon, 21 Nov 2011 09:28:17 +0000 (+0000) Subject: virtio_net: return already tracked tx_fifo_errors via virtnet_getstats() X-Git-Tag: v3.3-rc1~182^2~478 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021ac8d387594bdf51d9a279b2f9e9defb614c9b;p=pandora-kernel.git virtio_net: return already tracked tx_fifo_errors via virtnet_getstats() Tx_fifo_errors are tracked in start_xmit_ for virtio_net, but not reported in the tallies returned by virtnet_stats(). Return them as the rx "sub-stats" rx_length_errors and rx_frame_errors are. Signed-off-by: Rick Jones Acked-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed