Re: [PATCH 15/19] virtio_ring: factor out core logic of buffer detaching

2025-03-26 Thread Eugenio Perez Martin
On Mon, Mar 24, 2025 at 7:01 AM Jason Wang wrote: > > Factor out core logic of buffer detaching and leave the id population > to the caller so in order can just call the core logic. > Acked-by: Eugenio Pérez > Signed-off-by: Jason Wang > --- > drivers/virtio/virtio_ring.c | 17 +--

[PATCH 15/19] virtio_ring: factor out core logic of buffer detaching

2025-03-23 Thread Jason Wang
Factor out core logic of buffer detaching and leave the id population to the caller so in order can just call the core logic. Signed-off-by: Jason Wang --- drivers/virtio/virtio_ring.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/virtio/virtio_ri