Skip to content

Commit 3f16b28

Browse files
committed
RDMA/cxgb4: Dump vendor specific QP details
JIRA: https://issues.redhat.com/browse/RHEL-83218 commit 89f8c6f Author: Leon Romanovsky <leon@kernel.org> Date: Mon Oct 7 20:55:17 2024 +0300 RDMA/cxgb4: Dump vendor specific QP details Restore the missing functionality to dump vendor specific QP details, which was mistakenly removed in the commit mentioned in Fixes line. Fixes: 5cc3411 ("RDMA: Add dedicated QP resource tracker function") Link: https://patch.msgid.link/r/ed9844829135cfdcac7d64285688195a5cd43f82.1728323026.git.leonro@nvidia.com 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> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Signed-off-by: Kamal Heib <kheib@redhat.com>
1 parent 1f46989 commit 3f16b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/infiniband/hw/cxgb4/provider.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,7 @@ static const struct ib_device_ops c4iw_dev_ops = {
473473
.fill_res_cq_entry = c4iw_fill_res_cq_entry,
474474
.fill_res_cm_id_entry = c4iw_fill_res_cm_id_entry,
475475
.fill_res_mr_entry = c4iw_fill_res_mr_entry,
476+
.fill_res_qp_entry = c4iw_fill_res_qp_entry,
476477
.get_dev_fw_str = get_dev_fw_str,
477478
.get_dma_mr = c4iw_get_dma_mr,
478479
.get_hw_stats = c4iw_get_mib,

0 commit comments

Comments
 (0)