Re: [ovs-dev] [PATCH upstream v2] net-ovs: Remove flow refcnt.

2011-11-17 Thread Jesse Gross
On Thu, Nov 17, 2011 at 4:29 PM, Pravin B Shelar wrote: > Only tunneling code needs to keep ref to flow structure cached. > But upstream OVS does not have tunneling code. So we can safely > remove flow ref-counting. > > Signed-off-by: Pravin B Shelar Applied, thanks.

[ovs-dev] [PATCH upstream v2] net-ovs: Remove flow refcnt.

2011-11-17 Thread Pravin B Shelar
Fixed according to comments from Jesse. --8<--cut here-->8-- Only tunneling code needs to keep ref to flow structure cached. But upstream OVS does not have tunneling code. So we can safely remove flow ref-counting. Signed-off-by: Pravin B Shelar -