aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ixgbe/ixgbe_main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c
index b235aa16290f..813d2cb5b4d0 100644
--- a/drivers/net/ixgbe/ixgbe_main.c
+++ b/drivers/net/ixgbe/ixgbe_main.c
@@ -2800,10 +2800,8 @@ static void ixgbe_configure_rx(struct ixgbe_adapter *adapter)
2800 /* Perform hash on these packet types */ 2800 /* Perform hash on these packet types */
2801 mrqc |= IXGBE_MRQC_RSS_FIELD_IPV4 2801 mrqc |= IXGBE_MRQC_RSS_FIELD_IPV4
2802 | IXGBE_MRQC_RSS_FIELD_IPV4_TCP 2802 | IXGBE_MRQC_RSS_FIELD_IPV4_TCP
2803 | IXGBE_MRQC_RSS_FIELD_IPV4_UDP
2804 | IXGBE_MRQC_RSS_FIELD_IPV6 2803 | IXGBE_MRQC_RSS_FIELD_IPV6
2805 | IXGBE_MRQC_RSS_FIELD_IPV6_TCP 2804 | IXGBE_MRQC_RSS_FIELD_IPV6_TCP;
2806 | IXGBE_MRQC_RSS_FIELD_IPV6_UDP;
2807 } 2805 }
2808 IXGBE_WRITE_REG(hw, IXGBE_MRQC, mrqc); 2806 IXGBE_WRITE_REG(hw, IXGBE_MRQC, mrqc);
2809 2807