Re: [RFC v5 1/7] vhost: Refactor vhost_svq_add_split

2025-03-27 Thread Sahil Siddiq
Hi, On 3/26/25 4:55 PM, Eugenio Perez Martin wrote: On Mon, Mar 24, 2025 at 2:59 PM Sahil Siddiq wrote: This commit refactors vhost_svq_add_split and vhost_svq_add to simplify their implementation and prepare for the addition of packed vqs in the following commits. Signed-off-by: Sahil Siddi

Re: [RFC v5 1/7] vhost: Refactor vhost_svq_add_split

2025-03-26 Thread Eugenio Perez Martin
On Mon, Mar 24, 2025 at 2:59 PM Sahil Siddiq wrote: > > This commit refactors vhost_svq_add_split and vhost_svq_add to simplify > their implementation and prepare for the addition of packed vqs in the > following commits. > > Signed-off-by: Sahil Siddiq > --- > No changes from v4 -> v5. > You ca

[RFC v5 1/7] vhost: Refactor vhost_svq_add_split

2025-03-24 Thread Sahil Siddiq
This commit refactors vhost_svq_add_split and vhost_svq_add to simplify their implementation and prepare for the addition of packed vqs in the following commits. Signed-off-by: Sahil Siddiq --- No changes from v4 -> v5. hw/virtio/vhost-shadow-virtqueue.c | 107 +++-- 1 f