linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-next 5/9] RDMA/irdma: get rid of create_user_ah
@ 2022-03-08 14:38 Yajun Deng
  0 siblings, 0 replies; only message in thread
From: Yajun Deng @ 2022-03-08 14:38 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/hw/irdma/verbs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/infiniband/hw/irdma/verbs.c b/drivers/infiniband/hw/irdma/verbs.c
index e731768c2b2a..807fe643b55a 100644
--- a/drivers/infiniband/hw/irdma/verbs.c
+++ b/drivers/infiniband/hw/irdma/verbs.c
@@ -4265,7 +4265,6 @@ static enum rdma_link_layer irdma_get_link_layer(struct ib_device *ibdev,
 static const struct ib_device_ops irdma_roce_dev_ops = {
 	.attach_mcast = irdma_attach_mcast,
 	.create_ah = irdma_create_ah,
-	.create_user_ah = irdma_create_ah,
 	.destroy_ah = irdma_destroy_ah,
 	.detach_mcast = irdma_detach_mcast,
 	.get_link_layer = irdma_get_link_layer,
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-08 14:38 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:38 [PATCH for-next 5/9] RDMA/irdma: 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;
as well as URLs for NNTP newsgroup(s).