mbox series

[net-next,v2,0/2] net: airoha: Fix PSE memory configuration

Message ID 20241001-airoha-eth-pse-fix-v2-0-9a56cdffd074@kernel.org (mailing list archive)
Headers show
Series net: airoha: Fix PSE memory configuration | expand

Message

Lorenzo Bianconi Oct. 1, 2024, 10:10 a.m. UTC
Align PSE memory configuration to vendor SDK.
Increase initial value of PSE reserved memory in
airoha_fe_pse_ports_init() by the value used for the second Packet
Processor Engine (PPE2).
Do not overwrite the default value for the number of PSE reserved pages
in airoha_fe_set_pse_oq_rsv().
Post this series to net-next since these are not issues visible to the
user.

---
Changes in v2:
- fixed commit logs
- Link to v1: https://lore.kernel.org/r/20240930-airoha-eth-pse-fix-v1-0-f41f2f35abb9@kernel.org

---
Lorenzo Bianconi (2):
      net: airoha: read default PSE reserved pages value before updating
      net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()

 drivers/net/ethernet/mediatek/airoha_eth.c | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)
---
base-commit: c824deb1a89755f70156b5cdaf569fca80698719
change-id: 20240923-airoha-eth-pse-fix-f303134e0ccf

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 4, 2024, 5 p.m. UTC | #1
Hello:

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

On Tue, 01 Oct 2024 12:10:23 +0200 you wrote:
> Align PSE memory configuration to vendor SDK.
> Increase initial value of PSE reserved memory in
> airoha_fe_pse_ports_init() by the value used for the second Packet
> Processor Engine (PPE2).
> Do not overwrite the default value for the number of PSE reserved pages
> in airoha_fe_set_pse_oq_rsv().
> Post this series to net-next since these are not issues visible to the
> user.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: airoha: read default PSE reserved pages value before updating
    https://git.kernel.org/netdev/net-next/c/1f3e7ff4f296
  - [net-next,v2,2/2] net: airoha: fix PSE memory configuration in airoha_fe_pse_ports_init()
    https://git.kernel.org/netdev/net-next/c/8e38e08f2c56

You are awesome, thank you!