K 10 svn:author V 3 erj K 8 svn:date V 27 2019-02-15T19:13:11.354219Z K 7 svn:log V 431 MFC r344132: 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 Sponsored by: Intel Corporation END