vring_size
vq->vq_ring_size = round_page(vring_size(size, align));
return (roundup2(vring_size(qsz, VRING_ALIGN), VRING_ALIGN));