Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102705372
D31499.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
632 B
Referenced Files
None
Subscribers
None
D31499.diff
View Options
Index: sys/dev/e1000/if_em.c
===================================================================
--- sys/dev/e1000/if_em.c
+++ sys/dev/e1000/if_em.c
@@ -3268,15 +3268,17 @@
} else
rxcsum &= ~E1000_RXCSUM_TUOFL;
- E1000_WRITE_REG(hw, E1000_RXCSUM, rxcsum);
-
if (adapter->rx_num_queues > 1) {
if (hw->mac.type >= igb_mac_min)
igb_initialize_rss_mapping(adapter);
else
em_initialize_rss_mapping(adapter);
+
+ rxcsum |= E1000_RXCSUM_PCSD;
}
+ E1000_WRITE_REG(hw, E1000_RXCSUM, rxcsum);
+
/*
* XXX TEMPORARY WORKAROUND: on some systems with 82573
* long latencies are observed, like Lenovo X60. This
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 3:03 AM (20 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14669449
Default Alt Text
D31499.diff (632 B)
Attached To
Mode
D31499: e1000: always enable PCSD when RSS hashing is used
Attached
Detach File
Event Timeline
Log In to Comment