From: Mallikarjuna R Chilakala Date: Tue, 15 Dec 2009 11:56:59 +0000 (+0000) Subject: ixgbe: Fix tx_restart_queue/non_eop_desc statistics counters X-Git-Tag: v2.6.33-rc1~59^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb985f09b2a189bde80550e410ddfc28c4276c53;p=pandora-kernel.git ixgbe: Fix tx_restart_queue/non_eop_desc statistics counters Fix the restart_queue and non_eop_desc counters from being double-counted. They are cumulative in each ring, so we don't want to add them to the cumulative result in the adapter's master counter. Otherwise, the stats will be inaccurate Signed-off-by: Mallikarjuna R Chilakala Acked-by: Peter P Waskiewicz Jr Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed