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, May 13, 9:14 PM
Unknown Object (File)
Fri, May 10, 1:02 AM
Unknown Object (File)
Thu, May 9, 7:58 PM
Unknown Object (File)
Thu, May 9, 7:44 PM
Unknown Object (File)
Sat, May 4, 11:54 AM
Unknown Object (File)
Mon, Apr 29, 9:31 AM
Unknown Object (File)
Fri, Apr 26, 10:25 AM
Unknown Object (File)
Thu, Apr 25, 5:11 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