On Sun, Jun 13, 2021 at 12:12 PM Leon Romanovsky <leon@xxxxxxxxxx> wrote: > > On Fri, Jun 11, 2021 at 02:10:32PM +0200, Jack Wang wrote: > > From: Md Haris Iqbal <haris.iqbal@xxxxxxxxxxxxxxx> > > > > When using rdma_rxe, post_one_recv() returns > > NOMEM error due to the full recv queue. > > This patch increase the number of WR for receive queue > > to support all devices. > > > > Signed-off-by: Md Haris Iqbal <haris.iqbal@xxxxxxxxxxxxxxx> > > Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx> > > Signed-off-by: Gioh Kim <gi-oh.kim@xxxxxxxxx> > > --- > > drivers/infiniband/ulp/rtrs/rtrs-clt.c | 7 ++++--- > > drivers/infiniband/ulp/rtrs/rtrs-srv.c | 2 +- > > 2 files changed, 5 insertions(+), 4 deletions(-) > > > > NOMEM -> ENOMEM > > Thanks, > Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx> Thanks for the review, I will address all the comments in the next round. Regards!