From: Jason Wang <jasowang@redhat.com>
To: "Eugenio Pérez" <eperezma@redhat.com>, qemu-devel@nongnu.org
Cc: "Kevin Wolf" <kwolf@redhat.com>,
"Laurent Vivier" <lvivier@redhat.com>,
qemu-block@nongnu.org, "Amit Shah" <amit@kernel.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
"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>
Subject: Re: [PATCH v6 0/9] Packed virtqueue for virtio
Date: Fri, 25 Oct 2019 11:20:35 +0800 [thread overview]
Message-ID: <118b31fe-d1c1-9e96-84ac-c76829dd3ada@redhat.com> (raw)
In-Reply-To: <20191024171406.12504-1-eperezma@redhat.com>
On 2019/10/25 上午1:13, Eugenio Pérez wrote:
> Hi:
>
> This is an updated version of packed virtqueue support based on Wei and Jason's
> V5, mainly solving the clang leak detector error CI gave.
>
> Please review.
>
> 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 (3):
> virtio: Free rng and blk virqueues
> virtio: add some rcu comments
> virtio: Move vdev->broken check to dispatch drop_all
>
> 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/driverr area size calculation refactor for split ring
Looks good to me.
Just two nits:
I tend to squash patch 8 and patch 9 into the patch that introduces
those issues and split patch 3 into two parts.
Btw, if you wish you can add your s-o-b to the series.
Do you want to post a new version or I can tweak them by myself?
Thanks
>
> 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(-)
>
next prev parent reply other threads:[~2019-10-25 3:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-24 17:13 [PATCH v6 0/9] Packed virtqueue for virtio Eugenio Pérez
2019-10-24 17:13 ` [PATCH v6 1/9] virtio: basic structure for packed ring Eugenio Pérez
2019-10-24 17:13 ` [PATCH v6 2/9] virtio: device/driver area size calculation refactor for split ring Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 3/9] virtio: Free rng and blk virqueues Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 4/9] virtio: basic packed virtqueue support Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 5/9] virtio: event suppression support for packed ring Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 6/9] vhost_net: enable packed ring support Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 7/9] virtio: add property to enable packed virtqueue Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 8/9] virtio: add some rcu comments Eugenio Pérez
2019-10-24 17:14 ` [PATCH v6 9/9] virtio: Move vdev->broken check to dispatch drop_all Eugenio Pérez
2019-10-25 3:20 ` Jason Wang [this message]
2019-10-25 7:04 ` [PATCH v6 0/9] Packed virtqueue for virtio 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=118b31fe-d1c1-9e96-84ac-c76829dd3ada@redhat.com \
--to=jasowang@redhat.com \
--cc=amit@kernel.org \
--cc=eperezma@redhat.com \
--cc=fam@euphon.net \
--cc=kwolf@redhat.com \
--cc=lvivier@redhat.com \
--cc=marcandre.lureau@redhat.com \
--cc=mreitz@redhat.com \
--cc=mst@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).