vio: Re-arrange structs for multi-queue
authorsf <sf@openbsd.org>
Wed, 4 Sep 2024 06:34:08 +0000 (06:34 +0000)
committersf <sf@openbsd.org>
Wed, 4 Sep 2024 06:34:08 +0000 (06:34 +0000)
commit319dd760053b941d54bf16e0b9f204ec71fbbbc3
treea2da5b33639eacdf21ef4405072b0ac9dfea2ce1
parentbf801ff5b4c5079e929dac055e8d3f7fc5b07470
vio: Re-arrange structs for multi-queue

Move per-queue data structures into a new struct vio_queue and adjust
mem allocation. Only one queue is allocated for now.

ok bluhm@
sys/dev/pv/if_vio.c