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 華 >

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

2015-01-30 Thread Ben Pfaff
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 華 Signed-off-by: Ben Pfaff --- AUTHORS| 1 + ofproto/ofproto-dpif.c | 5 -