Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6125a25 authored by Steve Wise's avatar Steve Wise Committed by Jason Gunthorpe
Browse files

RDMA/NLDEV: remove mr iova attribute



Remove mr iova attribute because we don't want to pass up kernel pointers.

Fixes: fccec5b8 ("RDMA/nldev: provide detailed MR information")
Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
Signed-off-by: default avatarJason Gunthorpe <jgg@mellanox.com>
parent 1ea62e81
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -535,9 +535,6 @@ static int fill_res_mr_entry(struct sk_buff *msg, struct netlink_callback *cb,
			goto err;
		if (nla_put_u32(msg, RDMA_NLDEV_ATTR_RES_LKEY, mr->lkey))
			goto err;
		if (nla_put_u64_64bit(msg, RDMA_NLDEV_ATTR_RES_IOVA,
				      mr->iova, RDMA_NLDEV_ATTR_PAD))
			goto err;
	}

	if (nla_put_u64_64bit(msg, RDMA_NLDEV_ATTR_RES_MRLEN, mr->length,