[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v9 10/14] rdma: introduce capability x-rdma-pin-
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v9 10/14] rdma: introduce capability x-rdma-pin-all |
Date: |
Sat, 15 Jun 2013 10:05:05 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 06/14/2013 09:35 PM, address@hidden wrote:
> From: "Michael R. Hines" <address@hidden>
>
> This capability allows you to disable dynamic chunk registration
> for better throughput on high-performance links.
>
> +++ b/qapi-schema.json
> @@ -608,10 +608,15 @@
> # This feature allows us to minimize migration traffic for certain
> work
> # loads, by sending compressed difference of the pages
> #
> +# @x-rdma-pin-all: Controls whether or not the entire VM memory footprint is
> +# mlock()'d on demand or all at once. Refer to docs/rdma.txt for
> usage.
> +# Disabled by default. Experimental: may (or may not) be renamed
> after
> +# further testing is complete. (since 1.5)
1.5 is already out. That means this should probably be (since 1.6) now.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH v9 00/14] rdma: migration support, mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 08/14] rdma: introduce qemu_ram_foreach_block(), mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 06/14] rdma: export qemu_fflush(), mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 01/14] rdma: add documentation, mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 10/14] rdma: introduce capability x-rdma-pin-all, mrhines, 2013/06/14
- Re: [Qemu-devel] [PATCH v9 10/14] rdma: introduce capability x-rdma-pin-all,
Eric Blake <=
- [Qemu-devel] [PATCH v9 07/14] rdma: introduce ram_handle_compressed(), mrhines, 2013/06/14
- [Qemu-devel] [PATCH v9 14/14] rdma: add pin-all accounting timestamp to QMP statistics, mrhines, 2013/06/14
- Re: [Qemu-devel] [PATCH v9 14/14] rdma: add pin-all accounting timestamp to QMP statistics, Chegu Vinod, 2013/06/16
- [Qemu-devel] [PATCH v9 13/14] rdma: fix mlock() freezes and accounting, mrhines, 2013/06/14