> Subject: Re: [PATCH v3 19/20] RDMA: Add irdma Kconfig/Makefile and remove > i40iw > > > > > - The whole cqp_compl_thread thing looks really weird > > What is the concern? > > It looks like an open coded work queue > The cqp_compl_thread is not a work queue in the sense that no work is queued to it. It is a thread that is signaled to check for and handle CQP completion events if present.