Commit 33230aeb authored by Alex Elder's avatar Alex Elder Committed by Jakub Kicinski
Browse files

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: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ed23f026
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
				},
			},