On Tue, Dec 23, 2025 at 09:18:47AM +0800, Jason Wang wrote:
> On Tue, Nov 25, 2025 at 3:08 PM Jason Wang <[email protected]> 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 on top.
> >
> > Tests shows 2%-19% imporvment with packed virtqueue PPS with KVM guest
> > vhost-net/testpmd on the host.
> >
> > Changes since V8:
> >
> > - Rebase to vhost.git linux-next branch
> > - Fix issue when indirect descriptor is disabled
> > - use UINT_MAX instead of vq->num to indicate no batching is pending
> > - Tweak the comments for used_entry
> > - Various coding style tweaks and typo fixes
> > - Try to use in_order varianet in in_order ops
> 
> Michael, any chance to make this for this merge window?
> 
> Thanks

want to fix last minor comments?


Reply via email to