[U-Boot] [PATCH] am335x: cpsw: optimize cpsw_recv to increase network performance

2013-11-28 Thread Vladimir Koutny
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 Cc: Mugunthan V N Cc: Joe Hershberger Cc

Re: [U-Boot] [PATCH] am335x: cpsw: optimize cpsw_recv to increase network performance

2013-11-28 Thread Mugunthan V N
On Thursday 28 November 2013 03:08 PM, Vladimir Koutny wrote: > 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. > > Si