Actions
Optimization #1377
closedflow manager: reduce (try)locking
Effort:
Difficulty:
Label:
Description
About once a second the flow manager currently walks the entire flow hash, checking each flow for possible timeout. This is quite expensive, and can interrupt the packet paths as it locks each flow.
It is possible to do these checks without locking the flow.
Actions