aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorAlagu Sankar <[email protected]>2019-11-15 09:20:58 +0200
committerKalle Valo <[email protected]>2019-11-25 13:47:06 +0200
commit8d985555ddaa6735c5d1f3d6e4d4d9cb47f27878 (patch)
treec624537d898ea6b97d3375672e42106797d95a72 /tools/perf/scripts/python/net_dropmonitor.py
parent3c33a11a291303db4b96b5e39dfd54831937bfa5 (diff)
ath10k: enable RX bundle receive for sdio
The existing implementation of initiating multiple sdio transfers for receive bundling is slowing down the receive speed. Combining the transfers using a bundle method would be ideal. The transmission utilization ratio for sdio bus for small packet is slow, because the space and time cost for sdio bus is same for large length packet and small length packet. So the speed of data for large length packet is higher than small length. Test result of different length of data: data packet(byte) cost time(us) calculated rate(Mbps) 256 28 73 512 33 124 1024 35 234 1792 45 318 14336 168 682 28672 333 688 57344 660 695 Tested with QCA6174 SDIO with firmware WLAN.RMH.4.4.1-00017-QCARMSWPZ-1 Signed-off-by: Alagu Sankar <[email protected]> Signed-off-by: Wen Gong <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions