freebsd-dev/sys/dev/bnxt
Stephen Hurd 1c0054d261 Fix "taskqgroup_attach: setaffinity failed: 3" with iflib drivers
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.

Reviewed by:	sbruno
Approved by:	sbruno (mentor)
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D12496
2017-10-05 14:43:30 +00:00
..
bnxt_hwrm.c bnxt: Choose better HW LRO defaults for performance 2017-09-23 16:59:37 +00:00
bnxt_hwrm.h bnxt: Choose better HW LRO defaults for performance 2017-09-23 16:59:37 +00:00
bnxt_ioctl.h
bnxt_sysctl.c bnxt: Choose better HW LRO defaults for performance 2017-09-23 16:59:37 +00:00
bnxt_sysctl.h bnxt: Choose better HW LRO defaults for performance 2017-09-23 16:59:37 +00:00
bnxt_txrx.c bnxt(4) Enable LRO support, redux 2017-07-03 18:23:35 +00:00
bnxt.h bnxt: Choose better HW LRO defaults for performance 2017-09-23 16:59:37 +00:00
convert_hsi.pl
hsi_struct_def.h bnxt: Update firmware header file with the latest one 2017-09-06 20:19:30 +00:00
if_bnxt.c Fix "taskqgroup_attach: setaffinity failed: 3" with iflib drivers 2017-10-05 14:43:30 +00:00