Page MenuHomeFreeBSD

D38621.id122388.diff
No OneTemporary

D38621.id122388.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
Mon, Mar 3, 8:10 PM (7 h, 6 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16952566
Default Alt Text
D38621.id122388.diff (340 B)

Event Timeline