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, Mar 24, 8:06 AM
Unknown Object (File)
Sat, Mar 8, 11:54 PM
Unknown Object (File)
Feb 25 2025, 6:50 AM
Unknown Object (File)
Feb 24 2025, 9:41 PM
Unknown Object (File)
Feb 24 2025, 12:18 PM
Unknown Object (File)
Feb 24 2025, 6:14 AM
Unknown Object (File)
Feb 23 2025, 4:07 AM
Unknown Object (File)
Feb 22 2025, 12:53 AM
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