Re: [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra

2022-04-12 Thread Xuan Zhuo
On Tue, 12 Apr 2022 11:26:49 +0800, Jason Wang wrote: > > 在 2022/4/6 上午11:43, Xuan Zhuo 写道: > > Separate the logic of creating desc_state, desc_extra, and subsequent > > patches will call it independently. > > > > Signed-off-by: Xuan Zhuo > > --- > > drivers/virtio/virtio_ring.c | 53 ++

Re: [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra

2022-04-11 Thread Jason Wang
在 2022/4/6 上午11:43, Xuan Zhuo 写道: Separate the logic of creating desc_state, desc_extra, and subsequent patches will call it independently. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 53 ++-- 1 file changed, 38 insertions(+), 15 deletions(-)

[PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra

2022-04-05 Thread Xuan Zhuo
Separate the logic of creating desc_state, desc_extra, and subsequent patches will call it independently. Signed-off-by: Xuan Zhuo --- drivers/virtio/virtio_ring.c | 53 ++-- 1 file changed, 38 insertions(+), 15 deletions(-) diff --git a/drivers/virtio/virtio_rin