]> xenbits.xensource.com Git - qemu-upstream-4.5-testing.git/commit
rdma: bug fixes
authorMichael R. Hines <mrhines@us.ibm.com>
Tue, 18 Feb 2014 02:34:06 +0000 (10:34 +0800)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 5 Aug 2014 18:47:52 +0000 (13:47 -0500)
commit0f00455b4c2fa7350c26725864cdf6bf1a3576ae
tree45545f8b5b4c9b06544fd4e65beec707f04113f1
parent6ea6bd5d7594eabfbc94a2dc1aaf10cb81c88e55
rdma: bug fixes

1. Fix small memory leak in parsing inet address from command line in data_init()
2. Fix ibv_post_send() return value check and pass error code back up correctly.
3. Fix rdma_destroy_qp() segfault after failure to connect to destination.

Reported-by: frank.yangjie@gmail.com
Reported-by: dgilbert@redhat.com
Signed-off-by: Michael R. Hines <mrhines@us.ibm.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
(cherry picked from commit e325b49a320b493cc5d69e263751ff716dc458fe)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
migration-rdma.c