Re: [ovs-dev] [PATCH v4 09/12] ofproto: Revertible eviction.

2015-06-11 Thread Jarno Rajahalme
> On Jun 10, 2015, at 5:35 PM, Ben Pfaff wrote: > > On Tue, Jun 09, 2015 at 05:24:16PM -0700, Jarno Rajahalme wrote: >> Handling evictions was broken in the previous patches. Eviction took >> place early in the commit, and actually inappropriately bumped the >> version number too early. Now evi

Re: [ovs-dev] [PATCH v4 09/12] ofproto: Revertible eviction.

2015-06-10 Thread Ben Pfaff
On Tue, Jun 09, 2015 at 05:24:16PM -0700, Jarno Rajahalme wrote: > Handling evictions was broken in the previous patches. Eviction took > place early in the commit, and actually inappropriately bumped the > version number too early. Now eviction is treated much like a flow > modification, where a

[ovs-dev] [PATCH v4 09/12] ofproto: Revertible eviction.

2015-06-09 Thread Jarno Rajahalme
Handling evictions was broken in the previous patches. Eviction took place early in the commit, and actually inappropriately bumped the version number too early. Now eviction is treated much like a flow modification, where a new rule replaces the old one, but just without any 'inheritance' from th