Re: [ovs-dev] [PATCH v5 2/9] datapath: Make flow mask removal symmetric.

2014-03-29 Thread Jarno Rajahalme
Thanks for the review, pushed to master, Jarno On Mar 28, 2014, at 1:25 PM, Pravin Shelar wrote: > On Tue, Mar 25, 2014 at 2:35 PM, Jarno Rajahalme > wrote: >> Masks are inserted when flows are inserted to the table, so it is >> logical to correspondingly remove masks when flows are removed

Re: [ovs-dev] [PATCH v5 2/9] datapath: Make flow mask removal symmetric.

2014-03-28 Thread Pravin Shelar
On Tue, Mar 25, 2014 at 2:35 PM, Jarno Rajahalme wrote: > Masks are inserted when flows are inserted to the table, so it is > logical to correspondingly remove masks when flows are removed from > the table, in ovs_flow_table_remove(). > > This allows later patches to relax the locking requirements