|
From: | Juan Quintela |
Subject: | Re: [Qemu-devel] [PATCH] rdma: clean up of qemu_rdma_cleanup() |
Date: | Wed, 18 Sep 2013 15:02:24 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Isaku Yamahata <address@hidden> wrote: > - It can't be determined by RDMAContext::cm_id != NULL if the connection > is established or not. > - RDMAContext::cm_id is leaked and not destroyed because it is set to NULL > too early. > - RDMAContext::qp is created by rdma_create_qp() so that it should be > destroyed > by rdma_destroy_qp(). not ibv_destroy_qp() > > Cc: Michael R. Hines <address@hidden> > Signed-off-by: Isaku Yamahata <address@hidden> Reviewed-by: Juan Quintela <address@hidden>
[Prev in Thread] | Current Thread | [Next in Thread] |