* [PATCH for-next 8/9] RDMA/rdmavt: get rid of create_user_ah
@ 2022-03-08 14:40 Yajun Deng
0 siblings, 0 replies; only message in thread
From: Yajun Deng @ 2022-03-08 14:40 UTC (permalink / raw)
To: jgg, selvin.xavier, galpress, sleybo, liangwenpeng, liweihang,
mustafa.ismail, shiraz.saleem, leonro, dennis.dalessandro,
mike.marciniszyn, zyjzyj2000
Cc: linux-rdma, linux-kernel, Yajun Deng
There is no create_user_ah in ib_device_ops, remove it.
Signed-off-by: Yajun Deng <yajun.deng@linux.dev>
---
drivers/infiniband/sw/rdmavt/vt.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/infiniband/sw/rdmavt/vt.c b/drivers/infiniband/sw/rdmavt/vt.c
index 59481ae39505..951165f1eae7 100644
--- a/drivers/infiniband/sw/rdmavt/vt.c
+++ b/drivers/infiniband/sw/rdmavt/vt.c
@@ -335,7 +335,6 @@ static const struct ib_device_ops rvt_dev_ops = {
.create_cq = rvt_create_cq,
.create_qp = rvt_create_qp,
.create_srq = rvt_create_srq,
- .create_user_ah = rvt_create_ah,
.dealloc_pd = rvt_dealloc_pd,
.dealloc_ucontext = rvt_dealloc_ucontext,
.dereg_mr = rvt_dereg_mr,
--
2.25.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-08 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 14:40 [PATCH for-next 8/9] RDMA/rdmavt: get rid of create_user_ah Yajun Deng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®