[Bug 256934] Panic in ena driver on a t3.large ec2 instance after upgrading to 13.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 10 Aug 2021 14:40:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256934

--- Comment #4 from Artur Rojek <ar@semihalf.com> ---
(In reply to Alex Dupre from comment #3)
> What does the `debug.lock.delay_max` param do and what value should I try?
This tunable defines how long to spin before the "spin lock held too long"
panic is thrown, 1024 being default for your instance type (`roundup2(ncpus) *
256`). I suggested this thinking you were starved out of CPU resources, however
your machine clearly had plenty of CPU credits, so adjusting this param would
not have helped.
It could be something like temporary fluctuations on the instance side, in
which case it would be very difficult to replicate the issue.

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