All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 for-1.6 0/6] rdma: uh oh! IPv6 broken in linux - need workaround
@ 2013-08-09 20:05 mrhines
  2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 1/6] rdma: use resp.len after validation in qemu_rdma_registration_stop mrhines
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: mrhines @ 2013-08-09 20:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: yamahata, aliguori, quintela, frank.yangjie, owasserm, mrhines, pbonzini

From: "Michael R. Hines" <mrhines@us.ibm.com>

Changes since v1:

1. IPv6 support over RDMA ethernet is broken in linux right now.
   Although a patch is in review on linux-rdma, we need a work-around to make sure
   the user knows why it's not working.

   See PATCH 0/5 for a detailed description.

Isaku Yamahata (3):
  rdma: use resp.len after validation in qemu_rdma_registration_stop
  rdma: validate RDMAControlHeader::len
  rdma: check if RDMAControlHeader::len match transferred byte

Michael R. Hines (3):
  rdma: proper getaddrinfo() handling
  rdma: IPv6 over Ethernet (RoCE) is broken in linux - workaround
  rdma: remaining documentation fixes

 migration-rdma.c |  275 +++++++++++++++++++++++++++++++++++++++++++-----------
 qmp-commands.hx  |   10 ++
 2 files changed, 231 insertions(+), 54 deletions(-)

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-08-14 16:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-09 20:05 [Qemu-devel] [PATCH v2 for-1.6 0/6] rdma: uh oh! IPv6 broken in linux - need workaround mrhines
2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 1/6] rdma: use resp.len after validation in qemu_rdma_registration_stop mrhines
2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 2/6] rdma: validate RDMAControlHeader::len mrhines
2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 3/6] rdma: check if RDMAControlHeader::len match transferred byte mrhines
2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 4/6] rdma: proper getaddrinfo() handling mrhines
2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 5/6] rdma: IPv6 over Ethernet (RoCE) is broken in linux - workaround mrhines
2013-08-09 20:05 ` [Qemu-devel] [PATCH v2 for-1.6 6/6] rdma: remaining documentation fixes mrhines
2013-08-09 20:26   ` Eric Blake
2013-08-09 20:32     ` Michael R. Hines
2013-08-09 20:36       ` Eric Blake
2013-08-14 16:27 ` [Qemu-devel] [PATCH v2 for-1.6 0/6] rdma: uh oh! IPv6 broken in linux - need workaround Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.