From: Alexander Duyck Date: Thu, 12 Nov 2009 18:38:16 +0000 (+0000) Subject: igb: check for packets on all tx rings when link is down X-Git-Tag: v2.6.33-rc1~388^2~383 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbabb065802a46d64b8869ba97674bfa90b55d83;p=pandora-kernel.git igb: check for packets on all tx rings when link is down We were previously only checking the first tx ring to see if it had any packets in it when the link when down. However we should be checking all of the rings so this patch makes it so that all of the rings are now being checked. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed