diff options
author | Aharon Landau <aharonl@nvidia.com> | 2021-10-12 13:26:30 +0300 |
---|---|---|
committer | Leon Romanovsky <leonro@nvidia.com> | 2021-10-19 14:33:20 +0300 |
commit | cf6a8b1b24d675afc35a01cccd081160014a0125 (patch) | |
tree | 317b9bb2af294a25bd1a7175a4a088badec332a9 /include/linux/mlx5 | |
parent | 519d81956ee277b4419c723adfb154603c2565ba (diff) | |
download | linux-cf6a8b1b24d675afc35a01cccd081160014a0125.tar.xz |
RDMA/mlx5: Remove iova from struct mlx5_core_mkey
iova is already stored in ibmr->iova, no need to store it here.
Signed-off-by: Aharon Landau <aharonl@nvidia.com>
Reviewed-by: Shay Drory <shayd@nvidia.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r-- | include/linux/mlx5/driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index e23417424373..669904f9986e 100644 --- a/include/linux/mlx5/driver.h +++ b/include/linux/mlx5/driver.h @@ -364,7 +364,6 @@ enum { }; struct mlx5_core_mkey { - u64 iova; u64 size; u32 key; u32 pd; |