« Previous | Next » 

Revision 5a91337c

ID5a91337cdf343b94474f8bbecab85a8c00f6d2a1

Added by Isaku Yamahata over 10 years ago

rdma: clean up of qemu_rdma_cleanup()

- 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 <>
Signed-off-by: Isaku Yamahata <>
Signed-off-by: Juan Quintela <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences