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

2015-07-09 Thread David Miller
From: Mugunthan V N Date: Wed, 8 Jul 2015 14:35:22 +0530 > In commit 'c03abd84634d ("net: ethernet: cpsw: don't requests > IRQs we don't use")', common isr is split into tx and rx, but > in rx isr tx interrupt is also disabledi in cpsw_disable_irq(). > So tx interrupts are not handled during rx i

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

2015-07-08 Thread Mugunthan V N
In commit 'c03abd84634d ("net: ethernet: cpsw: don't requests IRQs we don't use")', common isr is split into tx and rx, but in rx isr tx interrupt is also disabledi in cpsw_disable_irq(). So tx interrupts are not handled during rx interrupts and rx napi completion and results in poor tx performance