From: Alexander Duyck Date: Wed, 8 Feb 2012 07:50:51 +0000 (+0000) Subject: ixgbe: Use packets to track Tx completions instead of a seperate value X-Git-Tag: v3.4-rc1~177^2~39^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d7ce682f8437ff91c964c478b8845ed98a3207d;p=pandora-kernel.git ixgbe: Use packets to track Tx completions instead of a seperate value A separate value was added to track Tx completions in order to determine if the Tx unit was hung. However we can do the same thing using the number of packets completed without having to add another stat to the Tx ring. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed