commit | af56e53ccd29bda062a1ae75276dc9c0f8eedf47 | [log] [tgz] |
---|---|---|
author | Tatyana Nikolova <Tatyana.E.Nikolova@intel.com> | Wed Jul 05 21:25:33 2017 -0500 |
committer | Doug Ledford <dledford@redhat.com> | Thu Jul 20 11:20:49 2017 -0400 |
tree | 32882d7692b222f493cd5a79412dff6b983994bb | |
parent | 44b99f88cdd5b47046c511aa64ae71ad2c9e5b1e [diff] |
i40iw: Free QP PBLEs when the QP is destroyed If the physical buffer list entries (PBLEs) of a QP are freed up at i40iw_dereg_mr, they can be assigned to a newly created QP before the previous QP is destroyed. Fix this by freeing PBLEs only when the QP is destroyed. Signed-off-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com> Signed-off-by: Faisal Latif <faisal.latif@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>