From: Emil Tantilov Date: Sat, 8 Nov 2014 01:39:35 +0000 (+0000) Subject: ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~137^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0579eefca75304886cfadeec593d159125badfb4;p=pandora-kernel.git ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continue This change allows us to go from a loop based on the descriptor to one primarily based on the budget. The advantage to this is that we can avoid carrying too many values from one iteration to the next. CC: Alexander Duyck Signed-off-by: Emil Tantilov Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed