Files
Robert Marko 73c6d07df9 qualcommax: qca_ppe: fix CPPE BM TDM schedule
The CPPE buffer manager TDM table contains 98 entries, while the
SSDK cppe_port_tdm0_tbl has 96. The first 96 entries match exactly; the
trailing CPU ingress and egress pair duplicates the beginning of the
circular schedule and makes ARRAY_SIZE program a depth of 98.

Drop the duplicate pair so the schedule and depth match SSDK.

Link: https://github.com/openwrt/openwrt/pull/24203#issuecomment-5446469623
Signed-off-by: Robert Marko <robimarko@gmail.com>
2026-09-08 15:03:09 +02:00
..