On Mon, Oct 20, 2025 at 5:13 PM Michael S. Tsirkin <[email protected]> wrote: > > 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 >
I've fixed both virtqueue_get_buf_ctx_split_in_order and virtqueue_get_buf_ctx_packed_in_order. Thanks

