Re: [Qemu-devel] [PULL v3 3/7] rdma: introduce capability for chunk registration

2013-04-17 Thread Michael R. Hines
On 04/17/2013 11:44 AM, Eric Blake wrote: On 04/16/2013 10:20 PM, mrhi...@linux.vnet.ibm.com wrote: From: "Michael R. Hines" This capability allows you to disable dynamic chunk registration for better throughput on high-performance links. It is enabled by default. Signed-off-by: Michael R. H

Re: [Qemu-devel] [PULL v3 3/7] rdma: introduce capability for chunk registration

2013-04-17 Thread Eric Blake
On 04/16/2013 10:20 PM, mrhi...@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" > > This capability allows you to disable dynamic chunk registration > for better throughput on high-performance links. > > It is enabled by default. > > Signed-off-by: Michael R. Hines > --- > +++ b/qapi-sch

[Qemu-devel] [PULL v3 3/7] rdma: introduce capability for chunk registration

2013-04-16 Thread mrhines
From: "Michael R. Hines" This capability allows you to disable dynamic chunk registration for better throughput on high-performance links. It is enabled by default. Signed-off-by: Michael R. Hines --- migration.c | 10 ++ qapi-schema.json |2 +- 2 files changed, 11 insertio