[dpdk-dev] [PATCH v2 0/4] fix compilation on Fedora 22

2015-06-03 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH v2 0/4] fix compilation on Fedora 22

2015-05-29 Thread Bruce Richardson
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

[dpdk-dev] [PATCH v2 0/4] fix compilation on Fedora 22

2015-05-29 Thread 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 1] in place of the used queue counts. > >