summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorHaggai Eran2014-05-22 13:50:10 +0200
committerRoland Dreier2014-05-27 20:53:06 +0200
commitb475598aec63f2efbc78f0ff1895d917d2370846 (patch)
treea4c0b13aa5cbe15a1ac5fb50bddc2c9208a0c193 /include/linux/mlx5
parentIB/mlx5: Add MR to radix tree in reg_mr_callback (diff)
downloadkernel-qcow2-linux-b475598aec63f2efbc78f0ff1895d917d2370846.tar.gz
kernel-qcow2-linux-b475598aec63f2efbc78f0ff1895d917d2370846.tar.xz
kernel-qcow2-linux-b475598aec63f2efbc78f0ff1895d917d2370846.zip
mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMR
The patch stores iova, pd and size during mr creation and after UMRs that modify them. It removes the unused access flags field. Signed-off-by: Haggai Eran <haggaie@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 93cef6313e72..2bce4aad2570 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -427,7 +427,6 @@ struct mlx5_core_mr {
u64 size;
u32 key;
u32 pd;
- u32 access;
};
struct mlx5_core_srq {