]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.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>
Wed, 16 Jul 2014 00:28:00 +0000 (19:28 -0500)
commit63bf1e0ea53479271debccaad05c993996cf2ea9
tree99f68e7238ab5c284bfda402e9cd21e29fed35fd
parent23dbc56d22b3de291a75ae40563bf45573569840
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