qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] rdma: Fix cleanup in error paths


From: Padmanabh Ratnakar
Subject: Re: [Qemu-devel] [PATCH] rdma: Fix cleanup in error paths
Date: Wed, 25 Mar 2015 13:54:53 +0000

> 
> This other three are nice, remove code, and make it correct with the case
> that qp has to be removed first.
> 
> So, should we drop the listen_id part, or there is a reason for it?
> 
> Later, Juan.
> 

listen_id is used only in server side.
Saw that listen_id gets created before cm_id.
So for symmetry destroyed cm_id before listen_id.
Checked the status of rdma_destroy_id() and both connection identifier were 
getting destroyed successfully.
Please see if I am missing something and should I revert this change.  

Thanks,
Padmanabh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]