summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAharon Landau <aharonl@nvidia.com>2021-10-12 13:26:30 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-03-13 12:50:07 +0100
commitfe090e183d263be2ac7785aa27f376bff2657c98 (patch)
treee3ace3380590b75a84774d33671797e2a3e29e01 /include
parentb9c5f50926e3f3c494f4af434c17769b561c2637 (diff)
downloadlinux-fe090e183d263be2ac7785aa27f376bff2657c98.tar.gz
linux-fe090e183d263be2ac7785aa27f376bff2657c98.tar.bz2
linux-fe090e183d263be2ac7785aa27f376bff2657c98.zip
RDMA/mlx5: Remove iova from struct mlx5_core_mkey
[ Upstream commit cf6a8b1b24d675afc35a01cccd081160014a0125 ] 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> Stable-dep-of: 235f23840219 ("RDMA/mlx5: Fix indirect mkey ODP page count") Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include')
-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 62d60a515b03..8f0c321674a8 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;