On Wed, Jul 27, 2022 at 3:44 PM Xuan Zhuo wrote:
>
> On Wed, 27 Jul 2022 11:12:19 +0800, Jason Wang wrote:
> >
> > 在 2022/7/26 15:21, Xuan Zhuo 写道:
> > > virtio ring split supports resize.
> > >
> > > Only after the new vring is successfully allocated based on the new num,
> > > we will release t
On Wed, Jul 27, 2022 at 3:36 PM Xuan Zhuo wrote:
>
> On Wed, 27 Jul 2022 10:58:05 +0800, Jason Wang wrote:
> >
> > 在 2022/7/26 15:21, Xuan Zhuo 写道:
> > > There is currently only one place to reference __vring_new_virtqueue()
> > > directly from the outside of virtio core. And here vring_new_virtq
Are there any issues with that patch?
I would be happy to receive any comments or an acceptance :-D
Sorry for my former HTML-Email.
kind regards
Benjamin
Am 07.06.2022 um 13:27 schrieb Benjamin Beichler:
If VHOST_USER_PROTOCOL_F_INBAND_NOTIFICATIONS is activated, the user mode
linux virtio i
On Wed, 27 Jul 2022 11:12:19 +0800, Jason Wang wrote:
>
> 在 2022/7/26 15:21, Xuan Zhuo 写道:
> > virtio ring split supports resize.
> >
> > Only after the new vring is successfully allocated based on the new num,
> > we will release the old vring. In any case, an error is returned,
> > indicating th
On Wed, 27 Jul 2022 10:58:05 +0800, Jason Wang wrote:
>
> 在 2022/7/26 15:21, Xuan Zhuo 写道:
> > There is currently only one place to reference __vring_new_virtqueue()
> > directly from the outside of virtio core. And here vring_new_virtqueue()
> > can be used instead.
> >
> > Subsequent patches wil