Re: [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring

2022-03-09 Thread Xuan Zhuo
Agree for all. Thanks. On Wed, 9 Mar 2022 14:46:01 +0800, Jason Wang wrote: > > 在 2022/3/8 下午8:34, Xuan Zhuo 写道: > > Separate the logic of split to create vring queue. > > > > For the convenience of passing parameters, add a structure > > vring_split. > > > > This feature is required for subsequ

Re: [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring

2022-03-08 Thread Jason Wang
在 2022/3/8 下午8:34, Xuan Zhuo 写道: Separate the logic of split to create vring queue. For the convenience of passing parameters, add a structure vring_split. This feature is required for subsequent virtuqueue reset vring. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 74 +++

[PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring

2022-03-08 Thread Xuan Zhuo
Separate the logic of split to create vring queue. For the convenience of passing parameters, add a structure vring_split. This feature is required for subsequent virtuqueue reset vring. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 74 +--- 1 file