Re: [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

2022-07-27 Thread Jason Wang
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

Re: [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol

2022-07-27 Thread Jason Wang
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

Re: [PATCH v2] um: read multiple msg from virtio slave request fd

2022-07-27 Thread Benjamin Beichler
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

Re: [PATCH v13 16/42] virtio_ring: split: introduce virtqueue_resize_split()

2022-07-27 Thread Xuan Zhuo
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

Re: [PATCH v13 07/42] virtio_ring: split: stop __vring_new_virtqueue as export symbol

2022-07-27 Thread Xuan Zhuo
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