usb: f_gsi: Honor RNDIS host IN aggregation size
Currently aggregation size is capped to 9K. This
results in to low downlink throughput of 1.8Gbps
when desired throughput is 2.4Gbps. Fix this issue
by honoring host provided IN aggregation size. On
Win7 Host this size is 16K. This improves the bus
utilization and allows to achieve desired throughput.
Also update the default GSI_IN_RNDIS_AGGR_SIZE to
16K and increase number of RNDIS IN buffers to 50
to accommodate 3 aggregated RNDIS packets.
Change-Id: I6d6022825f8226bf1415a8f128051535aa946871
Signed-off-by:
Hemant Kumar <hemantk@codeaurora.org>
Loading
Please register or sign in to comment