Re: [ovs-dev] [PATCH branch-2.3 v2 4/5] ofproto: Allow in-place modifications of datapath flows.

2016-02-05 Thread Ben Pfaff
On Thu, Feb 04, 2016 at 04:10:10PM -0800, Jarno Rajahalme wrote: > From: Ethan Jackson > > There are certain use cases (such as bond rebalancing) where a > datapath flow's actions may change, while it's wildcard pattern > remains the same. Before this patch, revalidators would

Re: [ovs-dev] [PATCH branch-2.3 v2 4/5] ofproto: Allow in-place modifications of datapath flows.

2016-02-05 Thread Jarno Rajahalme
Thanks for the reviews, series pushed to branch-2.3. Jarno > On Feb 5, 2016, at 5:44 PM, Joe Stringer wrote: > > On 4 February 2016 at 16:10, Jarno Rajahalme > wrote: >> From: Ethan Jackson >> >> There are certain use

Re: [ovs-dev] [PATCH branch-2.3 v2 4/5] ofproto: Allow in-place modifications of datapath flows.

2016-02-05 Thread Joe Stringer
On 4 February 2016 at 16:10, Jarno Rajahalme wrote: > From: Ethan Jackson > > There are certain use cases (such as bond rebalancing) where a > datapath flow's actions may change, while it's wildcard pattern > remains the same. Before this patch, revalidators

[ovs-dev] [PATCH branch-2.3 v2 4/5] ofproto: Allow in-place modifications of datapath flows.

2016-02-04 Thread Jarno Rajahalme
From: Ethan Jackson There are certain use cases (such as bond rebalancing) where a datapath flow's actions may change, while it's wildcard pattern remains the same. Before this patch, revalidators would note the change, delete the flow, and wait for the handlers to install an