提交 1faacf82 编写于 作者: E Eli Cohen 提交者: Roland Dreier

IB/mlx5: Simplify mlx5_ib_destroy_srq

Make use of destroy_srq_kernel() to clear SRQ resouces.
Signed-off-by: NEli Cohen <eli@mellanox.com>
Signed-off-by: NRoland Dreier <roland@purestorage.com>
上级 9641b74e
...@@ -390,9 +390,7 @@ int mlx5_ib_destroy_srq(struct ib_srq *srq) ...@@ -390,9 +390,7 @@ int mlx5_ib_destroy_srq(struct ib_srq *srq)
mlx5_ib_db_unmap_user(to_mucontext(srq->uobject->context), &msrq->db); mlx5_ib_db_unmap_user(to_mucontext(srq->uobject->context), &msrq->db);
ib_umem_release(msrq->umem); ib_umem_release(msrq->umem);
} else { } else {
kfree(msrq->wrid); destroy_srq_kernel(dev, msrq);
mlx5_buf_free(&dev->mdev, &msrq->buf);
mlx5_db_free(&dev->mdev, &msrq->db);
} }
kfree(srq); kfree(srq);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册