CAKE single-threaded?
CAKE single-threaded?
Posted Jan 19, 2025 4:59 UTC (Sun) by Simon80 (subscriber, #50887)In reply to: CAKE single-threaded? by mtaht
Parent article: The OpenWrt One system
Would pipelining help make multicore more feasible for Cake? Specifically, instead of load balancing packets across cores, each packet would go through the same pipeline in order, with each stage executed on a different core. I don't know enough to guess whether that approach is applicable here, but if so, it would make it possible to keep processing every item in a single thread, and still benefit from multiple cores.