https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235730
--- Comment #3 from [email protected] --- A commit references this bug: Author: erj Date: Thu Feb 14 18:02:37 UTC 2019 New revision: 344132 URL: https://svnweb.freebsd.org/changeset/base/344132 Log: ixl: Fix panic caused by bug exposed by r344062 Don't use a struct if_irq for IFLIB_INTR_IOV type interrupts since that results in get_core_offset() being called on them, and get_core_offset() doesn't handle IFLIB_INTR_IOV type interrupts, which results in an assert() being triggered in iflib_irq_set_affinity(). PR: 235730 Reported by: Jeffrey Pieper <[email protected]> MFC after: 1 day Sponsored by: Intel Corporation Changes: head/sys/dev/ixl/if_ixl.c head/sys/dev/ixl/ixl_pf.h -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
