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
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