sfc: Provide hints to irqbalance daemon
Allocate IRQs with the name format <device>[-<type>]-<number> so that future versions of irqbalanced understand what we're doing. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
28b581ab0a
commit
56536e9ce7
@@ -1574,7 +1574,7 @@ int falcon_init_interrupt(struct efx_nic *efx)
|
||||
efx_for_each_channel(channel, efx) {
|
||||
rc = request_irq(channel->irq, falcon_msi_interrupt,
|
||||
IRQF_PROBE_SHARED, /* Not shared */
|
||||
efx->name, channel);
|
||||
channel->name, channel);
|
||||
if (rc) {
|
||||
EFX_ERR(efx, "failed to hook IRQ %d\n", channel->irq);
|
||||
goto fail2;
|
||||
|
Reference in New Issue
Block a user