mbox series

[net-next,0/4] Increase maximum MTU to 9k for Airoha EN7581 SoC

Message ID 20250304-airoha-eth-rx-sg-v1-0-283ebc61120e@kernel.org (mailing list archive)
Headers show
Series Increase maximum MTU to 9k for Airoha EN7581 SoC | expand

Message

Lorenzo Bianconi March 4, 2025, 2:21 p.m. UTC
EN7581 SoC supports 9k maximum MTU.
Enable the reception of Scatter-Gather (SG) frames for Airoha EN7581.
Introduce airoha_dev_change_mtu callback.

---
Lorenzo Bianconi (4):
      net: airoha: Move min/max packet len configuration in airoha_dev_open()
      net: airoha: Enable Rx Scatter-Gather
      net: airoha: Introduce airoha_dev_change_mtu callback
      net: airoha: Increase max mtu to 9k

 drivers/net/ethernet/airoha/airoha_eth.c  | 97 ++++++++++++++++++++-----------
 drivers/net/ethernet/airoha/airoha_eth.h  |  3 +-
 drivers/net/ethernet/airoha/airoha_regs.h |  5 ++
 3 files changed, 71 insertions(+), 34 deletions(-)
---
base-commit: 188fa9b9e20a2579ed8f4088969158fb55059fa0
change-id: 20250304-airoha-eth-rx-sg-ac163d50b731

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org March 7, 2025, 12:50 a.m. UTC | #1
Hello:

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

On Tue, 04 Mar 2025 15:21:07 +0100 you wrote:
> EN7581 SoC supports 9k maximum MTU.
> Enable the reception of Scatter-Gather (SG) frames for Airoha EN7581.
> Introduce airoha_dev_change_mtu callback.
> 
> ---
> Lorenzo Bianconi (4):
>       net: airoha: Move min/max packet len configuration in airoha_dev_open()
>       net: airoha: Enable Rx Scatter-Gather
>       net: airoha: Introduce airoha_dev_change_mtu callback
>       net: airoha: Increase max mtu to 9k
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: airoha: Move min/max packet len configuration in airoha_dev_open()
    https://git.kernel.org/netdev/net-next/c/54d989d58d2a
  - [net-next,2/4] net: airoha: Enable Rx Scatter-Gather
    https://git.kernel.org/netdev/net-next/c/e12182ddb6e7
  - [net-next,3/4] net: airoha: Introduce airoha_dev_change_mtu callback
    https://git.kernel.org/netdev/net-next/c/03b1b69f0662
  - [net-next,4/4] net: airoha: Increase max mtu to 9k
    https://git.kernel.org/netdev/net-next/c/168ef0c1dee8

You are awesome, thank you!