From: Alexander Duyck Date: Fri, 15 Jul 2011 03:05:14 +0000 (+0000) Subject: ixgbe: Simplify transmit cleanup path X-Git-Tag: v3.2-rc1~129^2~372 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30065e63d8366b6ea4c8962fa255adfac157ce06;p=pandora-kernel.git ixgbe: Simplify transmit cleanup path This patch helps to simplify the work being done by the transmit path by removing the unnecessary compares between count and the work limit. Instead we can simplify this by just adding a budget value that will act as a count down from the work limit value. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed