diff options
Diffstat (limited to 'drivers/net/mlx4/en_netdev.c')
-rw-r--r-- | drivers/net/mlx4/en_netdev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/mlx4/en_netdev.c b/drivers/net/mlx4/en_netdev.c index c8a24dcca762..f8bbc5a39e15 100644 --- a/drivers/net/mlx4/en_netdev.c +++ b/drivers/net/mlx4/en_netdev.c | |||
@@ -1011,9 +1011,6 @@ int mlx4_en_init_netdev(struct mlx4_en_dev *mdev, int port, | |||
1011 | if (err) | 1011 | if (err) |
1012 | goto out; | 1012 | goto out; |
1013 | 1013 | ||
1014 | /* Populate Rx default RSS mappings */ | ||
1015 | mlx4_en_set_default_rss_map(priv, &priv->rss_map, priv->rx_ring_num * | ||
1016 | RSS_FACTOR, priv->rx_ring_num); | ||
1017 | /* Allocate page for receive rings */ | 1014 | /* Allocate page for receive rings */ |
1018 | err = mlx4_alloc_hwq_res(mdev->dev, &priv->res, | 1015 | err = mlx4_alloc_hwq_res(mdev->dev, &priv->res, |
1019 | MLX4_EN_PAGE_SIZE, MLX4_EN_PAGE_SIZE); | 1016 | MLX4_EN_PAGE_SIZE, MLX4_EN_PAGE_SIZE); |