Re: [PATCH net] amd-xgbe: Fix IRQ processing when running in single IRQ mode

2017-01-06 Thread David Miller
From: Tom Lendacky Date: Wed, 4 Jan 2017 15:07:16 -0600 > 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 recei

[PATCH net] amd-xgbe: Fix IRQ processing when running in single IRQ mode

2017-01-04 Thread Tom Lendacky
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 --- drivers/net/ethernet/amd/x