commit | 6fb76d1f0a8474ebfb8124677f2be2c0309c942a | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Tue Apr 09 22:52:25 2013 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Tue Apr 09 22:52:25 2013 -0700 |
tree | 41aac641b308aa57791ab47ed0906554a7ceb08b | |
parent | 8b4b059b52bfb19ccdb1987ad2cbf0e07188a784 [diff] |
Speedup a bit the periodic flow and flow entry processing. Split the thread that process the flows and the flow entries into two threads: the first thread processes the flow entries; the second thread processes the flow reconciliation. Initial measurements show speed improvement in the range 20-30%. E.g., from 18 seconds down to 13 seconds. Reviewed by: Jono