Re: [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init

2022-04-13 Thread Xuan Zhuo
On Tue, 12 Apr 2022 11:42:25 +0800, Jason Wang wrote: > > 在 2022/4/6 上午11:43, Xuan Zhuo 写道: > > Separate the logic of initializing vq, and subsequent patches will call > > it separately. > > > > The feature of this part is that it does not depend on the information > > passed by the upper layer an

Re: [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init

2022-04-11 Thread Jason Wang
在 2022/4/6 上午11:43, Xuan Zhuo 写道: Separate the logic of initializing vq, and subsequent patches will call it separately. The feature of this part is that it does not depend on the information passed by the upper layer and can be called repeatedly. Signed-off-by: Xuan Zhuo --- drivers/virtio