commit | ebc2ec484db9c7c96b41f7d0d6d9d2e24f601116 | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Wed Aug 14 20:54:38 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Aug 15 01:34:25 2013 -0700 |
tree | 5c21c4100f89d0c50a97a081a7fcebd25bed74a2 | |
parent | fce9b9be89cece975675142a3953bfb5299d195d [diff] |
net/usb/r8152: support aggregation Enable the tx/rx aggregation which could contain one or more packets for each bulk in/out. This could reduce the loading of the host controller by sending less bulk transfer. The rx packets in the bulk in buffer should be 8-byte aligned, and the tx packets in the bulk out buffer should be 4-byte aligned. Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>