https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253888

Mark Johnston <ma...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bry...@freebsd.org,
                   |                            |ma...@freebsd.org
             Status|New                         |Open

--- Comment #4 from Mark Johnston <ma...@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.

Reply via email to