diff options
Diffstat (limited to 'drivers/net/ixgbe')
-rw-r--r-- | drivers/net/ixgbe/ixgbe_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 86c8bad609b9..881bbf97ff0c 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
@@ -1679,8 +1679,6 @@ static void ixgbe_configure_srrctl(struct ixgbe_adapter *adapter, int index) | |||
1679 | srrctl |= rx_ring->rx_buf_len >> | 1679 | srrctl |= rx_ring->rx_buf_len >> |
1680 | IXGBE_SRRCTL_BSIZEPKT_SHIFT; | 1680 | IXGBE_SRRCTL_BSIZEPKT_SHIFT; |
1681 | } | 1681 | } |
1682 | if (adapter->hw.mac.type == ixgbe_mac_82599EB) | ||
1683 | srrctl |= IXGBE_SRRCTL_DROP_EN; | ||
1684 | 1682 | ||
1685 | IXGBE_WRITE_REG(&adapter->hw, IXGBE_SRRCTL(index), srrctl); | 1683 | IXGBE_WRITE_REG(&adapter->hw, IXGBE_SRRCTL(index), srrctl); |
1686 | } | 1684 | } |