Re: [PATCH V8 19/19] virtio_ring: add in order support

From: Michael S. Tsirkin

Date: Mon Oct 20 2025 - 05:13:46 EST


On Mon, Oct 20, 2025 at 03:10:03PM +0800, Jason Wang wrote:
> +
> + if (vq->batch_last.id == last_used) {
> + vq->batch_last.id = num;
> + *len = vq->batch_last.len;
> + } else
> + *len = vq->packed.desc_state[last_used].total_len;


another coding style violation