Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2023 19:01:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 253888] exclusive sleep mutex vtnet0-rx0 (vtnet0-rx0) r = 0 (0xfffff800035d4780) locked
Message-ID:  <bug-253888-7501-RbH8kJ0uMA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253888-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253888-7501@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=3D253888

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bryanv@FreeBSD.org,
                   |                            |markj@FreeBSD.org
             Status|New                         |Open

--- Comment #4 from Mark Johnston <markj@FreeBSD.org> ---
I can't see any problem with dropping the rxq lock around calls to if_input=
().=20
If we want to avoid dropping it too often, we can build up some small batch=
 of
packets using m_nextpkt and pass them all to if_input().

--=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-253888-7501-RbH8kJ0uMA>