From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPu5D-0002j9-OS for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:25:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPu5A-0000i5-Ru for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:24:59 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:52975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPu5A-0000hJ-Lg for qemu-devel@nongnu.org; Wed, 10 Apr 2013 08:24:56 -0400 Received: from /spool/local by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 10 Apr 2013 06:24:52 -0600 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by d03dlp02.boulder.ibm.com (Postfix) with ESMTP id 5EE4A3E4006F for ; Wed, 10 Apr 2013 06:24:03 -0600 (MDT) Received: from d03av06.boulder.ibm.com (d03av06.boulder.ibm.com [9.17.195.245]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r3ACOFht355980 for ; Wed, 10 Apr 2013 06:24:15 -0600 Received: from d03av06.boulder.ibm.com (loopback [127.0.0.1]) by d03av06.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r3ACR1oX028499 for ; Wed, 10 Apr 2013 06:27:01 -0600 Message-ID: <516559ED.5060503@linux.vnet.ibm.com> Date: Wed, 10 Apr 2013 08:24:13 -0400 From: "Michael R. Hines" MIME-Version: 1.0 References: <1365476681-31593-1-git-send-email-mrhines@linux.vnet.ibm.com> <1365476681-31593-9-git-send-email-mrhines@linux.vnet.ibm.com> <5164494F.1080705@redhat.com> <5164BC3C.6090400@linux.vnet.ibm.com> <51651DD3.50501@redhat.com> In-Reply-To: <51651DD3.50501@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v5: 08/12] new capabilities added and check for QMP string 'rdma' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com On 04/10/2013 04:07 AM, Paolo Bonzini wrote: > Il 10/04/2013 03:11, Michael R. Hines ha scritto: >> Actually, this capability needs to be a part of the same patch. >> >> RDMA must have the ability to turn this off or performance will die. > Yes, but you can put it in a separate patch at the beginning of this > series. RDMA depends on it, but it doesn't depend on RDMA. Acknowledged.