On Thu, Sep 05, 2013 at 09:13:42AM +0900, Simon Horman wrote:
> On Wed, Sep 04, 2013 at 04:31:35PM -0700, Ben Pfaff wrote:
> > On Mon, Sep 02, 2013 at 11:28:10AM +0900, Simon Horman wrote:
> > > struct ofputil_group_stats has an arbitrary limit
> > > of 16 buckets for which it can record statistics
On Wed, Sep 04, 2013 at 04:31:35PM -0700, Ben Pfaff wrote:
> On Mon, Sep 02, 2013 at 11:28:10AM +0900, Simon Horman wrote:
> > struct ofputil_group_stats has an arbitrary limit
> > of 16 buckets for which it can record statistics.
> > However the code does not appear to enforce this
> > limit and i
On Mon, Sep 02, 2013 at 11:28:10AM +0900, Simon Horman wrote:
> struct ofputil_group_stats has an arbitrary limit
> of 16 buckets for which it can record statistics.
> However the code does not appear to enforce this
> limit and it seems to me that the code could overflow.
>
> This patch aims to r
struct ofputil_group_stats has an arbitrary limit
of 16 buckets for which it can record statistics.
However the code does not appear to enforce this
limit and it seems to me that the code could overflow.
This patch aims to remove the arbitrary limit by
removing the 'bucket_stats' field from struct