Re: [ovs-dev] [PATCH v2 13/26] ofproto-dpif: Always forward 'used' from the old_rule.

2016-07-29 Thread Ben Pfaff
On Thu, Jul 28, 2016 at 05:56:05PM -0700, Jarno Rajahalme wrote: > Use new rule's flags to determine whether stats should be forwarded > from the old, modified rule to the new rule. This captures the fact > that prior to OpenFlow 1.2, which defines the reset counts flag, the > reset counts semanti

[ovs-dev] [PATCH v2 13/26] ofproto-dpif: Always forward 'used' from the old_rule.

2016-07-28 Thread Jarno Rajahalme
Use new rule's flags to determine whether stats should be forwarded from the old, modified rule to the new rule. This captures the fact that prior to OpenFlow 1.2, which defines the reset counts flag, the reset counts semantics was assumed by default. However, in that case the reset counts flag i