summaryrefslogtreecommitdiff
path: root/link.h
AgeCommit message (Expand)AuthorFilesLines
2013-12-18debian: define SPEED_UNKNOWN if missing in linux/ethtool.hJesper Dangaard Brouer1-0/+4
2013-06-04link: add link management functionsDaniel Borkmann1-0/+18
'commit info' class='commit-info'> authorMaor Gottlieb <maorg@mellanox.com>2016-10-27 16:36:37 +0300 committerDoug Ledford <dledford@redhat.com>2016-11-16 20:04:48 -0500 commit578e72647ba5a77a09004606cb572f0881c34e0d (patch) treef965fa1ea025d28079459a0dd704da439a8de823 parent2d2215888d758c194efb38332aaf5e2069ac578e (diff)
IB/mlx5: Fix atomic cap in indirect UMR
Remove from the driver the limitation imposed by firmware check to not allow change of atomic permissions for indirect UMRs. In order to avoid failures on old firmware, we only ask for change of atomic permissions if atomic operations are supported. Fixes: 968e78dd9644 ('IB/mlx5: Enhance UMR support to allow partial page table update') Signed-off-by: Eli Cohen <eli@mellanox.com> Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat
-rw-r--r--drivers/infiniband/hw/mlx5/qp.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/drivers/infiniband/hw/mlx5/qp.c b/drivers/infiniband/hw/mlx5/qp.c