commit | 759772f7c20bc340c5528c1cc2597094d9d2fb81 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Mon May 20 20:50:00 2013 +0000 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Mon May 20 20:50:00 2013 +0000 |
tree | 9552e141a9b784fc773931c79e683d0400532740 | |
parent | dc38b4a9a0337532e1a04b88ce3db4b22616462e [diff] |
Misc. bug fixes and optimizations: * Speed-up the implementation of deleteAllFlows() and clearAllFlows(): fetch only the FlowId of all installed flows, instead of all Flow state. * Add a commented-out code inside deleteAllFlows() that can be used to delete all Flows by using multiple threads. * Few bug fixes and extra log messages related to the measurement code for adding Flow Entries. * Print the stack trace if there is an exception when adding a Flow.