]> git.baikalelectronics.ru Git - kernel.git/commit
igb: make tx hang check multiqueue, check eop descriptor
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 27 Oct 2009 23:48:51 +0000 (23:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 28 Oct 2009 10:25:47 +0000 (03:25 -0700)
commit52525a842df23bda7cc6ae64e25355402dd90830
treeb82f4c54b3a8e9dfe2c96a55766d29ac1861e88b
parentf618a4f66c63482daf68923bbd2245df947059c9
igb: make tx hang check multiqueue, check eop descriptor

This change makes the tx hang check run over all tx queues instead of just
queue 0.  Also have hang display info on EOP descriptor instead of the
descriptor at the start of the chain.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c