qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH PULL 0/4] RDMA queue
@ 2020-03-21 19:13 Marcel Apfelbaum
  2020-03-21 19:13 ` [Qemu-devel] [PATCH PULL 1/4] hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy Marcel Apfelbaum
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Marcel Apfelbaum @ 2020-03-21 19:13 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: jusual, stefanha, yuval.shaia.ml, quintela

The following changes since commit 52a96afaa23d883d281bc7b95b9e69db7d6d3d3f:

  Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-request' into staging (2020-03-20 16:00:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to f93cfdc583d4c26b2a878642adf574e11909863c:

  hw/rdma: avoid suspicious strncpy() use (2020-03-21 19:21:20 +0200)

----------------------------------------------------------------
RDMA queue

* hw/rdma: fix gcc 9.2 warnings
* hw/rdma: eliminate data-path processing
* hw/rdma: Replace strncpy with pstrcpy

----------------------------------------------------------------
Julia Suvorova (1):
      hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy

Stefan Hajnoczi (1):
      hw/rdma: avoid suspicious strncpy() use

Yuval Shaia (2):
      hw/rdma: Cosmetic change - no need for two sge arrays
      hw/rdma: Skip data-path mr_id translation

 hw/rdma/rdma_backend.c        | 61 +++++++++++++++++++++----------------------
 hw/rdma/rdma_backend.h        |  5 ----
 hw/rdma/rdma_rm.c             | 13 +++++----
 hw/rdma/vmw/pvrdma_dev_ring.c |  5 ++--
 4 files changed, 39 insertions(+), 45 deletions(-)

-- 
2.17.2



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [Qemu-devel]  [PATCH PULL 0/4] RDMA queue
@ 2019-05-04 13:45 Marcel Apfelbaum
  2019-05-04 13:45 ` Marcel Apfelbaum
  2019-05-07 16:15 ` Peter Maydell
  0 siblings, 2 replies; 9+ messages in thread
From: Marcel Apfelbaum @ 2019-05-04 13:45 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: yuval.shaia, marcel.apfelbaum, kamalheib1

The following changes since commit a6ae23831b05a11880b40f7d58e332c45a6b04f7:

  Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging (2019-05-03 15:26:09 +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 355b7cf356b7f506ca1b716647cc0cf19d312fd2:

  hw/pvrdma: Add support for SRQ (2019-05-04 15:55:56 +0300)

----------------------------------------------------------------
RDMA queue

* pvrdma: Add support for SRQ

----------------------------------------------------------------
Kamal Heib (4):
      hw/rdma: Add SRQ support to backend layer
      hw/rdma: Add support for managing SRQ resource
      hw/rdma: Modify create/destroy QP to support SRQ
      hw/pvrdma: Add support for SRQ

 hw/rdma/rdma_backend.c      | 125 +++++++++++++++++++++++++--
 hw/rdma/rdma_backend.h      |  18 +++-
 hw/rdma/rdma_backend_defs.h |   5 ++
 hw/rdma/rdma_rm.c           | 117 ++++++++++++++++++++++++-
 hw/rdma/rdma_rm.h           |  13 ++-
 hw/rdma/rdma_rm_defs.h      |  10 +++
 hw/rdma/vmw/pvrdma_cmd.c    | 206 +++++++++++++++++++++++++++++++++++++++-----
 hw/rdma/vmw/pvrdma_main.c   |  16 ++++
 hw/rdma/vmw/pvrdma_qp_ops.c |  46 +++++++++-
 hw/rdma/vmw/pvrdma_qp_ops.h |   1 +
 10 files changed, 521 insertions(+), 36 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-03-21 22:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-21 19:13 [Qemu-devel] [PATCH PULL 0/4] RDMA queue Marcel Apfelbaum
2020-03-21 19:13 ` [Qemu-devel] [PATCH PULL 1/4] hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpy Marcel Apfelbaum
2020-03-21 19:13 ` [Qemu-devel] [PATCH PULL 2/4] hw/rdma: Cosmetic change - no need for two sge arrays Marcel Apfelbaum
2020-03-21 19:13 ` [Qemu-devel] [PATCH PULL 3/4] hw/rdma: Skip data-path mr_id translation Marcel Apfelbaum
2020-03-21 19:13 ` [Qemu-devel] [PATCH PULL 4/4] hw/rdma: avoid suspicious strncpy() use Marcel Apfelbaum
2020-03-21 22:34 ` [Qemu-devel] [PATCH PULL 0/4] RDMA queue Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2019-05-04 13:45 Marcel Apfelbaum
2019-05-04 13:45 ` Marcel Apfelbaum
2019-05-07 16:15 ` 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).