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:
parent
620a62e0fc
commit
a46570c76d
@ -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 +=
|
||||
|
Loading…
x
Reference in New Issue
Block a user