]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
am335x: cpsw: optimize cpsw_recv to increase network performance
authorVladimir Koutny <vladimir.koutny@streamunlimited.com>
Thu, 28 Nov 2013 09:38:40 +0000 (10:38 +0100)
committerTom Rini <trini@ti.com>
Wed, 4 Dec 2013 16:41:13 +0000 (11:41 -0500)
commit74007b8519f4cfb4aa0f0af397ca71dde04172bf
tree5968f5544bd2b609213dc83c2d96cc33e8238810
parent675cc77a3ae45e8b0ec17128563264d4a509f628
am335x: cpsw: optimize cpsw_recv to increase network performance

In 48ec5291, only TX path was optimized; this does the same also for RX
path. This results in huge increase of TFTP throughput on custom am3352
board (from 312KiB/s to 1.8MiB/s) and eliminates occasional transfer
timeouts.

Signed-off-by: Vladimir Koutny <vladimir.koutny@streamunlimited.com>
Cc: Mugunthan V N <mugunthanvnm@ti.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Cc: Tom Rini <trini@ti.com>
drivers/net/cpsw.c