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.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to