commit | 8ca967ab67671f07ac7daef4f854559bc66799a3 | [log] [tgz] |
---|---|---|
author | Saeed Mahameed <saeedm@mellanox.com> | Mon Jan 09 21:57:49 2017 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon Feb 06 18:20:18 2017 +0200 |
tree | 827d9d0dd6a405f10bddcb3a542ebc80b468f152 | |
parent | b70149dd7dc98661fbbfe7281f127caa408028fe [diff] |
net/mlx5e: Bring back bfreg uar map dedicated pointer 4K Uar series modified the mlx5e driver to use the new bfreg API, and mistakenly removed the sq->uar_map iomem data path dedicated pointer, which was meant to be read from xmit path for cache locality utilization. Fix that by returning that pointer to the SQ struct. Fixes: 7309cb4ad71e ("IB/mlx5: Support 4k UAR for libmlx5") Signed-off-by: Saeed Mahameed <saeedm@mellanox.com> Reviewed-by: Tariq Toukan <tariqt@mellanox.com>