]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-airoha-fix-pse-memory-configuration'
authorJakub Kicinski <kuba@kernel.org>
Fri, 4 Oct 2024 16:54:29 +0000 (09:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 4 Oct 2024 16:55:16 +0000 (09:55 -0700)
commit7bc22763d51fc6308550bb61ad83e8aecbb88ae2
tree51275476a0266f735e0a3a596255ed78e0bae7ac
parent7d68b6f664a0a0f3f5afd3e6d9fda2a8bea05890
parent8e38e08f2c560328a873c35aff1a0dbea6a7d084
Merge branch 'net-airoha-fix-pse-memory-configuration'

Lorenzo Bianconi says:

====================
net: airoha: Fix PSE memory configuration

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().
These changes fix issues which are not visible to the user.

v1: https://lore.kernel.org/20240930-airoha-eth-pse-fix-v1-0-f41f2f35abb9@kernel.org
====================

Link: https://patch.msgid.link/20241001-airoha-eth-pse-fix-v2-0-9a56cdffd074@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>