drivers: net: cpsw: add separate napi for tx
authorMugunthan V N <mugunthanvnm@ti.com>
Tue, 4 Aug 2015 10:36:20 +0000 (16:06 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Aug 2015 04:59:27 +0000 (21:59 -0700)
commit32a7432c0fb8b0117961bdc7ab256667d039de16
tree6a75b22d446fc018c7d420fefd3e85b38671d3cf
parentd354eb85d61803e07831b68d1985cd9cfe2f8b59
drivers: net: cpsw: add separate napi for tx

Instead of processing tx events in isr adding separate napi for
tx which improves performance by ~180Mbps with
omap2plus_defconfig on DRA74x platform. Also cleaning up rx napis
by renaming to napi_rx for better understanding the code.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c