mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 00:51:44 +00:00
net: ipa: set IPA v4.11 AP<-modem RX buffer size to 32KB
Increase the receive buffer size used for data received from the modem to 32KB, to improve download performance by allowing much greater aggregation. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
ed23f02680
commit
33230aeb2e
@ -134,7 +134,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
|
||||
.qmap = true,
|
||||
.aggregation = true,
|
||||
.rx = {
|
||||
.buffer_size = 8192,
|
||||
.buffer_size = 32768,
|
||||
.aggr_close_eof = true,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user