https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207446
--- Comment #9 from Andy Carrel <[email protected]> --- I definitely prefer the requested vs. max terminology in your patch. Ultimately we just need to make sure that the initialization here... > 891 if (sc->vtnet_flags & VTNET_FLAG_CTRL_VQ) { > 892 VQ_ALLOC_INFO_INIT(&info[idx], 0, NULL, NULL, > 893 &sc->vtnet_ctrl_vq, "%s ctrl", > device_get_nameunit(dev)); > 894 } ...is using idx that is equal to the max_vq_pairs number provided by the host, rather than a number that is limited by factors we take into account in the guest. I'll try to build and test this weekend. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
