Re: [PATCH net-next 09/10] net/mlx5: Fix global UAR mapping

2016-02-27 Thread David Miller
From: Saeed Mahameed Date: Thu, 25 Feb 2016 18:33:19 +0200 > @@ -246,11 +246,11 @@ int mlx5_alloc_map_uar(struct mlx5_core_dev *mdev, > struct mlx5_uar *uar) > err = -ENOMEM; > goto err_free_uar; > } > - > - if (mdev->priv.bf_mapping) > - uar->bf

[PATCH net-next 09/10] net/mlx5: Fix global UAR mapping

2016-02-25 Thread Saeed Mahameed
From: Moshe Lazer Remove the global WC mapping of the total UARs since UAR mapping should be decided per UAR. Fixes: 88a85f99e51f ('TX latency optimization to save DMA reads') Signed-off-by: Moshe Lazer Reviewed-by: Achiad Shochat Signed-off-by: Saeed Mahameed --- drivers/net/ethernet/mellan