Re: [ovs-dev] [PATCH] datapath: Fix mask list locking.

2013-09-16 Thread Pravin Shelar
After second look, I do not think this locking is required. Discard this patch. On Mon, Sep 16, 2013 at 2:58 PM, Pravin B Shelar wrote: > flow-mask and mask-list can be accessed from rcu call-back. > Following patch guard it with ovs_lock. > > Found by code inspection. > > Signed-off-by: Pravin B

[ovs-dev] [PATCH] datapath: Fix mask list locking.

2013-09-16 Thread Pravin B Shelar
flow-mask and mask-list can be accessed from rcu call-back. Following patch guard it with ovs_lock. Found by code inspection. Signed-off-by: Pravin B Shelar --- datapath/flow.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/datapath/flow.c b/datapath/flow.c index 2912