mbox series

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

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

Message

Lorenzo Bianconi Sept. 30, 2024, 12:33 p.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.

---
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,