Re: [PATCH 2/3] virtiofs: split requests that exceed virtqueue size

From: Michael S. Tsirkin
Date: Sat Mar 20 2021 - 16:05:42 EST


On Thu, Mar 18, 2021 at 10:52:14AM -0500, Connor Kuehl wrote:
> On 3/18/21 10:17 AM, Miklos Szeredi wrote:
> > I removed the conditional compilation and renamed the limit. Also made
> > virtio_fs_get_tree() bail out if it hit the WARN_ON(). Updated patch below.
>
> Thanks, Miklos. I think it looks better with those changes.
>
> > The virtio_ring patch in this series should probably go through the respective
> > subsystem tree.
>
> Makes sense. I've CC'd everyone that ./scripts/get_maintainers.pl suggested
> for that patch on this entire series as well. Should I resend patch #1
> through just that subsystem to avoid confusion or wait to see if it gets
> picked out of this series?

Yes pls post separately. Thanks!

> Thanks again,
>
> Connor