[dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5

2014-12-17 Thread Olivier Matz
This series are compilation fixes seen with clang-3.5 on linux. Olivier Matz (5): test-devargs: fix misplaced braces in strncmp call examples/l3fwd: fix compilation with clang 3.5 examples/netmap: fix overflow in ioctl operation examples/vm_power_manager: move -lvirt in LDLIBS examples/v

[dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5

2014-12-17 Thread Bruce Richardson
On Wed, Dec 17, 2014 at 01:55:20PM +0100, Olivier Matz wrote: > This series are compilation fixes seen with clang-3.5 on linux. > > Olivier Matz (5): > test-devargs: fix misplaced braces in strncmp call > examples/l3fwd: fix compilation with clang 3.5 > examples/netmap: fix overflow in ioctl

[dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5

2014-12-17 Thread Bruce Richardson
On Wed, Dec 17, 2014 at 02:08:27PM +, Bruce Richardson wrote: > On Wed, Dec 17, 2014 at 01:55:20PM +0100, Olivier Matz wrote: > > This series are compilation fixes seen with clang-3.5 on linux. > > > > Olivier Matz (5): > > test-devargs: fix misplaced braces in strncmp call > > examples/l3

[dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5

2014-12-18 Thread Thomas Monjalon
> This series are compilation fixes seen with clang-3.5 on linux. > > Olivier Matz (5): > test-devargs: fix misplaced braces in strncmp call > examples/l3fwd: fix compilation with clang 3.5 > examples/netmap: fix overflow in ioctl operation > examples/vm_power_manager: move -lvirt in LDLIB

[dpdk-dev] [PATCH 0/5] fix compilation issues seen with clang-3.5

2014-12-19 Thread Bruce Richardson
On Wed, Dec 17, 2014 at 02:24:38PM +, Bruce Richardson wrote: > On Wed, Dec 17, 2014 at 02:08:27PM +, Bruce Richardson wrote: > > On Wed, Dec 17, 2014 at 01:55:20PM +0100, Olivier Matz wrote: > > > This series are compilation fixes seen with clang-3.5 on linux. > > > > > > Olivier Matz (5)