From: "Michael S. Tsirkin" <mst@redhat.com>
To: "Eugenio Pérez" <eperezma@redhat.com>
Cc: "Kevin Wolf" <kwolf@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
qemu-block@nongnu.org, "Amit Shah" <amit@kernel.org>,
"Jason Wang" <jasowang@redhat.com>,
qemu-devel@nongnu.org, "Max Reitz" <mreitz@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Fam Zheng" <fam@euphon.net>,
"Jens Freimann" <jfreimann@redhat.com>
Subject: Re: [PATCH v7 0/8] Packed virtqueue for virtio
Date: Fri, 25 Oct 2019 07:34:03 -0400 [thread overview]
Message-ID: <20191025073257-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <20191025083527.30803-1-eperezma@redhat.com>
On Fri, Oct 25, 2019 at 10:35:19AM +0200, Eugenio Pérez wrote:
> Hi:
>
> This is an updated version of packed virtqueue support based on Wei and Jason's
> V6, mainly solving the clang leak detector error CI gave.
Looks good, I will queue this up.
It would be nice to add libqos based tests on top,
based on Stefan's work.
> Please review.
>
> Changes from V6:
> - Commit reorder: Squash bugfix and sepparate big changes into smaller commits.
>
> Changes from V5:
> - Fix qemu's CI asan error.
> - Move/copy rcu comments.
> - Merge duplicated vdev->broken check between split and packet version.
>
> Eugenio Pérez (2):
> virtio: Free blk virqueues at unrealize()
> virtio: Free rnd virqueue at unrealize()
>
> Jason Wang (4):
> virtio: basic packed virtqueue support
> virtio: event suppression support for packed ring
> vhost_net: enable packed ring support
> virtio: add property to enable packed virtqueue
>
> Wei Xu (2):
> virtio: basic structure for packed ring
> virtio: device/driver area size calculation refactor for split ring
>
> hw/block/virtio-blk.c | 7 +-
> hw/char/virtio-serial-bus.c | 2 +-
> hw/net/vhost_net.c | 2 +
> hw/scsi/virtio-scsi.c | 3 +-
> hw/virtio/virtio-rng.c | 1 +
> hw/virtio/virtio.c | 1154 ++++++++++++++++++++++++++++++++++++++-----
> include/hw/virtio/virtio.h | 14 +-
> 7 files changed, 1045 insertions(+), 138 deletions(-)
>
> --
> 2.16.5
next prev parent reply other threads:[~2019-10-25 11:36 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 8:35 [PATCH v7 0/8] Packed virtqueue for virtio Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 1/8] virtio: basic structure for packed ring Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 2/8] virtio: device/driver area size calculation refactor for split ring Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 3/8] virtio: Free blk virqueues at unrealize() Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 4/8] virtio: Free rnd virqueue " Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 5/8] virtio: basic packed virtqueue support Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 6/8] virtio: event suppression support for packed ring Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 7/8] vhost_net: enable packed ring support Eugenio Pérez
2019-10-25 8:35 ` [PATCH v7 8/8] virtio: add property to enable packed virtqueue Eugenio Pérez
2019-10-25 11:34 ` Michael S. Tsirkin [this message]
2019-10-27 8:40 ` [PATCH v7 0/8] Packed virtqueue for virtio Stefan Hajnoczi
2019-10-28 8:04 ` Eugenio Perez Martin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191025073257-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=amit@kernel.org \
--cc=eperezma@redhat.com \
--cc=fam@euphon.net \
--cc=jasowang@redhat.com \
--cc=jfreimann@redhat.com \
--cc=kwolf@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).