bnx2: Add workaround to handle missed MSI.
authorMichael Chan <mchan@broadcom.com>
Wed, 3 Dec 2008 08:36:15 +0000 (00:36 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Dec 2008 08:36:15 +0000 (00:36 -0800)
commitefba01803c8570bab11d0d6188a630231d0ddccf
treeef7971d2aade5064c6049d21db871244194611a9
parentd5654efd3ff1cd0baa935a0c9a5d89862f07d009
bnx2: Add workaround to handle missed MSI.

The bnx2 chips do not support per MSI vector masking.  On 5706/5708, new MSI
address/data are stored only when the MSI enable bit is toggled.  As a result,
SMP affinity no longer works in the latest kernel.  A more serious problem is
that the driver will no longer receive interrupts when the MSI receiving CPU
goes offline.

The workaround in this patch only addresses the problem of CPU going offline.
When that happens, the driver's timer function will detect that it is making
no forward progress on pending interrupt events and will recover from it.

Eric Dumazet reported the problem.

We also found that if an interrupt is internally asserted while MSI and INTA
are disabled, the chip will end up in the same state after MSI is re-enabled.
The same workaround is needed for this problem.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Tested-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c
drivers/net/bnx2.h