Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2017 17:34:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 198406] More than 4 esxi vmxnet3 interfaces causes vlans attached to vmxnet interfaces to stop working
Message-ID:  <bug-198406-8-oLPsHNi7Os@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198406-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198406-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D198406

Bryan Venteicher <bryanv@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bryanv@FreeBSD.org

--- Comment #8 from Bryan Venteicher <bryanv@FreeBSD.org> ---
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198406-8-oLPsHNi7Os>