On Mon, Dec 06, 2021 at 05:06:55PM -0400, Jason Gunthorpe wrote: > On Mon, Dec 06, 2021 at 10:13:14PM +0200, Kamal Heib wrote: > > Fix the wrongly reported max_send_wr and max_recv_wr attributes for user > > QP by making sure to save their valuse on QP creation, so when query QP > > is called the attributes will be reported correctly. > > > > Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> > > --- > > drivers/infiniband/hw/qedr/verbs.c | 2 ++ > > 1 file changed, 2 insertions(+) > > Fixes line? > > Jason Fixes: cecbcddf6461 ("qedr: Add support for QP verbs") Thanks, Kamal