commit | dd066fa058ff093636e307279d702cf17e57bde5 | [log] [tgz] |
---|---|---|
author | Mike J. Chen <[email protected]> | Thu Jan 12 13:58:08 2012 -0800 |
committer | Mike J. Chen <[email protected]> | Sat Mar 03 17:29:30 2012 -0800 |
tree | 6b6d91e9a74d623c7038a0cb48f0026941724a43 | |
parent | 67fc63d4c1f53861fdf6980c5175124d327087a5 [diff] |
FASTBOOT: Download performance tuning Increase bulk packet size from 512 to 1024, which helps download throughput on Linux. For some reason my MacbookPro gives slower download throughput. Also eliminate one level of memcpy by changing the rcv_urb buffer to point directly to our transfer buffer during a download. Change-Id: Ie9d687f7d6bd56f0e7967a9bbab0b8a3b4a27b0b Signed-off-by: Mike J. Chen <[email protected]>