netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH 0/2] CPSW interrupt handling cleanup and performance improvement
@ 2015-07-27 11:18 Mugunthan V N
  2015-07-27 11:19 ` [net-next PATCH 1/2] drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself Mugunthan V N
  2015-07-27 11:19 ` [net-next PATCH 2/2] drivers: net: cpsw: add separate napi for tx packet handling for performance improvment Mugunthan V N
  0 siblings, 2 replies; 10+ messages in thread
From: Mugunthan V N @ 2015-07-27 11:18 UTC (permalink / raw)
  To: netdev; +Cc: davem, Mugunthan V N

This patch series removes the irq controller disable interrupt and
adding a napi for tx event handling which improves the performance by
180Mbps on dra7-evm

[  5] local 192.168.10.116 port 5001 connected with 192.168.10.125 port 44174
[  5]  0.0-60.0 sec  1.46 GBytes   209 Mbits/sec
[  4] local 192.168.10.116 port 5001 connected with 192.168.10.125 port 33954
[  4]  0.0-60.0 sec  2.72 GBytes   390 Mbits/sec

Mugunthan V N (2):
  drivers: net: cpsw: remove  disable_irq/enable_irq as irq can be
    masked from cpsw itself
  drivers: net: cpsw: add separate napi for tx packet handling for
    performance improvment

 drivers/net/ethernet/ti/cpsw.c | 88 +++++++++++++++++++++++-------------------
 1 file changed, 49 insertions(+), 39 deletions(-)

-- 
2.5.0.rc3.2.g6f9504c

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-07-30  6:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-27 11:18 [net-next PATCH 0/2] CPSW interrupt handling cleanup and performance improvement Mugunthan V N
2015-07-27 11:19 ` [net-next PATCH 1/2] drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself Mugunthan V N
2015-07-27 11:19 ` [net-next PATCH 2/2] drivers: net: cpsw: add separate napi for tx packet handling for performance improvment Mugunthan V N
2015-07-27 21:22   ` Francois Romieu
2015-07-28  6:02     ` Mugunthan V N
2015-07-28  6:18     ` Mugunthan V N
2015-07-28 22:30       ` Francois Romieu
2015-07-29  5:18         ` Mugunthan V N
2015-07-29 22:57           ` Francois Romieu
2015-07-30  6:12             ` Mugunthan V N

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).