Remove a prefetch() directive that, after careful testing, does more harm

than good.

Submitted by:	Fabien Thomas
Reviewed by:	jfv
This commit is contained in:
Scott Long 2012-09-11 16:59:04 +00:00
parent 620a62e0fc
commit a46570c76d

View File

@ -4641,7 +4641,6 @@ ixgbe_rxeof(struct ix_queue *que, int count)
* leave the old mbuf+cluster for re-use.
*/
if (eop && plen <= IXGBE_RX_COPY_LEN) {
prefetch(mp->m_data);
sendmp = m_gethdr(M_DONTWAIT, MT_DATA);
if (sendmp != NULL) {
sendmp->m_data +=