summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/e1000/if_igb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index dc2e85f..b43baac 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -4231,7 +4231,6 @@ igb_rxeof(struct rx_ring *rxr, int count)
/* Get the RSS Hash */
sendmp->m_pkthdr.flowid =
le32toh(cur->wb.lower.hi_dword.rss);
- curcpu;
sendmp->m_flags |= M_FLOWID;
#endif
}
OpenPOWER on IntegriCloud