]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: Use packets to track Tx completions instead of a seperate value
authorAlexander Duyck <alexander.h.duyck@intel.com>
Wed, 8 Feb 2012 07:50:51 +0000 (07:50 +0000)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 15:12:22 +0000 (23:12 +0800)
commita424825e620c35f50b731ba72128346bdb2e81e6
treeafecf37a3bc384a1f024bc16f159d4640526019f
parentc108d129d4577cee113d6244e2bfdbfcb69bc146
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.

(cherry picked from commit 7d7ce682f8437ff91c964c478b8845ed98a3207d)
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Stephen Ko <stephen.s.ko@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe.h
drivers/net/ixgbe/ixgbe_main.c