From: Alexander Duyck Date: Tue, 25 Sep 2012 00:29:37 +0000 (+0000) Subject: ixgbe: Do not decrement budget in ixgbe_clean_rx_irq X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~526^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4de00ed58df50e522d920990976b39433a406aa;p=pandora-kernel.git ixgbe: Do not decrement budget in ixgbe_clean_rx_irq This change makes it so that compare the total_rx_packets cleaned to budget instead of decrementing budget. The advantage to this approach is that budget can now be const and we only end up modifying total_rx_packets instead of modifying both it and budget. Signed-off-by: Alexander Duyck Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed