Page MenuHomeFreeBSD

Fix "taskqgroup_attach: setaffinity failed: 3" with iflib drivers
ClosedPublic

Authored by shurd on Sep 25 2017, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 28, 3:09 AM
Unknown Object (File)
Sat, Oct 19, 10:01 PM
Unknown Object (File)
Oct 11 2024, 2:48 PM
Unknown Object (File)
Sep 30 2024, 4:01 AM
Unknown Object (File)
Sep 24 2024, 8:58 AM
Unknown Object (File)
Sep 23 2024, 12:35 PM
Unknown Object (File)
Sep 15 2024, 4:35 AM
Unknown Object (File)
Sep 13 2024, 9:52 PM
Subscribers

Details

Summary

Improved logging added in r323879 exposed an error during
attach. We need the irq, not the rid to work correctly. em uses
shared irqs, so it will use the same irq for TX as RX. bnxt does
not use shared irqs, or TX irqs at all, so there's no need to set
the TX irq affinity.

Test Plan

Test with em and bnxt devices to ensure error is corrected
and IRQs have the expected affinity.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable