Re: [PATCH V3 00/19] virtio_ring in order support

2025-06-17 Thread Eugenio Perez Martin
On Mon, Jun 16, 2025 at 10:25 AM Jason Wang wrote: > > Hello all: > > This sereis tries to implement the VIRTIO_F_IN_ORDER to > virtio_ring. This is done by introducing virtqueue ops so we can > implement separate helpers for different virtqueue layout/features > then the in-order were implemented

[PATCH V3 00/19] virtio_ring in order support

2025-06-16 Thread Jason Wang
Hello all: This sereis tries to implement the VIRTIO_F_IN_ORDER to virtio_ring. This is done by introducing virtqueue ops so we can implement separate helpers for different virtqueue layout/features then the in-order were implemented on top. Tests shows 3%-5% imporvment with packed virtqueue PPS