RE: [PATCH v2 1/1] RDMA/mana_ib: Add EQ interrupt support to mana ib driver.
From: Wei Hu <hidden>
Date: 2023-06-12 14:44:42
Also in:
linux-hyperv, linux-rdma
From: Wei Hu <hidden>
Date: 2023-06-12 14:44:42
Also in:
linux-hyperv, linux-rdma
-----Original Message----- From: Leon Romanovsky <leon@kernel.org> Sent: Monday, June 12, 2023 2:19 AMquoted
+ +void mana_ib_cq_handler(void *ctx, struct gdma_queue *gdma_cq) { + struct mana_ib_cq *cq = ctx; + struct ib_device *ibdev = cq->ibcq.device; + + ibdev_dbg(ibdev, "Enter %s %d\n", __func__, __LINE__);This patch has two many debug prints, most if not all should go.
Thanks. I will remove the debug prints in the normal path. Wei