> -----Original Message----- > From: Leon Romanovsky <leon@xxxxxxxxxx> > Sent: Monday, June 12, 2023 2:19 AM > > > + > > +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