Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102705219
D38621.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
340 B
Referenced Files
None
Subscribers
None
D38621.diff
View Options
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c
--- a/sys/dev/ixgbe/if_ix.c
+++ b/sys/dev/ixgbe/if_ix.c
@@ -754,7 +754,7 @@
ixgbe_initialize_rss_mapping(sc);
- if (sc->num_rx_queues > 1) {
+ if (sc->feat_en & IXGBE_FEATURE_RSS) {
/* RSS and RX IPP Checksum are mutually exclusive */
rxcsum |= IXGBE_RXCSUM_PCSD;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 3:00 AM (18 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14669412
Default Alt Text
D38621.diff (340 B)
Attached To
Mode
D38621: ixgbe: Change if condition for RSS and rxcsum
Attached
Detach File
Event Timeline
Log In to Comment