Re: [ovs-dev] [PATCH v2] datapath: Use RCU lock for flow dump operation.

2013-07-03 Thread Pravin Shelar
On Tue, Jul 2, 2013 at 3:58 PM, Jesse Gross wrote: > On Tue, Jul 2, 2013 at 3:44 PM, Pravin B Shelar wrote: >> Flow dump operation is read-only operation. There is no need to >> take ovs-lock. Following patch use rcu-lock for dumping flows. >> >> Signed-off-by: Pravin B Shelar > > Acked-by: Je

Re: [ovs-dev] [PATCH v2] datapath: Use RCU lock for flow dump operation.

2013-07-02 Thread Jesse Gross
On Tue, Jul 2, 2013 at 3:44 PM, Pravin B Shelar wrote: > Flow dump operation is read-only operation. There is no need to > take ovs-lock. Following patch use rcu-lock for dumping flows. > > Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross X-CudaMail-Whitelist-To: dev@openvswitch.org _

[ovs-dev] [PATCH v2] datapath: Use RCU lock for flow dump operation.

2013-07-02 Thread Pravin B Shelar
Flow dump operation is read-only operation. There is no need to take ovs-lock. Following patch use rcu-lock for dumping flows. Signed-off-by: Pravin B Shelar --- v1-v2: - Fix rcu annotations. --- datapath/datapath.c | 22 -- 1 files changed, 12 insertions(+), 10 deletion