* [PATCH rdma-next] RDMA/cxgb4: Dump vendor specific QP details
@ 2024-10-07 17:55 Leon Romanovsky
2024-10-21 16:33 ` Jason Gunthorpe
0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2024-10-07 17:55 UTC (permalink / raw)
To: Jason Gunthorpe
Cc: Leon Romanovsky, Dr . David Alan Gilbert, linux-rdma,
Maor Gottlieb, Potnuri Bharat Teja
From: Leon Romanovsky <leonro@nvidia.com>
Restore the missing functionality to dump vendor specific QP details,
which was mistakenly removed in the commit mentioned in Fixes line.
Fixes: 5cc34116ccec ("RDMA: Add dedicated QP resource tracker function")
Reported-by: Dr. David Alan Gilbert <linux@treblig.org>
Closes: https://lore.kernel.org/all/Zv_4qAxuC0dLmgXP@gallifrey
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
---
drivers/infiniband/hw/cxgb4/provider.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/infiniband/hw/cxgb4/provider.c b/drivers/infiniband/hw/cxgb4/provider.c
index 10a4c738b59f..e059f92d90fd 100644
--- a/drivers/infiniband/hw/cxgb4/provider.c
+++ b/drivers/infiniband/hw/cxgb4/provider.c
@@ -473,6 +473,7 @@ static const struct ib_device_ops c4iw_dev_ops = {
.fill_res_cq_entry = c4iw_fill_res_cq_entry,
.fill_res_cm_id_entry = c4iw_fill_res_cm_id_entry,
.fill_res_mr_entry = c4iw_fill_res_mr_entry,
+ .fill_res_qp_entry = c4iw_fill_res_qp_entry,
.get_dev_fw_str = get_dev_fw_str,
.get_dma_mr = c4iw_get_dma_mr,
.get_hw_stats = c4iw_get_mib,
--
2.46.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH rdma-next] RDMA/cxgb4: Dump vendor specific QP details
2024-10-07 17:55 [PATCH rdma-next] RDMA/cxgb4: Dump vendor specific QP details Leon Romanovsky
@ 2024-10-21 16:33 ` Jason Gunthorpe
0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2024-10-21 16:33 UTC (permalink / raw)
To: Leon Romanovsky
Cc: Leon Romanovsky, Dr . David Alan Gilbert, linux-rdma,
Maor Gottlieb, Potnuri Bharat Teja
On Mon, Oct 07, 2024 at 08:55:17PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
>
> Restore the missing functionality to dump vendor specific QP details,
> which was mistakenly removed in the commit mentioned in Fixes line.
>
> Fixes: 5cc34116ccec ("RDMA: Add dedicated QP resource tracker function")
> Reported-by: Dr. David Alan Gilbert <linux@treblig.org>
> Closes: https://lore.kernel.org/all/Zv_4qAxuC0dLmgXP@gallifrey
> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
> ---
> drivers/infiniband/hw/cxgb4/provider.c | 1 +
> 1 file changed, 1 insertion(+)
Applied to for-rc
Thanks,
Jason
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-10-21 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 17:55 [PATCH rdma-next] RDMA/cxgb4: Dump vendor specific QP details Leon Romanovsky
2024-10-21 16:33 ` Jason Gunthorpe
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).