On Tue, Sep 04, 2018 at 11:16:39AM +0530, Somnath Kotur wrote: > 1. DMA-able memory allocated for Shadow QP was not being freed. > 2. bnxt_qplib_alloc_qp_hdr_buf() had a bug wherein the SQ pointer was > erroneously pointing to the RQ. But since the corresponding free_qp_hdr_buf() > was correct, memory being free was less than what was allocated. > > Signed-off-by: Somnath Kotur <somnath.kotur@xxxxxxxxxxxx> > --- > drivers/infiniband/hw/bnxt_re/ib_verbs.c | 2 ++ > drivers/infiniband/hw/bnxt_re/qplib_fp.c | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) Fixes line? Is this for -rc ? Jason