On Mon, Feb 22, 2021 at 03:15:50PM +0100, Jack Wang wrote: > Has the driver use shared CQs providing ~10%-20% improvement during > test. > Instead of opening a CQ for each QP per connection, a CQ for each QP > will be provided by the RDMA core driver that will be shared between > the QPs on that core reducing interrupt overhead. > > Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx> > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx> > --- > drivers/infiniband/ulp/rtrs/rtrs-clt.c | 10 +++++----- > drivers/infiniband/ulp/rtrs/rtrs-pri.h | 1 + > drivers/infiniband/ulp/rtrs/rtrs-srv.c | 10 +++++----- > drivers/infiniband/ulp/rtrs/rtrs.c | 9 +++++---- > 4 files changed, 16 insertions(+), 14 deletions(-) Applied to for-next, thanks Jason