[Bug 253888] exclusive sleep mutex vtnet0-rx0 (vtnet0-rx0) r = 0 (0xfffff800035d4780) locked
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Oct 2023 19:01:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253888 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(). 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(). -- You are receiving this mail because: You are the assignee for the bug.