]> git.karo-electronics.de Git - karo-tx-linux.git/commit
amd-xgbe: Fix IRQ processing when running in single IRQ mode
authorLendacky, Thomas <Thomas.Lendacky@amd.com>
Wed, 4 Jan 2017 21:07:16 +0000 (15:07 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 6 Jan 2017 20:34:05 +0000 (15:34 -0500)
commit896b4db685cf06bd7d50ed22c53ebd069e0b90e9
treee52b4bbcac0bcb007e3f3b302d38148469657614
parent0f1f9cbc04dbb3cc310f70a11cba0cf1f2109d9c
amd-xgbe: Fix IRQ processing when running in single IRQ mode

When running in single IRQ mode, the additional IRQ routines were being
skipped because only the XGMAC interrupt status was being checked.
Update the code so that the additional IRQ routines are checked whenever
an interrupt is received.

Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/xgbe/xgbe-drv.c