https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198406
Bryan Venteicher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Bryan Venteicher <[email protected]> --- There is no limit in the vmx(4) driver; it sounds like interrupts are broken when the fifth interface is added. If the driver negotiates multiqueue (only if MSIX is available) perhaps we are exhausting some MSIX limit but an error is not bubbled up. You could try setting the `hw.vmx.mq_disable` tunable to disable multiqueue. Unfortunately, I don't have access to an VMware ESXi environment to do any investigation. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
