Re: [ovs-dev] [PATCH] ofproto-dpif: Revalidate when sFlow probability changes.

2015-02-03 Thread Ben Pfaff
Thanks! Applied to master and branch-2.[310]. On Mon, Feb 02, 2015 at 12:41:48PM -0800, Jarno Rajahalme wrote: > LGTM, > > Acked-by: Jarno Rajahalme > > On Jan 30, 2015, at 1:36 PM, Ben Pfaff wrote: > > > Until now, when the sFlow selection probability changed, OVS failed to > > immediately

Re: [ovs-dev] [PATCH] ofproto-dpif: Revalidate when sFlow probability changes.

2015-02-02 Thread Jarno Rajahalme
LGTM, Acked-by: Jarno Rajahalme On Jan 30, 2015, at 1:36 PM, Ben Pfaff wrote: > Until now, when the sFlow selection probability changed, OVS failed to > immediately revalidate the flow table, delaying the new probability taking > effect. This commit fixes the problem. > > Reported-by: K 華 >