|
@@ -770,6 +770,8 @@ static bool i40e_clean_tx_irq(struct i40e_ring *tx_ring, int budget)
|
|
tx_desc = I40E_TX_DESC(tx_ring, 0);
|
|
tx_desc = I40E_TX_DESC(tx_ring, 0);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ prefetch(tx_desc);
|
|
|
|
+
|
|
/* update budget accounting */
|
|
/* update budget accounting */
|
|
budget--;
|
|
budget--;
|
|
} while (likely(budget));
|
|
} while (likely(budget));
|