commit | b66fa7520008abefc63165cb4a9cc02bdc8531c6 | [log] [tgz] |
---|---|---|
author | Vladimir Koutny <vladimir.koutny@streamunlimited.com> | Thu Nov 28 10:38:40 2013 +0100 |
committer | Tom Rini <trini@ti.com> | Wed Dec 04 11:41:13 2013 -0500 |
tree | 5968f5544bd2b609213dc83c2d96cc33e8238810 | |
parent | 8662fc67e304ceb7896c8f18eed577b195a84960 [diff] |
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>