mbox series

[net-next,0/2] net: ipa: support variable RX buffer size

Message ID 20220201153737.601149-1-elder@linaro.org (mailing list archive)
Headers show
Series net: ipa: support variable RX buffer size | expand

Message

Alex Elder Feb. 1, 2022, 3:37 p.m. UTC
Specify the size of receive buffers used for RX endpoints in the
configuration data, rather than using 8192 bytes for all of them.
Increase the size of the AP receive buffer for the modem to 32KB.

					-Alex

Alex Elder (2):
  net: ipa: define per-endpoint receive buffer size
  net: ipa: set IPA v4.11 AP<-modem RX buffer size to 32KB

 drivers/net/ipa/ipa_data-v3.1.c   |   2 +
 drivers/net/ipa/ipa_data-v3.5.1.c |   2 +
 drivers/net/ipa/ipa_data-v4.11.c  |   2 +
 drivers/net/ipa/ipa_data-v4.2.c   |   2 +
 drivers/net/ipa/ipa_data-v4.5.c   |   2 +
 drivers/net/ipa/ipa_data-v4.9.c   |   2 +
 drivers/net/ipa/ipa_data.h        |   2 +
 drivers/net/ipa/ipa_endpoint.c    | 107 ++++++++++++++++++------------
 8 files changed, 79 insertions(+), 42 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 3, 2022, 5:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Tue,  1 Feb 2022 09:37:35 -0600 you wrote:
> Specify the size of receive buffers used for RX endpoints in the
> configuration data, rather than using 8192 bytes for all of them.
> Increase the size of the AP receive buffer for the modem to 32KB.
> 
> 					-Alex
> 
> Alex Elder (2):
>   net: ipa: define per-endpoint receive buffer size
>   net: ipa: set IPA v4.11 AP<-modem RX buffer size to 32KB
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: ipa: define per-endpoint receive buffer size
    https://git.kernel.org/netdev/net-next/c/ed23f02680ca
  - [net-next,2/2] net: ipa: set IPA v4.11 AP<-modem RX buffer size to 32KB
    https://git.kernel.org/netdev/net-next/c/33230aeb2ef4

You are awesome, thank you!