Page MenuHomeFreeBSD

D38621.diff
No OneTemporary

D38621.diff

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

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)

Event Timeline