Re: [ovs-dev] [PATCH v4 08/12] ofproto: Accurate flow counts.

2015-06-11 Thread Jarno Rajahalme
> On Jun 10, 2015, at 5:32 PM, Ben Pfaff wrote: > > On Tue, Jun 09, 2015 at 05:24:15PM -0700, Jarno Rajahalme wrote: >> Classifier's rule count now contains temporary duplicates and rules >> whose deletion has been deferred. Maintain a new 'n_flows' count in >> struct oftable to as the count of

Re: [ovs-dev] [PATCH v4 08/12] ofproto: Accurate flow counts.

2015-06-10 Thread Ben Pfaff
On Tue, Jun 09, 2015 at 05:24:15PM -0700, Jarno Rajahalme wrote: > Classifier's rule count now contains temporary duplicates and rules > whose deletion has been deferred. Maintain a new 'n_flows' count in > struct oftable to as the count of rules in the latest version. > > Signed-off-by: Jarno Ra

[ovs-dev] [PATCH v4 08/12] ofproto: Accurate flow counts.

2015-06-09 Thread Jarno Rajahalme
Classifier's rule count now contains temporary duplicates and rules whose deletion has been deferred. Maintain a new 'n_flows' count in struct oftable to as the count of rules in the latest version. Signed-off-by: Jarno Rajahalme --- ofproto/connmgr.c |2 +- ofproto/ofproto-provide