On Thu, Jan 14, 2021 at 09:14:23PM +0200, Kamal Heib wrote: > The max_recv_sge value is wrongly reported when calling query_qp, This > is happening due to a typo when assigning the max_recv_sge value, the > value of sq_max_sges was assigned instead of rq_max_sges. > > Fixes: 3e5c02c9ef9a ("iw_cxgb4: Support query_qp() verb") > Signed-off-by: Kamal Heib <kamalheib1@xxxxxxxxx> > Reviewed-by: Potnuri Bharat Teja <bharat@xxxxxxxxxxx> > --- > drivers/infiniband/hw/cxgb4/qp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied to for-rc, thanks Jason