Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ofproto-dpif: Implement multi-threaded miss handling.
This patch factors flow miss handling into its own module, ofproto-dpif-upcall which can utilize multiple threads to process misses. For some important benchmarks, this change improves Open vSwitch flow setup performance by roughly 50x (that's 50 times not 50%) in my testing. Signed-off-by: Ethan Jackson <[email protected]> Acked-by: Ben Pfaff <[email protected]>
- Loading branch information