qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH PULL 00/15] RDMA queue
@ 2018-08-19 20:22 Marcel Apfelbaum
  2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 01/15] hw/rdma: Make distinction between device init and start modes Marcel Apfelbaum
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Marcel Apfelbaum @ 2018-08-19 20:22 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: yuval.shaia, thuth, marcel.apfelbaum

The following changes since commit 0abaa41d936becd914a16ee1fe2a981d96d19428:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' into staging (2018-08-17 09:46:00 +0100)

are available in the Git repository at:

  https://github.com/marcel-apf/qemu tags/rdma-pull-request

for you to fetch changes up to 21ab34c9543fe1b6d31b3edbd01a397e7e090d00:

  config: split PVRDMA from RDMA (2018-08-18 18:01:34 +0300)

----------------------------------------------------------------
Various pvrdma fixes
Split pvrdma from rdma in config

----------------------------------------------------------------
Marcel Apfelbaum (2):
  hw/pvrdma: remove not needed include
  config: split PVRDMA from RDMA

Yuval Shaia (13):
  hw/rdma: Make distinction between device init and start modes
  hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp
  hw/rdma: Modify debug macros
  hw/pvrdma: Clean CQE before use
  hw/pvrdma: Make default pkey 0xFFFF
  hw/rdma: Delete useless structure RdmaRmUserMR
  hw/rdma: Do not allocate memory for non-dma MR
  hw/rdma: Reorder resource cleanup
  hw/pvrdma: Cosmetic change - indent right
  hw/rdma: Cosmetic change - move to generic function
  hw/rdma: Print backend QP number in hex format
  hw/rdma: Bugfix - Support non-aligned buffers
  hw/rdma: Add reference to pci_dev in backend_dev

 configure                   |  55 ++++++++++++++-
 hw/rdma/Makefile.objs       |   2 +-
 hw/rdma/rdma_backend.c      | 105 +++++++++++++++++++++------
 hw/rdma/rdma_backend.h      |   4 +-
 hw/rdma/rdma_backend_defs.h |   3 +-
 hw/rdma/rdma_rm.c           |  63 ++++++++---------
 hw/rdma/rdma_rm_defs.h      |  10 +--
 hw/rdma/rdma_utils.c        |   4 ++
 hw/rdma/rdma_utils.h        |  16 +++--
 hw/rdma/vmw/pvrdma.h        |   3 +
 hw/rdma/vmw/pvrdma_cmd.c    |   9 +--
 hw/rdma/vmw/pvrdma_main.c   | 137 +++++++++++++++++++++---------------
 hw/rdma/vmw/pvrdma_qp_ops.c |   5 +-
 13 files changed, 280 insertions(+), 136 deletions(-)

-- 
2.17.1

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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-19 20:22 [Qemu-devel] [PATCH PULL 00/15] RDMA queue Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 01/15] hw/rdma: Make distinction between device init and start modes Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 02/15] hw/pvrdma: Bugfix - provide the correct attr_mask to query_qp Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 03/15] hw/rdma: Modify debug macros Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 04/15] hw/pvrdma: Clean CQE before use Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 05/15] hw/pvrdma: Make default pkey 0xFFFF Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 06/15] hw/rdma: Delete useless structure RdmaRmUserMR Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 07/15] hw/rdma: Do not allocate memory for non-dma MR Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 08/15] hw/rdma: Reorder resource cleanup Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 09/15] hw/pvrdma: Cosmetic change - indent right Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 10/15] hw/rdma: Cosmetic change - move to generic function Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 11/15] hw/rdma: Print backend QP number in hex format Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 12/15] hw/rdma: Bugfix - Support non-aligned buffers Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 13/15] hw/rdma: Add reference to pci_dev in backend_dev Marcel Apfelbaum
2018-08-19 20:22 ` [Qemu-devel] [PATCH PULL 14/15] hw/pvrdma: remove not needed include Marcel Apfelbaum
2018-08-19 20:23 ` [Qemu-devel] [PATCH PULL 15/15] config: split PVRDMA from RDMA Marcel Apfelbaum
2018-08-20 16:00 ` [Qemu-devel] [PATCH PULL 00/15] RDMA queue Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).