[ovs-discuss] Multithreading "connmgr": Help required on multiple controllers per bridge

Ben Pfaff blp at ovn.org
Mon May 9 15:02:36 UTC 2016


On Mon, May 09, 2016 at 10:50:04AM +0530, jagadish krishnappa wrote:
> To increase the number of flow-mods per second, we are planning to spawn a
> new thread to handle the entire connection manager functionality.
> A multi thread functionality to handle all OF connections to a OVS switch.

I don't think that will help, since flow mods are serialized through a
single mutex, ofproto_mutex.



More information about the discuss mailing list