vr_free_ring
static void vr_free_ring(vr_ring_t *r, size_t n);
vr_free_ring(&vrp->rxring, vrp->rx.ndesc);
vr_free_ring(&vrp->txring, vrp->tx.ndesc);