Skip to content

salad/console: factor out the recv() methods

Martin Roukala requested to merge salad_lower_cpu_usage into master

This should increase the efficiency of SALAD and reduce the worst case latency in the presence of heavy activity in many serial consoles.

This should hopefully address the cases where SALAD uses 100% of one CPU, while also reducing code duplication :)

Merge request reports