Re: [PATCH 1/1] drivers: net: cpsw: remove tx event processing in rx napi poll

2015-07-21 Thread David Miller
From: Mugunthan V N Date: Tue, 21 Jul 2015 16:00:42 +0530 > With commit c03abd84634d ("net: ethernet: cpsw: don't requests IRQs > we don't use") common isr and napi are separated into separate tx isr > and rx isr/napi, but still in rx napi tx events are handled. So removing > the tx event handlin

[PATCH 1/1] drivers: net: cpsw: remove tx event processing in rx napi poll

2015-07-21 Thread Mugunthan V N
With commit c03abd84634d ("net: ethernet: cpsw: don't requests IRQs we don't use") common isr and napi are separated into separate tx isr and rx isr/napi, but still in rx napi tx events are handled. So removing the tx event handling in rx napi. Signed-off-by: Mugunthan V N --- drivers/net/ethern