Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2024 14:40:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 281469] Lock order reversal in mlx5 during boot.
Message-ID:  <bug-281469-227-LSJa3UFigB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281469-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org,
                   |                            |kib@FreeBSD.org

--- Comment #1 from John Baldwin <jhb@FreeBSD.org> ---
Normally drivers should release their internal locks before passing received
packets up to the network stack via if_input().  mlx5 probably needs fixing to
drop its locks (perhaps after building up a batch of received packets) around
calls to if_input.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281469-227-LSJa3UFigB>