Re: [ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-05-07 Thread Ben Pfaff
On Wed, May 07, 2014 at 04:59:45PM +1200, Simon Horman wrote: > On Thu, May 01, 2014 at 08:02:32AM -0700, Ben Pfaff wrote: > > On Thu, May 01, 2014 at 05:58:00PM +0900, Simon Horman wrote: > > > On Wed, Apr 30, 2014 at 09:54:30AM +0900, YAMAMOTO Takashi wrote: > > > > > On Tue, Apr 29, 2014 at 06:3

Re: [ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-05-06 Thread Simon Horman
On Thu, May 01, 2014 at 08:02:32AM -0700, Ben Pfaff wrote: > On Thu, May 01, 2014 at 05:58:00PM +0900, Simon Horman wrote: > > On Wed, Apr 30, 2014 at 09:54:30AM +0900, YAMAMOTO Takashi wrote: > > > > On Tue, Apr 29, 2014 at 06:34:22PM +0900, Simon Horman wrote: > > > >> Add per-table counters. Thi

Re: [ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-05-01 Thread Ben Pfaff
On Thu, May 01, 2014 at 05:58:00PM +0900, Simon Horman wrote: > On Wed, Apr 30, 2014 at 09:54:30AM +0900, YAMAMOTO Takashi wrote: > > > On Tue, Apr 29, 2014 at 06:34:22PM +0900, Simon Horman wrote: > > >> Add per-table counters. This resolves some short-comings > > >> in the data provided in a tabl

Re: [ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-05-01 Thread Simon Horman
On Wed, Apr 30, 2014 at 09:54:30AM +0900, YAMAMOTO Takashi wrote: > > On Tue, Apr 29, 2014 at 06:34:22PM +0900, Simon Horman wrote: > >> Add per-table counters. This resolves some short-comings > >> in the data provided in a table stats reply message. > >> > >> * Lookups and matches are calculated

Re: [ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-04-29 Thread YAMAMOTO Takashi
> On Tue, Apr 29, 2014 at 06:34:22PM +0900, Simon Horman wrote: >> Add per-table counters. This resolves some short-comings >> in the data provided in a table stats reply message. >> >> * Lookups and matches are calculated based on table >> accesses rather than datapath flow hits and misses. >>

Re: [ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-04-29 Thread Ben Pfaff
On Tue, Apr 29, 2014 at 06:34:22PM +0900, Simon Horman wrote: > Add per-table counters. This resolves some short-comings > in the data provided in a table stats reply message. > > * Lookups and matches are calculated based on table > accesses rather than datapath flow hits and misses. > > * Loo

[ovs-dev] [PATCH v4] ofproto: per-table statistics

2014-04-29 Thread Simon Horman
Add per-table counters. This resolves some short-comings in the data provided in a table stats reply message. * Lookups and matches are calculated based on table accesses rather than datapath flow hits and misses. * Lookups and matches are credited to the table where they occurred rather than