Skip to content

Commit

Permalink
net: ipa: set IPA v4.11 AP<-modem RX buffer size to 32KB
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Elder authored and Jakub Kicinski committed Feb 3, 2022
1 parent ed23f02 commit 33230ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ipa/ipa_data-v4.11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 33230ae

Please sign in to comment.