[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210318135223.1342795-1-ckuehl@redhat.com>
Date: Thu, 18 Mar 2021 08:52:20 -0500
From: Connor Kuehl <ckuehl@...hat.com>
To: virtio-fs@...hat.com
Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
virtualization@...ts.linux-foundation.org, stefanha@...hat.com,
vgoyal@...hat.com, miklos@...redi.hu, jasowang@...hat.com,
mst@...hat.com
Subject: [PATCH 0/3] virtiofs: split requests that exceed virtqueue size
I also have a patch in this series that fixes a typo I saw while I was
in there.
For testing, I have been using a toy program that performs a readv or a
writev with a large number of iovecs that exceeds the number of
descriptors available to the virtqueue and observing the number of
scattergather lists generated don't exceed the size of the virtqueue.
Connor Kuehl (3):
virtio_ring: always warn when descriptor chain exceeds queue size
virtiofs: split requests that exceed virtqueue size
fuse: fix typo for fuse_conn.max_pages comment
drivers/virtio/virtio_ring.c | 7 ++++---
fs/fuse/fuse_i.h | 7 ++++++-
fs/fuse/inode.c | 7 +++++++
fs/fuse/virtio_fs.c | 14 ++++++++++++++
4 files changed, 31 insertions(+), 4 deletions(-)
--
2.30.2
Powered by blists - more mailing lists