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

Eric Joyner <e...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |e...@freebsd.org

--- Comment #2 from Eric Joyner <e...@freebsd.org> ---
It looks the intr_cpus variable in sys/x86/x86/intr_machdep.c gets turned into
an empty set from an initial value of 0x1, so the INTR_CPUS parameter to
bus_get_cpus() will just return 0, which iflib needs to handle (or I guess
refuse to operate with in this instance).

Have you tried changing the parameter to something like ALL_CPUS instead? I'm
not an expert on this, but it's probably a good idea for me to try to figure
out what goes into creating the INTR_CPUS set that gets used by iflib.

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

Reply via email to