Re: [ovs-dev] [PATCH 1/3] ofproto: RCU postpone rule destruction.

2014-04-23 Thread Ethan Jackson
Acked-by: Ethan Jackson On Wed, Apr 23, 2014 at 4:20 PM, Jarno Rajahalme wrote: > This allows rules to be used without taking references while RCU > protected. > > The last step of destroying an ofproto also needs to be postponed, as > the rule destruction requires the class structure to be ava

[ovs-dev] [PATCH 1/3] ofproto: RCU postpone rule destruction.

2014-04-23 Thread Jarno Rajahalme
This allows rules to be used without taking references while RCU protected. The last step of destroying an ofproto also needs to be postponed, as the rule destruction requires the class structure to be available at the postponed destruction callback. Signed-off-by: Jarno Rajahalme --- ofproto/o