Re: [ovs-dev] [PATCH] datapath: Move flow table rehashing to flow install.

2013-09-06 Thread Jesse Gross
On Fri, Sep 6, 2013 at 1:28 PM, Pravin B Shelar wrote: > Rather than rehashing flow table in a workqueue, we can safely > do it at flow install. This simplify ovs locking and reduces > dependence on workqueue. > > Signed-off-by: Pravin B Shelar It might also be good to add a comment about the p

[ovs-dev] [PATCH] datapath: Move flow table rehashing to flow install.

2013-09-06 Thread Pravin B Shelar
Rather than rehashing flow table in a workqueue, we can safely do it at flow install. This simplify ovs locking and reduces dependence on workqueue. Signed-off-by: Pravin B Shelar --- datapath/datapath.c | 50 +++--- datapath/datapath.h |2 ++ 2