Virtualization Archive mirror
 help / color / mirror / Atom feed
From: Miklos Szeredi <miklos@szeredi.hu>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Peter-Jan Gootzen <pgootzen@nvidia.com>,
	virtualization@lists.linux.dev, vgoyal@redhat.com,
	 stefanha@redhat.com, dgilbert@redhat.com, yorayz@nvidia.comm,
	 gurtovoy@nvidia.com
Subject: Re: [PATCH 0/2] virtio-fs: introduce multi-queue support
Date: Fri, 10 May 2024 13:41:55 +0200	[thread overview]
Message-ID: <CAJfpegsv9cpPnACOShW0FNddBEwSWAhyW-V565rfh7-UWt9njQ@mail.gmail.com> (raw)
In-Reply-To: <20240510070542-mutt-send-email-mst@kernel.org>

On Fri, 10 May 2024 at 13:05, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> On Wed, May 01, 2024 at 05:38:15PM +0200, Peter-Jan Gootzen wrote:
> > In this patch set we are adding multi-queue support in the virtio-fs
> > driver to enhance performance.
> > While multi-queue functionality has been in the virtio-fs specification
> > since its inception, the current implementation in the Linux kernel
> > creates multiple queues, but only enqueues requests on the first request
> > queue.
> >
> > The first commit in this patch set limits the number of request queues
> > to the number of CPUs in the system, to reduce unnecessary resource
> > consumption on the device-side.
> > The second commit adds a multi queue mapping to the virtio-fs device
> > driver that is created using MSI-X affinity mappings or, in case of no
> > existing mappings, by evenly grouping the CPUs and dividing the queues
> > over these groups.
>
>
> Acked-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

Miklos

      reply	other threads:[~2024-05-10 11:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 15:38 [PATCH 0/2] virtio-fs: introduce multi-queue support Peter-Jan Gootzen
2024-05-01 15:38 ` [PATCH 1/2] virtio-fs: limit number of request queues Peter-Jan Gootzen
2024-05-06 19:10   ` Stefan Hajnoczi
2024-05-28  8:40   ` Jingbo Xu
2024-05-28  9:05     ` Peter-Jan Gootzen
2024-05-28  9:13       ` Jingbo Xu
2024-05-01 15:38 ` [PATCH 2/2] virtio-fs: add multi-queue support Peter-Jan Gootzen
2024-05-28  8:51   ` Jingbo Xu
2024-05-28 11:59     ` Miklos Szeredi
2024-05-28 12:39       ` Peter-Jan Gootzen
2024-05-28 13:22         ` Miklos Szeredi
2024-05-28 13:35       ` Jingbo Xu
2024-05-28 14:21         ` Peter-Jan Gootzen
2024-05-29  1:52           ` Jingbo Xu
2024-05-29  9:27             ` Peter-Jan Gootzen
2024-05-06 19:52 ` [PATCH 0/2] virtio-fs: introduce " Stefan Hajnoczi
2024-05-10 11:05 ` Michael S. Tsirkin
2024-05-10 11:41   ` Miklos Szeredi [this message]

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=CAJfpegsv9cpPnACOShW0FNddBEwSWAhyW-V565rfh7-UWt9njQ@mail.gmail.com \
    --to=miklos@szeredi.hu \
    --cc=dgilbert@redhat.com \
    --cc=gurtovoy@nvidia.com \
    --cc=mst@redhat.com \
    --cc=pgootzen@nvidia.com \
    --cc=stefanha@redhat.com \
    --cc=vgoyal@redhat.com \
    --cc=virtualization@lists.linux.dev \
    --cc=yorayz@nvidia.comm \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).