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)
Wed, Jul 23, 8:02 AM
Unknown Object (File)
Sat, Jul 19, 8:21 AM
Unknown Object (File)
Fri, Jul 18, 3:22 AM
Unknown Object (File)
Tue, Jul 8, 9:13 AM
Unknown Object (File)
Wed, Jul 2, 8:28 AM
Unknown Object (File)
Jun 21 2025, 8:16 AM
Unknown Object (File)
Jun 13 2025, 9:59 PM
Unknown Object (File)
Jun 12 2025, 5:18 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