On Wed, Aug 11, 2021 at 06:11:27PM +0300, Gal Pressman wrote: > This series adds support for CQ notifications through the verbs api > (ibv_req_notify_cq/ibv_get_cq_event). > > In order to achieve that, a new event queue (EQ) object is introduced, > which is in charge of reporting completion events to the driver. > > In addition, a new CQ doorbell is introduced that is mmapped to the > userspace provider in order to arm the CQ when requested by the user. > > PR was sent: > https://github.com/linux-rdma/rdma-core/pull/1044 > > Thanks, > Gal > > Gal Pressman (4): > RDMA/efa: Free IRQ vectors on error flow > RDMA/efa: Remove unused cpu field from irq struct > RDMA/efa: Rename vector field in efa_irq struct to irqn I applied these three, thanks Jason