From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve8Fz-0000sN-Ky for qemu-devel@nongnu.org; Wed, 06 Nov 2013 13:55:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve8Fq-0006Ti-Nd for qemu-devel@nongnu.org; Wed, 06 Nov 2013 13:55:11 -0500 Received: from e31.co.us.ibm.com ([32.97.110.149]:33769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve8Fq-0006NF-Fq for qemu-devel@nongnu.org; Wed, 06 Nov 2013 13:55:02 -0500 Received: from /spool/local by e31.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 6 Nov 2013 11:55:01 -0700 Received: from d03relay05.boulder.ibm.com (d03relay05.boulder.ibm.com [9.17.195.107]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 8419E1FF001B for ; Wed, 6 Nov 2013 11:54:44 -0700 (MST) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay05.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id rA6Isxkp358282 for ; Wed, 6 Nov 2013 11:54:59 -0700 Received: from d03av01.boulder.ibm.com (localhost [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id rA6Isw59002117 for ; Wed, 6 Nov 2013 11:54:58 -0700 Message-ID: <527A9081.1000507@linux.vnet.ibm.com> Date: Wed, 06 Nov 2013 13:54:57 -0500 From: "Michael R. Hines" MIME-Version: 1.0 References: <1382817788-15615-1-git-send-email-mrhines@linux.vnet.ibm.com> <52796F0C.8010107@redhat.com> In-Reply-To: <52796F0C.8010107@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] rdma: rename 'x-rdma' => 'rdma' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, onom@us.ibm.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com, chegu_vinod@hp.com On 11/05/2013 05:19 PM, Eric Blake wrote: > On 10/26/2013 02:03 PM, mrhines@linux.vnet.ibm.com wrote: >> From: "Michael R. Hines" >> >> As far as we can tell, all known bugs have been fixed: >> >> 1. Parallel RDMA migrations are working >> 2. IPv6 migration is working >> 3. Libvirt patches are ready >> 4. virt-test is working >> >> Signed-off-by: Michael R. Hines >> --- >> docs/rdma.txt | 24 ++++++++++-------------- >> migration-rdma.c | 2 +- >> migration.c | 6 +++--- >> qapi-schema.json | 4 ++-- >> 4 files changed, 16 insertions(+), 20 deletions(-) >> +++ b/qapi-schema.json >> @@ -615,7 +615,7 @@ >> # 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 >> +# @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.6) > This text is still out-of-date. s/1.6/1.7/ (if we are still trying to > get it in 1.7), as well as removing mention of it being experimental. > Thanks, Erik. Very silly of me to miss that. - Michael