Re: [net PATCH 1/1] drivers: net: cpsw: fix kernel warn during iperf test with interrupt pacing

2013-10-21 Thread David Miller
From: Mugunthan V N Date: Sun, 20 Oct 2013 12:32:26 +0530 > When interrupt pacing is enabled, receive/transmit statistics are not > updated properly by hardware which leads to ISR return with IRQ_NONE > and inturn kernel disables the interrupt. This patch removed the checking > of receive/transmi

[net PATCH 1/1] drivers: net: cpsw: fix kernel warn during iperf test with interrupt pacing

2013-10-20 Thread Mugunthan V N
When interrupt pacing is enabled, receive/transmit statistics are not updated properly by hardware which leads to ISR return with IRQ_NONE and inturn kernel disables the interrupt. This patch removed the checking of receive/transmit statistics from ISR. This patch is verified with AM335x Beagle Bo