[dpdk-dev] [PATCH 0/5] examples: add a new makefile to build all examples

2014-04-25 Thread Olivier MATZ
Hi Neil, First, thank you for your reviews. On Friday, April 25, 2014 10:05:26 AM Neil Horman wrote: > > After applying the patches, it is possible to build all examples by doing > > the following: > > user at droids:~/dpdk.org$ cd examples > > user at droids:~/dpdk.org/examples$ make RTE_SDK

[dpdk-dev] [PATCH 0/5] examples: add a new makefile to build all examples

2014-04-25 Thread Neil Horman
On Fri, Apr 25, 2014 at 06:24:48PM +0200, Olivier MATZ wrote: > Hi Neil, > > First, thank you for your reviews. > You're welcome, glad to do it. > On Friday, April 25, 2014 10:05:26 AM Neil Horman wrote: > > > After applying the patches, it is possible to build all examples by doing > > > the fo

[dpdk-dev] [PATCH 0/5] examples: add a new makefile to build all examples

2014-04-25 Thread Olivier Matz
This patch series adds a makefile to build all examples supported by the configuration. It helps to check that all examples compile after a dpdk modification. After applying the patches, it is possible to build all examples by doing the following: user at droids:~/dpdk.org$ cd examples user a

[dpdk-dev] [PATCH 0/5] examples: add a new makefile to build all examples

2014-04-25 Thread Neil Horman
On Fri, Apr 25, 2014 at 02:00:44PM +0200, Olivier Matz wrote: > This patch series adds a makefile to build all examples supported > by the configuration. It helps to check that all examples compile > after a dpdk modification. > > After applying the patches, it is possible to build all examples by