2015-05-29 12:57, Neil Horman:
> On Fri, May 29, 2015 at 03:34:12PM +0100, Bruce Richardson wrote:
> > V2 Changes:
> > * use RTE_MIN instead of additional comparison checks
> > in some loops, as suggested by Neil.
> > * For stats reset in null PMD, just use the size of the
> > array [which is
V2 Changes:
* use RTE_MIN instead of additional comparison checks
in some loops, as suggested by Neil.
* For stats reset in null PMD, just use the size of the
array [which is 1] in place of the used queue counts.
GCC version 5.1 included with Fedora 22 is running stricter array
bounds checks
On Fri, May 29, 2015 at 03:34:12PM +0100, Bruce Richardson wrote:
> V2 Changes:
> * use RTE_MIN instead of additional comparison checks
> in some loops, as suggested by Neil.
> * For stats reset in null PMD, just use the size of the
> array [which is 1] in place of the used queue counts.
>
>
3 matches
Mail list logo