openvswitch: Move flow table rehashing to flow install.
authorPravin B Shelar <pshelar@nicira.com>
Tue, 17 Sep 2013 16:38:23 +0000 (09:38 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 17 Sep 2013 16:38:23 +0000 (09:38 -0700)
Rehashing in ovs-workqueue can cause ovs-mutex lock contentions
in case of heavy flow setups where both needs ovs-mutex.  So by
moving rehashing to flow-setup we can eliminate contention.
This also simplify ovs locking and reduces dependence on
workqueue.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>

No differences found