073319c94af96c79c parent f33005a637bffca72fe373d1e91f2dfbc8fae157 author Alexander Duyck 1347517681 +0000 committer Jeff Kirsher 1348307424 -0700 igb: Change Tx cleanup loop to do/while instead of for This change makes it so that Tx cleanup is done in a do/while loop instead of a for loop. The main motivation behind this is the fact that we should never be invoked with a budget less than 1 so we can skip checking the budget before processing the first descriptor. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher ­