[Bug 281469] Lock order reversal in mlx5 during boot.
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 281469] Lock issue during boot."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Sep 2024 14:40:25 UTC
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.