mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-09-09 00:06:08 +08:00
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>