Re: [PATCH v2 02/12] virtio_ring: Add helper to attach vring descriptor

2022-04-22 Thread Bin Meng
On Wed, Apr 13, 2022 at 10:22 PM Andrew Scull wrote: > > Move the logic for attaching a descriptor to its own function. > > Signed-off-by: Andrew Scull > Reviewed-by: Simon Glass > --- > drivers/virtio/virtio_ring.c | 30 +++--- > 1 file changed, 15 insertions(+), 15

[PATCH v2 02/12] virtio_ring: Add helper to attach vring descriptor

2022-04-13 Thread Andrew Scull
Move the logic for attaching a descriptor to its own function. Signed-off-by: Andrew Scull Reviewed-by: Simon Glass --- drivers/virtio/virtio_ring.c | 30 +++--- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/virtio/virtio_ring.c