[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251020051214-mutt-send-email-mst@kernel.org>
Date: Mon, 20 Oct 2025 05:13:38 -0400
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Jason Wang <jasowang@...hat.com>
Cc: xuanzhuo@...ux.alibaba.com, eperezma@...hat.com,
virtualization@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V8 19/19] virtio_ring: add in order support
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
Powered by blists - more mailing lists