Re: [Qemu-devel] [RFC PATCH RDMA support v1: 4/5] connection-setup code between client/server

2013-01-31 Thread Orit Wasserman
Hi Michael, It will be cleaner to create a new file migration-rdma.c and put all the RDMA logic into it, this way you won't effect TCP migration code. More comments inline On 01/29/2013 12:01 AM, mrhi...@linux.vnet.ibm.com wrote: From: Michael R. Hines mrhi...@us.ibm.com Signed-off-by:

Re: [Qemu-devel] [RFC PATCH RDMA support v1: 4/5] connection-setup code between client/server

2013-01-31 Thread Michael R. hines
I was wondering about that possibility myself, I'll give this a try (along with the other comments). Thanks, - Michael On 01/31/2013 05:51 AM, Orit Wasserman wrote: Hi Michael, It will be cleaner to create a new file migration-rdma.c and put all the RDMA logic into it, this way you won't

[Qemu-devel] [RFC PATCH RDMA support v1: 4/5] connection-setup code between client/server

2013-01-28 Thread mrhines
From: Michael R. Hines mrhi...@us.ibm.com Signed-off-by: Michael R. Hines mrhi...@us.ibm.com --- migration-tcp.c | 53 + migration.c | 41 + 2 files changed, 94 insertions(+) diff --git