From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKtB-0004T0-6z for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:42:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsKt9-0001tS-OX for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:42:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsKt9-0001tH-Gw for qemu-devel@nongnu.org; Thu, 27 Jun 2013 18:42:03 -0400 Message-ID: <51CCBFB2.50707@redhat.com> Date: Thu, 27 Jun 2013 16:41:54 -0600 From: Eric Blake MIME-Version: 1.0 References: <1372210541-28092-1-git-send-email-mrhines@linux.vnet.ibm.com> <1372210541-28092-2-git-send-email-mrhines@linux.vnet.ibm.com> In-Reply-To: <1372210541-28092-2-git-send-email-mrhines@linux.vnet.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2AFWOWOOMJIROIFANGXLC" Subject: Re: [Qemu-devel] [PATCH v12 01/15] rdma: add documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrhines@linux.vnet.ibm.com Cc: aliguori@us.ibm.com, quintela@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com, pbonzini@redhat.com, chegu_vinod@hp.com, knoel@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2AFWOWOOMJIROIFANGXLC Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/25/2013 07:35 PM, mrhines@linux.vnet.ibm.com wrote: > From: "Michael R. Hines" >=20 > docs/rdma.txt contains full documentation, > wiki links, github url and contact information. >=20 > Reviewed-by: Juan Quintela > Reviewed-by: Paolo Bonzini > Reviewed-by: Chegu Vinod > Tested-by: Chegu Vinod > Tested-by: Michael R. Hines > Signed-off-by: Michael R. Hines > --- > docs/rdma.txt | 415 +++++++++++++++++++++++++++++++++++++++++++++++++= ++++++++ > 1 file changed, 415 insertions(+) > create mode 100644 docs/rdma.txt > + > +RDMA currently comes in two flavors: both Ethernet based (RoCE, or RDM= A > +over Convered Ethernet) as well as Infiniband-based. This implementati= on of s/Convered/Converged/ ? > +qemu_rdma_exchange_send(header, data, optional response header & data)= : > + > +1. Block on the CQ event channel waiting for a READY command > + from the receiver to tell us that the receiver > + is *ready* for us to transmit some new bytes. > +2. Optionally: if we are expecting a response from the command > + (that we have no yet transmitted), let's post an RQ s/no/not/ --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2AFWOWOOMJIROIFANGXLC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRzL+yAAoJEKeha0olJ0NqqqoH/iurzMgt51U15eW0+1fAI4p2 3yIJn/ad6RfbeAkO1C88jwD8scvwVv4LcJ8HEgAwdpqnOgDDBt1Bu7W5Bhltfstm kSulkvQU3+IoGEsoWAZFFZ/UHnOFgOPs24BEHpkivsVEMWyv/rilYl3yDnuawMNi wDw/yAi3nAzkhJTLn8IJRjjivzGNp2QEWtNhtlt/g9a8f/CWaR9kq+lw5n1ZZnX/ Zx/a6lcyuj36OtMXSLPG54D5x+TIPRNtovxW66/ALltAy/nnX9WcqHRccDHqbCgx E5/eGajJjqXBjEaZOPls26ncjpLuM52uSe+LOtMALmG//S50xVzyNk8BFdat7o4= =uTYS -----END PGP SIGNATURE----- ------enig2AFWOWOOMJIROIFANGXLC--