Re: [net PATCH 1/1] drivers: net: cpsw: fix disabling of tx interrupt in rx isr

2015-07-08 Thread Mugunthan V N
On Wednesday 08 July 2015 01:08 PM, Felipe Balbi wrote: Hi, On Wed, Jul 08, 2015 at 12:17:46PM +0530, Mugunthan V N wrote: With the below commit, common isr is split into tx and rx, but in rx isr tx interrupt is also disabled. So tx packets are not handled during rx interrupts and rx napi

Re: [net PATCH 1/1] drivers: net: cpsw: fix disabling of tx interrupt in rx isr

2015-07-08 Thread Felipe Balbi
Hi, On Wed, Jul 08, 2015 at 12:17:46PM +0530, Mugunthan V N wrote: With the below commit, common isr is split into tx and rx, but in rx isr tx interrupt is also disabled. So tx packets are not handled during rx interrupts and rx napi completion. Fixing by disabling on rx interrupt in rx isr.

Re: [net PATCH 1/1] drivers: net: cpsw: fix disabling of tx interrupt in rx isr

2015-07-08 Thread Felipe Balbi
Hi, On Wed, Jul 08, 2015 at 02:21:27PM +0530, Mugunthan V N wrote: On Wednesday 08 July 2015 01:08 PM, Felipe Balbi wrote: Hi, On Wed, Jul 08, 2015 at 12:17:46PM +0530, Mugunthan V N wrote: With the below commit, common isr is split into tx and rx, but in rx isr tx interrupt is also

[net PATCH 1/1] drivers: net: cpsw: fix disabling of tx interrupt in rx isr

2015-07-08 Thread Mugunthan V N
With the below commit, common isr is split into tx and rx, but in rx isr tx interrupt is also disabled. So tx packets are not handled during rx interrupts and rx napi completion. Fixing by disabling on rx interrupt in rx isr. Fixes: c03abd84634d (net: ethernet: cpsw: don't requests IRQs we don't