netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next PATCH v2 0/3] CPSW interrupt handling cleanup and performance improvement
@ 2015-08-04 10:36 Mugunthan V N
  2015-08-04 10:36 ` [net-next PATCH v2 1/3] drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself Mugunthan V N
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Mugunthan V N @ 2015-08-04 10:36 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.165 port 44176
[  5]  0.0-60.0 sec  1.48 GBytes   210 Mbits/sec
[  4] local 192.168.10.116 port 5001 connected with 192.168.10.165 port 33257
[  4]  0.0-60.0 sec  2.71 GBytes   386 Mbits/sec

Changes from initial version: 
* Added a patch to have napi only for first interface as there is
  no use of having seperate napis for each interface as the
  interrupt is shared by both interface and only one napi is
  scheduled for each interrupt.

Mugunthan V N (3):
  drivers: net: cpsw: remove  disable_irq/enable_irq as irq can be
    masked from cpsw itself
  drivers: net: cpsw: dual_emac: simplify napi usage
  drivers: net: cpsw: add separate napi for tx

 drivers/net/ethernet/ti/cpsw.c | 83 ++++++++++++++++++------------------------
 1 file changed, 35 insertions(+), 48 deletions(-)

-- 
2.5.0.234.gefc8a62

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

end of thread, other threads:[~2015-08-07  4:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 10:36 [net-next PATCH v2 0/3] CPSW interrupt handling cleanup and performance improvement Mugunthan V N
2015-08-04 10:36 ` [net-next PATCH v2 1/3] drivers: net: cpsw: remove disable_irq/enable_irq as irq can be masked from cpsw itself Mugunthan V N
2015-08-04 10:36 ` [net-next PATCH v2 2/3] drivers: net: cpsw: dual_emac: simplify napi usage Mugunthan V N
2015-08-04 10:36 ` [net-next PATCH v2 3/3] drivers: net: cpsw: add separate napi for tx Mugunthan V N
2015-08-07  4:59 ` [net-next PATCH v2 0/3] CPSW interrupt handling cleanup and performance improvement David Miller

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).