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,