From: Sandeep Gopalpet Date: Wed, 16 Dec 2009 01:15:07 +0000 (+0000) Subject: gianfar: Fix stats support X-Git-Tag: v2.6.33-rc2~40^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7f38041b8c38d0721b042c123bd5d6bd2d21feb;p=pandora-kernel.git gianfar: Fix stats support This patch updates the per rx/tx queue stats. To update the per rx queue stats a new structure has been introduced rx_q_stats. The per tx queue stats are updated via the netdev_queue structure itself. Note that we update only the tx_packtes, tx_bytes, rx_packets, rx_bytes and rx_dropped stats on a per queue basis. Signed-off-by: Sandeep Gopalpet Signed-off-by: David S. Miller --- Reading git-diff-tree failed