Thread (28 messages) 28 messages, 6 authors, 2025-09-02

Re: [PATCH v5 12/14] RDMA/ionic: Register device ops for miscellaneous functionality

From: Shay Drori <hidden>
Date: 2025-08-14 11:33:43
Also in: linux-rdma, lkml, netdev


On 14/08/2025 8:38, Abhijit Gangurde wrote:
quoted hunk ↗ jump to hunk
@@ -50,6 +251,17 @@ static const struct ib_device_ops ionic_dev_ops = {
  	.poll_cq = ionic_poll_cq,
  	.req_notify_cq = ionic_req_notify_cq,
  
+	.query_device = ionic_query_device,
+	.query_port = ionic_query_port,
+	.get_link_layer = ionic_get_link_layer,
+	.query_pkey = ionic_query_pkey,
+	.modify_device = ionic_modify_device,
+	.get_port_immutable = ionic_get_port_immutable,
+	.get_dev_fw_str = ionic_get_dev_fw_str,
+	.get_vector_affinity = ionic_get_vector_affinity,
I see there is no usage of get_vector_affinity(). It is called from
ib_get_vector_affinity() and no one is calling ib_get_vector_affinity().

So, in case you re-spin the series, can you drop it?

Thanks
Shay
+	.device_group = &ionic_rdma_attr_group,
+	.disassociate_ucontext = ionic_disassociate_ucontext,
+
  	INIT_RDMA_OBJ_SIZE(ib_ucontext, ionic_ctx, ibctx),
  	INIT_RDMA_OBJ_SIZE(ib_pd, ionic_pd, ibpd),
  	INIT_RDMA_OBJ_SIZE(ib_ah, ionic_ah, ibah),
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help